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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
coleturegroup
Contributor III
Contributor III

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
Contributor III
Contributor III
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?