Using CR 8.5 . Have a parameter set up to allow user to change grouping in report. The formula looks like this:
if {?GroupBy}= "Manufacturer" then {VLT.STRMANUFACTURERID}
else if {?GroupBy}= "Model" then {VLT.STRMODEL}
else if {?GroupBy}="Program" then {VLT.STRPROGRAMNAME}
else if {?GroupBy} = "Denomination" then
totext{VLT.IDENOMINATION})
I then use this formula as a row in a cross tab report.
This part seems to be working. NOW, I need to be able to allow the user to choose multiple groups from this formula. Is this possible? if so, how? I am stumped!
Thanks in advance!
if {?GroupBy}= "Manufacturer" then {VLT.STRMANUFACTURERID}
else if {?GroupBy}= "Model" then {VLT.STRMODEL}
else if {?GroupBy}="Program" then {VLT.STRPROGRAMNAME}
else if {?GroupBy} = "Denomination" then
totext{VLT.IDENOMINATION})
I then use this formula as a row in a cross tab report.
This part seems to be working. NOW, I need to be able to allow the user to choose multiple groups from this formula. Is this possible? if so, how? I am stumped!
Thanks in advance!