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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Query - Button to open another qvw

Hi All,

i was wondering if there was a way to click a button in a qvw which will then launch another qvw and take me to a specific chart on a sheet.

Is that doable?

Many thanks.

5 Replies
fdelacal
Specialist
Specialist

Not applicable
Author

hi, thanks for your reply. i know how to go to a specific sheet through a url, but i was wondering if there was a way to activate a specific chart on that sheet. (maximise the chart)

Not applicable
Author

Bump

Not applicable
Author

You want to able to click on a button that takes you to another qvw and maximizes a chart. I'm pretty sure that's not possible without doing some macro coding.

Not applicable
Author

hi, thanks for the reply. I have managed to do it. This is how..

i created the button which takes me to another QVW and a specific tab.

I then created a list box in each QVW with the same object ID and data from an inline table and hidden the list boxes. On the button i created a select in field action which selected a value '1' in the list box.

I amended the URL on the button action to pass the selections from the hidden list box to the 2nd QVW.

Then on the 2nd QVW i maximised the chart but set a show condition where the list box =1.

magic! works perfectly