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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
coleturegroup
Creator
Creator

Call Qlik Sense hidden sheet via integration API

I'm trying to execute an HTML statement: https://localhost/app..../sheet...../options/select/vHideSheet/1

Where vHideSheet is a variable set to either 0 or 1 in the App. Each sheet has a show condition set: A zero shows one sheet and a one shows another sheet. When i call the URL i get this message:

coleturegroup_0-1642624975140.png

Does anyone see how to make this work?

Labels (2)
1 Reply
coleturegroup
Creator
Creator
Author

Sample App is provided along with a test URL: When testing you can copy the correct URL when you load it.

https://localhost/sense/app/########/sheet/#########/state/analysis/select/vShowSheet/2

coleturegroup_0-1642776923278.png

Since I am passing a variable and not a field, Qlik can't show the sheet. How can i make this work correctly?