Hi all,
Is it possible to dynamically generate the prompt page based on the number of values in the value prompt?
If the value prompt has only 1 value i would like to skip the prompt page and go directly to the report page, if there is more than 1 value, then the user is prompted to select one.
Any suggestions??
Take the count of prompt values and conditionally render the prompt page if the count is > 1
set the prompt as optional
Thank you, will try this out.