Scroller52
Technical User
Hi, using Crystal XI release 2 on a SQL database.
My data looks like this:
Investor Inv Short Name Entity Year Deal Date Amount
Inv1 Inv1 Fund 4 2011 ABC 2/4/11 100
Inv1 Inv1 Fund 4 2011 DEF 2/4/11 50
Inv1 trust Inv1 Fund 4 2011 ABC 2/4/11 25
Inv1 trust Inv1 Fund 4 2011 DEF 2/4/11 10
My report is grouped based on a formula called Investor_Alt_Name which is as follows:
if(isnull({Carry_Detail.Investor Short Name})
or{Carry_Detail.Investor Short Name}=""
or{Carry_Detail.Investor Short Name}="'")
then {Carry_Detail.Investor}
else {Carry_Detail.Investor Short Name}
This is used to combine the report for Inv1 and Inv1 trust. My report is grouped by:
Investor_Alt_Name, Entity and Year.
I need to show only two rows to show each deal and date that the entries occurred. If I put them in the details sections, shouldn't it do just that? Instead it is still breaking it out into 4 rows.
Any help is greatly appreciated!
My data looks like this:
Investor Inv Short Name Entity Year Deal Date Amount
Inv1 Inv1 Fund 4 2011 ABC 2/4/11 100
Inv1 Inv1 Fund 4 2011 DEF 2/4/11 50
Inv1 trust Inv1 Fund 4 2011 ABC 2/4/11 25
Inv1 trust Inv1 Fund 4 2011 DEF 2/4/11 10
My report is grouped based on a formula called Investor_Alt_Name which is as follows:
if(isnull({Carry_Detail.Investor Short Name})
or{Carry_Detail.Investor Short Name}=""
or{Carry_Detail.Investor Short Name}="'")
then {Carry_Detail.Investor}
else {Carry_Detail.Investor Short Name}
This is used to combine the report for Inv1 and Inv1 trust. My report is grouped by:
Investor_Alt_Name, Entity and Year.
I need to show only two rows to show each deal and date that the entries occurred. If I put them in the details sections, shouldn't it do just that? Instead it is still breaking it out into 4 rows.
Any help is greatly appreciated!