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: 
Not applicable

show column conditional based on dimension type

Hi,

I have a dimension group called Contracts

this group has the following Hierarchy:

Portfolio

Lessor

Lessee

Contract

How can you hide a column when for example Dimension type "Contract"  is selected.

Labels (1)
1 Solution

Accepted Solutions
rubenmarin
MVP
MVP

Hi Paul, you can use getcurrentfield(GroupName) to identify the active field, so you can the 'conditional' on expression like:

getcurrentfield(GroupName)<>'Contract'

View solution in original post

1 Reply
rubenmarin
MVP
MVP

Hi Paul, you can use getcurrentfield(GroupName) to identify the active field, so you can the 'conditional' on expression like:

getcurrentfield(GroupName)<>'Contract'