Scroller52
Technical User
Hi, working with CRXI release 2 on a SQL database.
i have a report that is grouped by 'investor name'
the problem is that in my report i need to consolidate the report for some investors. but their names are different so i created a formula to group by:
if {Main.Combined Investor Checkbox}= "Yes"
then {Main.Combined Investor}
else
{Main.Investor_Name}
I had to put Yes in quotes since Yes by itself was another formula? whats happening is that the report is only picking up for investors that have "Yes" in the Combined Investor Checkbox field. whats going on with the else part of my formula?
i have a report that is grouped by 'investor name'
the problem is that in my report i need to consolidate the report for some investors. but their names are different so i created a formula to group by:
if {Main.Combined Investor Checkbox}= "Yes"
then {Main.Combined Investor}
else
{Main.Investor_Name}
I had to put Yes in quotes since Yes by itself was another formula? whats happening is that the report is only picking up for investors that have "Yes" in the Combined Investor Checkbox field. whats going on with the else part of my formula?