Using CRXI w/SQL Svr
Hello, I've got a report basically designed by a SQL Command, however I added {?AgencyName} in Crystal as a static string and imported a list with a default -Any Value- for multiple or discreet values.
@Agencies - Placed in the Report Header
If {?AgencyName} = '-Any Value-'
Then 'ALL Agencies'
Else
If {?AgencyName} <> '-Any Value-'
Then {Command.AgencyName}
Else join({?AgencyName})+ ","
When I run the report and select the agency(s), they do not appear in my header. What is wrong with my formula?
LT
Hello, I've got a report basically designed by a SQL Command, however I added {?AgencyName} in Crystal as a static string and imported a list with a default -Any Value- for multiple or discreet values.
@Agencies - Placed in the Report Header
If {?AgencyName} = '-Any Value-'
Then 'ALL Agencies'
Else
If {?AgencyName} <> '-Any Value-'
Then {Command.AgencyName}
Else join({?AgencyName})+ ","
When I run the report and select the agency(s), they do not appear in my header. What is wrong with my formula?
LT