110
Views
3
Comments
Solved
Menu navigation based on a variable
Question

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.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

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.

2019-05-02 05-10-57
Richard Pearce

Kilian Hekhuis wrote:

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.

Hi Kilian,

Sorry for the delayed reply but thanks, that was a nice simple solution !

Cheers, Richard.


2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Glad I could be of help!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.