Hi Gurus,
I have a question on how to create a string variable to display mutliple pages in a report when a prompt is defined to select the static choices based on the defined string variable.
I have a string variable created and rendering the variable to each page but not able to do a multi select, as i am trying to do a multi select it doesn't display anything on the report but single selection works fine with the created string variable.
Thanks.
You haven't explained details such as what your variable expression looks like. I would create a separate boolean variable for each page to use as the render variable and have each one evaluate the parameter selections to decide if the page was selected or not.