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: 
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.

1 Solution

Accepted Solutions
rubenmarin

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

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

getcurrentfield(GroupName)<>'Contract'