Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
kevbrown
Creator II
Creator II

Page changes on selection

Hi,

I'm looking to create a simple looking dashboard with just 4 charts but on different vPages.  What I'd like is a landing page where the user can make a selection, probably from a list box, which then opens 4 charts (on a new page).  From here, the user can make a selection on one of the 4 charts which takes the user into another page or 4 charts showing this selection.  The problem I have is making the pages change once a selection is made, is there a way to do this?

Thanks

1 Solution

Accepted Solutions
alex_millan
Creator III
Creator III

You can set a trigger to achieve this

Settings --> Document properties --> Triggers --> Field event triggers

Select the field you want to configure --> On Select

Add action --> Layout --> Activate Sheet --> You can configure a conditional for the SheetId based on your selection

HTH

Regards

View solution in original post

6 Replies
Not applicable

hi kevin,

pls find attached the sample qvw which matches ur requirement.

HTH.

kevbrown
Creator II
Creator II
Author

Thanks, but I don't want buttons on my dashboard, I want to make a selection and that opens a new page and a set of new charts

Kushal_Chawda

See the attached

Kushal_Chawda

Without button you can do like this

alex_millan
Creator III
Creator III

You can set a trigger to achieve this

Settings --> Document properties --> Triggers --> Field event triggers

Select the field you want to configure --> On Select

Add action --> Layout --> Activate Sheet --> You can configure a conditional for the SheetId based on your selection

HTH

Regards

kevbrown
Creator II
Creator II
Author

That works a treat, thanks