I'm trying to find a solution where a user can refresh a prompt without refreshing the whole page.
I have two prompts which cascade:
promptA > promptB
The desired behaviour is
- user makes selection in promptA
- user clicks a link or button to and the report refreshes with the choice(s) from promptA applied [this part is solved]
or
- user clicks a button or link
- report does not refresh
- values for prompt B are displayed
- user clicks link or button to refresh page with choices from promptA and promptB applied
Can anyone suggest anything? Or is this not possible? (I'm aware this is a bit against the grain of a more standard approach such as cascading prompts on an inital prompt page!)
Thanks