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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Playing with buttons...

Dear all,

I need to navigate, starting from a unique main menu' sheet , between Sheets residents on different qvw files using buttons. I'm not able, using only shortcuts, do it becouse I can specify as action only previous or next sheet .

Have you gently a sample that show how simply do it ?

QVW A --- MAIN MENU (a.) Open QVW B - SHEET 2, b) Open QVW C - SHEET 3.... and so on)

QVW B --- SHEET 1 , SHEET 2 , SHEET 3

QVW C --- SHEET 1 , SHEET 2 , SHEET 3

Many thanks

Giovanni

Giovanni

2 Replies
Not applicable
Author

Which version? Upto 8.x, you need to depend on macro moules using APIs for the button additional actions (other than the provided shortcuts and launch options). But you can call another QVW from a button(Choose Launch and specify the application name with path)

--Arun

Not applicable
Author

Thanks Arun for your soon reply,

Using APIs and my above sample I have to use something like the following to activate SHEET 2 of Document QVW B.qvw ??

GetObject("PATH\QVW B.qvw")

ActiveDocument.ActivateSheet SHEET 2

If QVW B.qvw is open jet does the command still work properly ?

Thanks

Giovanni