jas.

Friends

Groups

12
Points
1
Group
2
Friends
0
Photos
221
Activities

About Me

Basic Information

Contact Information

Education

Recent activities

  • jas. replied to the topic Re: New Fund not showing up in CR in the forums.
    First of all, do you have CR set to save data with report? If you do it won't refresh things until you tell it to.

    Second, did you tell CR to verify the database? That makes it look and make sure everything is up to date.

    Also, the query the report is based on includes all funds and appeals, but does the export have any filtering in it? That could cause a problem.
    Read More...
    kunena.post 1 day ago
  • jas. replied to the topic Re: "contains" in the forums.
    I usually use InStr.

    InStr({field}, 'text')

    evaluates to the position of the start of the string in the field, or 0 if it's not there.

    If InStr({field}, 'text') <> 0
    then 'true'
    else 'false'

    Peter's way is easier. I don't know why I've always used InStr.
    Read More...
    kunena.post 1 day ago
  • jas. replied to the topic Re: SQL access to static queries in the forums.
    What are the tables STATIC_RECS_##### that are all over the db? Those aren't static queries? I've always assumed that was the case.
    Read More...
    kunena.post 11 days ago
  • jas. replied to the topic Re: Mailing List -- Excluding Appeals. in the forums.
    tonyv68 wrote:

    To your second point. I'm not sure I follow but I can mess around with it. Can you make a spreadsheet with Mail? I thought it was just to print lettes.


    Yes, you sure can output to a file instead of going directly to letters. That's pretty much the only way we do things, since I hate messing around with RE's letter functionality.
    Read More...
    kunena.post 21 days ago
  • jas. replied to the topic Re: ODBC Datasource in Custom Report in the forums.
    I don't think my SQL skills are up to being able to utilize this yet, but I will definitely keep it in mind!
    Read More...
    kunena.post 23 days ago
  • jas. replied to the topic Re: Prospect coding and rating overhaul in the forums.
    All that said, I will warn you that reporting on proposals does require some skill in Crystal or Access or whatever you're using. As Melissa can attest, we've been complaining about not being able to query, export, or report on proposals as individual records for a long time -- you have to export constituent records and select for the proposal information in your reporting software.

    And let's not even get into the @#%^@! proposal solicitors field exporting as a semicolon-delimited concatenat
    Read More...
    kunena.post 23 days ago
  • jas. replied to the topic Re: ODBC Datasource in Custom Report in the forums.
    Wow, that sounds really excellent. Is it possible for an amateur to do something like that, or does it require like, actual programming knowledge?
    Read More...
    kunena.post 25 days ago
  • jas. replied to the topic Re: Batch Numbers and Bank Deposits in the forums.
    We just use the standard batch number. But I'm wondering if part of the issue is having the text in there? Have you tried 2013-1560-525, and just keeping it all numbers?
    Read More...
    kunena.post 25 days ago
  • Vicky Shaffer thanks for the post Re: Prospect coding and rating overhaul in the forums.
    kunena.thankyou 31 days ago
  • jas. replied to the topic Re: Prospect coding and rating overhaul in the forums.
    OK I may do this in several posts as I have time. Here's a thought, though: we don't use the classification/statuses, because many of our upper level donors are being solicited for multiple gifts at the same time. So we track prospect status through proposal status, and the same person may be in different stages of cultivation for different things at the same time.

    As far as ratings go, unless you're decent at reporting, I recommend putting in the capacity and propensity ratings as two differ
    Read More...
    kunena.post 31 days ago
  • jas. replied to the topic Re: Highlighting memberships registered for an event in the forums.
    Crystal or access, yeah. Membership info is available under the constituent section of a participant export -- use that to export all the info you need, and create a report that shows what you need.

    Have I mentioned recently that I like your username? Although it reminds me of better days, I'm sad to say.
    Read More...
    kunena.post 36 days ago
  • jas. replied to the topic Re: Is gift first gift? in the forums.
    Glycerol wrote:
    Is it possible to somehow use two separate exports in one CR?


    Crystal doesn't have too many problems with multiple data sources (I have a few that do this), although you can't do any server-side grouping or use SQL expressions in the report.

    However, It's not possible to link a CR that uses two data sources in the custom reports module -- it'll error out when you try to run it. So if you do this, anyone who has to run this report has to have a full v
    Read More...
    kunena.post 36 days ago
  • jas. replied to the topic Re: Cannot run a custom report out of RE in the forums.
    Running that crystal.msi installer usually fixes that problem -- I haven't had it wreck a machine yet. I don't see much option other than giving it a try.
    Read More...
    kunena.post 42 days ago
  • jas. replied to the topic Re: Exporting info for accounting in the forums.
    A cash receipts journal might be the report you're looking for, or a gift detail and summary.

    Either of those reports, though, isn't going to produce an importable file for your finance department; that's probably going to have to be an export that you set up. You'll need more information from them on what specific fields they need to have to make the import work, and then it should be fairly easy to make it happen.
    Read More...
    kunena.post 46 days ago
  • jas. replied to the topic Re: Marking gifts 'posted' although not running FE in the forums.
    Harriet wrote:
    I have seen that some organizations do not bother marking their batch entry gifts as "posted" because they do not have an integrated GL system. Does this not leave them open to non-documented gift adjustments, although they do say they, by policy, use Gift Adjust even if the gift is not posted.


    Yes it does
    Read More...
    kunena.post 50 days ago
  • jas. replied to the topic Re: Is gift first gift? in the forums.
    Glycerol wrote:
    The catch is that I would like this to be a custom report in RE so it can only have 1 export (as far as I know!)


    Oh, is it not a constituent export?

    Can you do it as a constituent export? Then it's just a matter of adding that field, no double exporting needed.
    Read More...
    kunena.post 51 days ago
  • jas. replied to the topic Re: Is gift first gift? in the forums.
    My first thought would be to export the first gift field from RE. Include gift import ID in both your YTD gifts and your first gift. Then in CR compare the gift import IDs.
    Read More...
    kunena.post 51 days ago

My Kunena Forum Posts