Hello all,
We are trying to create a custom prompt page with an requirement to render a page based on radio button selection.
Example
Prompt page:
Select Product Type Sales
.Camping Gear
.Gadget
.Apparel
.Storage
.Cookware
When user selects Camping gear they should be prompted to a page with
Enter purchase date : FRom MM/DD/YYYY To MM/DD/YYYY and gear type
Once the selection is made they should see a list report with details of the product.
( customer name, date , item sku etc)
When list is displayed the purchase date prompt should not be visible.
I was able to render a page according to the product type variable.
But the report page has value prompts for date etc that don't display when run in Excel or PDF.
Also is there a way to hide the prompts and show only the list report when the prompt selection is made?