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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
HartbargerL
Contributor II
Contributor II

Getobjectfields() All

Is it possible to search across all index values in a table with getobjectfields()?

 

I have a custom extension straight table with multiple column options for end users to select from. I want to hide a measure unless a particular field has been made a column in the straight table. 

Is this possible? 

Thanks! 🙂

Labels (1)
1 Reply
morgankejerhag
Partner - Creator III
Partner - Creator III

Interesting question. I suspect that will be difficult as I guess the dimension is always there, but hidden at times?

I would solve that using show condition controlled by a field in a data island. Then it is possible to fetch the current selections and see if the dimension is currently selected.