Notices


Reply
 
LinkBack Thread Tools Display Modes

Old 05-19-2008, 12:06 PM   #1 (permalink)
Process Manager and Report Writer

Virginia Steger's Avatar

Join Date: Aug 2007
Location: Orlando, FL
Posts: 37
Rep Power: 0 Virginia Steger is on a distinguished road

Blackbaud Products
- Raiser's Edge (RE)

Need multiple rows

I’m working on a report, and I’m stumped. I need my report to show one row for each time a record meets the formula criteria. In some cases, the records meet the criteria 3 or 4 times, other cases its just one time. Right now, the report only shows one row total, for the first time that the record meets the formula criteria.

Is this a linking issue? My report is based on a normalized Access table, so the linking is behind the scenes (not in Crystal). Any thoughts?

Thanks,
-Virginia
__________________
Virginia Steger
Database Coordinator
Wycliffe Foundation, Inc.
virginia_steger AT wycliffefoundation DOT org
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

Old 05-19-2008, 01:51 PM   #2 (permalink)
Crystal Reports Guru

DrewAllen's Avatar

Join Date: May 2006
Location: Philadelphia, PA
Posts: 1,155
Rep Power: 4 DrewAllen is on a distinguished road

Blackbaud Products
- Raiser's Edge (RE)
- Information Edge (TIE)
- API/VBA

This sounds like the same issue as in the thread How to show multiple fees, etc. per record

Drew
__________________
J. Drew Allen
Children's Hospital of Philadelphia

Crystal Reports and SQL Server Consultant

It is better to live your destiny imperfectly than to live an imitation of somebody else's life with perfection.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

Old 05-20-2008, 08:45 AM   #3 (permalink)
Process Manager and Report Writer

Virginia Steger's Avatar

Join Date: Aug 2007
Location: Orlando, FL
Posts: 37
Rep Power: 0 Virginia Steger is on a distinguished road

Blackbaud Products
- Raiser's Edge (RE)

Drew,

I changed the join type to "look up all combinations" but it did not work for me. I think it probably has something to do with my formula and the hierarchy that the report looks at the criteria. I'm using an If...Then...Else statement to bring many attributes into one common field. Its long...

Quote:
If {@GIALCount} = 1
then "GIAL"
else
if {@JAARSCount} = 1
then "JAARS"
else
if {@OtherCount} = 1
then "Other 501c3"
else
if {@SILCount} = 1
then "SIL"
else
if {@TSCCount} = 1
then "TSC"
else
if {@WACount} = 1
then "WA"
else
if {@WUSADesCount} = 1
then "WUSA Designated"
else
if {@WUSAUndesCount} = 1
then "WUSA Undesignated"
else
if {@FormulaCount} = 1
then "Formula"
else
if {@UnknownCount} = 1
then "Unknown"
else ""
Then, I'm using that formula field as my group. In some cases, one gift can be in two or three different groups, and I want the report to show it in all the groups that it is in. Because of my formula, I understand that once it meets the first criteria, if it meets any other criteria as well, the report will not show it. How do I fix this so that the gifts show up in all the groups that they fit in?

Any suggestions?
-Virginia
__________________
Virginia Steger
Database Coordinator
Wycliffe Foundation, Inc.
virginia_steger AT wycliffefoundation DOT org
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

Old 05-20-2008, 09:06 AM   #4 (permalink)
Crystal Reports Guru

DrewAllen's Avatar

Join Date: May 2006
Location: Philadelphia, PA
Posts: 1,155
Rep Power: 4 DrewAllen is on a distinguished road

Blackbaud Products
- Raiser's Edge (RE)
- Information Edge (TIE)
- API/VBA

What are the formulas for your various "counts"?

Drew
__________________
J. Drew Allen
Children's Hospital of Philadelphia

Crystal Reports and SQL Server Consultant

It is better to live your destiny imperfectly than to live an imitation of somebody else's life with perfection.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

Old 05-20-2008, 09:20 AM   #5 (permalink)
Process Manager and Report Writer

Virginia Steger's Avatar

Join Date: Aug 2007
Location: Orlando, FL
Posts: 37
Rep Power: 0 Virginia Steger is on a distinguished road

Blackbaud Products
- Raiser's Edge (RE)

Each one is its own attribute:

Quote:
If {GfAttrCat_5.GfAttrCat_5_Import_ID}<>""
then 1
else 0
__________________
Virginia Steger
Database Coordinator
Wycliffe Foundation, Inc.
virginia_steger AT wycliffefoundation DOT org
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

Old 05-20-2008, 01:43 PM   #6 (permalink)
Crystal Reports Guru

DrewAllen's Avatar

Join Date: May 2006
Location: Philadelphia, PA
Posts: 1,155
Rep Power: 4 DrewAllen is on a distinguished road

Blackbaud Products
- Raiser's Edge (RE)
- Information Edge (TIE)
- API/VBA

So your rowset looks something like
Record1,GIAL,JARS,Other501c3,SILS,....

If that is the case, then you can't do it using groups. You'll have to use some other approach. Each rowset can only appear in one group. In order for it to work the way that you want, you'd have to have each of these being pulled from one attribute category with different attribute descriptions for each of the groups like
Record1,GIAL
Record1,JARS
Record1,Other501c3
Record1,SILS
...

Depending on what exactly you are trying to accomplish, you may be able to use formulas to get the results that you want.

Drew
__________________
J. Drew Allen
Children's Hospital of Philadelphia

Crystal Reports and SQL Server Consultant

It is better to live your destiny imperfectly than to live an imitation of somebody else's life with perfection.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
formula


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Debt Consolidation - Credit Cards - Credit Card - Credit Counseling
All times are GMT -6. The time now is 05:45 AM.

Miscellaneous


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Integrated by BBpixel Team 2008 :: jvbPlugin R1012.364.1

SEO by vBSEO 3.2.0 Copyright 2008 Blackbaud User SocietyAd Management by RedTyger
Inactive Reminders By Icora Web Design

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64