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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
stascher
Partner - Creator III
Partner - Creator III

Is it possible to retrieve a sheet's Show Condition property using APIs?

Hello,

We're looking for a way to programmatically detect if a sheet has the ability to be hidden based on the existence of a Show Condition expression. I know we can obtain lists of sheets using APIs, but can we obtain this property on individual sheets through APIs as well?

Thanks,

Steven

Labels (3)
2 Solutions

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Yes you can. It's the "showCondition" property in the Sheet Properties.

-Rob

View solution in original post

Øystein_Kolsrud
Employee
Employee

As @rwunderlich says, that information is available in the sheets properties structure. You will have to go through the Engine API to retrieve that.

https://qlik.dev/apis/json-rpc/qix/

This is what the structure looks like:

sheet_showCondition.png

View solution in original post

3 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Yes you can. It's the "showCondition" property in the Sheet Properties.

-Rob

hugo_andrade
Partner - Creator III
Partner - Creator III

Hi @stascher ,

How are you getting the Sheet IDs? Which API are you using?

We can help you get all the way to the sheet property.

Are you on Qlik Sense on Windows or Qlik Cloud?

Live and Breathe Qlik & AWS.
Follow me on my LinkedIn | Know IPC Global at ipc-global.com

Øystein_Kolsrud
Employee
Employee

As @rwunderlich says, that information is available in the sheets properties structure. You will have to go through the Engine API to retrieve that.

https://qlik.dev/apis/json-rpc/qix/

This is what the structure looks like:

sheet_showCondition.png