- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello SSB,
You can probably achieve this with a web form / web App's combo box feature with visibility conditions.
For example -
1 >. Create a variable and assign categories Sports and Book. Type of input should be combo box.
2>. Then create another combo box with Product name and add the values for sports
In this input select the visibility condition as var1 = Sports
example -
3. Similarly create another combo box input for Books and add a visibility condition var1 = Books.
End result should be a web form allowing you to choose as per dropdown inputs
Books
Sports
PS - you can try the combo box approach on input Forms as well but then you would have to define enumerations for Category , Product names and Books to ensure they are available in the dropdown menus.
Regards,
Adhiyan