Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
i have 2 qvw application like test.qvw and main.qvw
test.qvw have 2 sheets like Sheet1,Sheet2
main.qvw have 1 sheet like Dashboard
my requirement is :
in test.qvw application when i click on Sheet Name "Sheet1" then it should open other main.qvw application.
i am able to do same by using button/text object actions but my requirement is when i select sheet name should render main.qvw app.
Regards,
This is a bit tricky,as theres no trigger to open/launch other qvw once the sheet is activated.
Create a variable/button,then once the sheet is activted the variable takes some value.Goto Document triggers,create a 'OnChange' trigger to open/launch qvw