Hi All,
I have a Optional Prompt,
Now my requirement is if user choose any value in that then only that should be displayed in my Report Output Parameter table.
Please help very urgent..
Do you mean, if the optional prompt is selected, then your report output parameter table should only show that value and other parameter values would be hidden?
Yes Prit, I mean the Same.
Create a boolean variable: E.g
if ParamDisplayValue('Parameter1') is missing
Just show/hide the parameter table in your report based on the boolean variable.
It should do.
Thanks
Prit
Thanks fr the Suggestion prit..
I am Just wondering how do i write expression for Conditional Variable
My Value Promopt is List Box which have 12 values.
ParamDisplayValue('List Prompt')
How do i use thit i am not sure any suggestions is welcome