Hello there,
In my web application I want to navigate from a menu item to one of four different destination pages depending on the value of a variable. How do I do this ?
Thank you, Richard.
Hi Richard,
Put the value in a Session Variable, redirect from the menu to a special redirection Screen, in the Preperation of the Screen do a Switch based on the Session Variable, and redirect to the destination Screens.
Kilian Hekhuis wrote:
Hi Kilian,
Sorry for the delayed reply but thanks, that was a nice simple solution !
Cheers, Richard.
Glad I could be of help!