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

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
rubenmarin1

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

getcurrentfield(GroupName)<>'Contract'