Hi All,
In below screenshot,whenever i didnt select program short name then it should show all names in 'program' ...but it is showing empty.(mark as highlighted)
anyone please give me inputs.......thanks in advance.
It's hard to answer your question without a crystal ball, but I'll try.
It seems that your prompt initializes some presentation variable which is later used in a report. In the report this variable is used in a form like this: @{variable_name}{'filterValues'}. If nothing is selected the variable remains undefined and a default value appears ('filterValues'). And what you want is to show something instead of this default.
The easiest solution is to change the default value to something more user-friendly. "All programs" for example.
Another solution is to change prompt default selection to all programs.
It's up to you to decide.
Hi,
Thanks for your inputs.I wanna display all values in program column instaed of blank when i didnt choose any value in the program short name prompt.