Hi all,
I have a bit of an advanced nut to crack here so any approaches no matter how complex are welcome.
To create a nice user experience I want to open another view via a Button (or also via table cell interaction). However a view variable should steer which view to open.
Context:
I have one table which lists and sorts all type of problems . Its purpose is to get an overview and decide what to work on so lets call it “Overview”. Once selecting a problem more details are needed. Those are driven by the type of problem at hand. Hence I need a way to click “Open Details” and depending on variable it opens and passes variable to “Detail View A” or “Detail View B”.
The behaviour I want to achieve is:
Click within “Overview” on a Problem of type A → Open “Detail View A”
Click within “Overview” on a Problem of type B → Open “Detail View B”
If you have any idea on how to facilitate this navigation (maybe via javascript) or any other means than Buttons/Table interaction let me know.
Be the first to reply!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.