Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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)
Bump
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.
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