Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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'