Hi,
Prompt page is based on radio button selections. Pages are rendered based on radio button group.
When option B is selected Employee Sales page is rendered. But the report page has prompts for date and sales type which is not displaying when the report is run in PDF or Excel.
PROMPT PAGE
Radio button group
A Overall Sales
B Employee Sales
C Regional Sales
D Product Sales
REPORT PAGE for B
Value Prompt 1 Select start date value prompt 2 select end date value prompt 3 select Employee
List
Employee Name Sales DEpt Revenue MachineID
abc Furniture $34,344 g1258
Create a Layout calculation on the Report Page, select the Prompt and insert it inside the Layout calculation. It will be something like ParameterDisplayValue('ParameterName')
I'm confused.
Are you wanting to display the prompts and somehow make the Excel or PDF output interactive? That won't work. They are HTML elements. They'll only work in the browser.
Or are you just trying to display the parameter values that were used?
I want to display the prompts on the Report and also the detail in the list.
@Doug Can we have the radio button and date prompts on the prompt page?