Hi,
I have a report which uses a command and filtering data by an ID in the command like ID = '{?Param_ID}'. I would like to display the corresponding name of the ID on the page header, so I wrote a formula like this:
if trim({Command.ID}) = TRIM({?Param_ID}) then {Command.NAME}
and placing this formula on the page header. The name is getting displayed on the 1st page but on the remaining pages (like 2nd,3rd and so on) it is not displaying the name. But if I place the parameter on the page header it is displaying the ID on all the pages. What is wrong in displaying the name? Is there any mistake in the formula..if so why is it displaying the name in the 1st page and not on the other pages?
Something urgent. Appreciate your help!
Thanks!
I have a report which uses a command and filtering data by an ID in the command like ID = '{?Param_ID}'. I would like to display the corresponding name of the ID on the page header, so I wrote a formula like this:
if trim({Command.ID}) = TRIM({?Param_ID}) then {Command.NAME}
and placing this formula on the page header. The name is getting displayed on the 1st page but on the remaining pages (like 2nd,3rd and so on) it is not displaying the name. But if I place the parameter on the page header it is displaying the ID on all the pages. What is wrong in displaying the name? Is there any mistake in the formula..if so why is it displaying the name in the 1st page and not on the other pages?
Something urgent. Appreciate your help!
Thanks!