August 2013
Intermediate to advanced
364 pages
7h 35m
English
Let's say a report shows sales quantity by product line and order method type. Users need to filter on either product line or order method type, any one at a time.
They would like a facility to select which prompt they would want to filter on, and depending on the selection, the prompt should appear.
Create a list report that shows product lines, order method types, and sales quantity. Create two options filters—one on product lines and the other on order methods.
In this recipe, we will use JavaScript to control showing or hiding a prompt based on the selection of another prompt. To do this, perform the following steps:
Read now
Unlock full access