Hi All,
There is this report where my user enters a value for the Parameter1(Say: blah001)
then in the Page header(subheader) in the report should print the description for the value 'blah001'
For this Iam using a formula of IF-THEN-ELSE condition.
@subheader
If parameter1 = 'xxxx' then 'XXXXXXXXX report'
else
if parameter1 = 'yyyy' then 'YYYYYYYYY report'
else
if parameter1 = 'zzzz' then 'ZZZZZZZZZ report'
But when there a 3-4 parameters the report is based on and if there is no data for the given values.
Then the subheader doesn't print.
Is there any way that I can still print the subheader even there is no data.
I have tried to do a subreport too. But even the subreport works only when the report has data else it's blank.
Thanks,
Sweetie
There is this report where my user enters a value for the Parameter1(Say: blah001)
then in the Page header(subheader) in the report should print the description for the value 'blah001'
For this Iam using a formula of IF-THEN-ELSE condition.
@subheader
If parameter1 = 'xxxx' then 'XXXXXXXXX report'
else
if parameter1 = 'yyyy' then 'YYYYYYYYY report'
else
if parameter1 = 'zzzz' then 'ZZZZZZZZZ report'
But when there a 3-4 parameters the report is based on and if there is no data for the given values.
Then the subheader doesn't print.
Is there any way that I can still print the subheader even there is no data.
I have tried to do a subreport too. But even the subreport works only when the report has data else it's blank.
Thanks,
Sweetie