I am trying to render report pages based on a prompt. The prompt values are static choices are summary, detail. For simplicity, I use a boolean variable.
Created a variable with expression: ?pReportType? = 'summary'
When true, then page 1 should show,...
Created a variable with expression: ?pReportType? = 'summary'
When true, then page 1 should show,...