I'm using CR 8.5 reporting from two different databases. A software called Perseus (a nightmare), joining to a sql server table.
The parent report is from Perseus where I have created a formula called Location.
@Location:
if tbl.location =1 then "Phoenix"
else
if tbl.location =2 then "Dallas"
You get the idea... I want to be able to put this formula into the selection criteria as a parameter, but the drop down list I want the user to select from is the text i.e."Phoenix","Dallas". So far all I can get to display in the drop down is the number. The user will not know what office the number corresponds to. Does anyone know how this can be done? I've also tried using the SWITCH function but it displays the number also. By the way, there are 72 offices so this is tedious to say the least.
Any help is appreciated.
Lowell
-LLL
The parent report is from Perseus where I have created a formula called Location.
@Location:
if tbl.location =1 then "Phoenix"
else
if tbl.location =2 then "Dallas"
You get the idea... I want to be able to put this formula into the selection criteria as a parameter, but the drop down list I want the user to select from is the text i.e."Phoenix","Dallas". So far all I can get to display in the drop down is the number. The user will not know what office the number corresponds to. Does anyone know how this can be done? I've also tried using the SWITCH function but it displays the number also. By the way, there are 72 offices so this is tedious to say the least.
Any help is appreciated.
Lowell
-LLL