Has anyone built lists-of-values that depend upon each other?
I want to present three prompts, with list-of values to pick from. I want the choice made in prompt 1 to limit the choices in prompt 2. Then the choice made in prompt/lov 2 should limit the choice in prompt/lov 3.
I can imagine a way of doing it by using user-reponse to modify the sql in prompts 2 & 3, which would have to be refreshed, but has anybody done this?
I want to present three prompts, with list-of values to pick from. I want the choice made in prompt 1 to limit the choices in prompt 2. Then the choice made in prompt/lov 2 should limit the choice in prompt/lov 3.
I can imagine a way of doing it by using user-reponse to modify the sql in prompts 2 & 3, which would have to be refreshed, but has anybody done this?