Hi, I use crystal 8.5 and I need to create a report tile
for a report I have. this reports have a parameter of
@state). I need to be able to
have the report tile says something like this:
Production Report for
then next to the word for is the formula something like:
iif(@state is null, @state, "All States")
The reason for this is if the user enter a state, then
whatever the state the user chose, it should appear
on that title next to the word "for". if they leave blank,
then the report should say for All States.
I used the ReportTitle field (in the special field selection), but it does not allow to put in the formula,
so I create a formula field and put the above statement in, but I don't think IIF works for Crystal. it works for Access.
Do you know how I can go about creating this dynamic
report title? any help would be greatly appreciated. thanks much.
for a report I have. this reports have a parameter of
@state). I need to be able to
have the report tile says something like this:
Production Report for
then next to the word for is the formula something like:
iif(@state is null, @state, "All States")
The reason for this is if the user enter a state, then
whatever the state the user chose, it should appear
on that title next to the word "for". if they leave blank,
then the report should say for All States.
I used the ReportTitle field (in the special field selection), but it does not allow to put in the formula,
so I create a formula field and put the above statement in, but I don't think IIF works for Crystal. it works for Access.
Do you know how I can go about creating this dynamic
report title? any help would be greatly appreciated. thanks much.