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

How to hide columns using conditinal dimention?

Hi friends

m having one table  above two selection tabs one is of year and one is of month. now if 2007 year selected i want only some two columns to show up after selecting the year.

1 Solution

Accepted Solutions
sushil353
Master II
Master II

hi,

You can use conditional show with condition like if(getfieldselection(Year)=2007,0,1)

HTH

Sushil

View solution in original post

2 Replies
sushil353
Master II
Master II

hi,

You can use conditional show with condition like if(getfieldselection(Year)=2007,0,1)

HTH

Sushil

vijetas42
Specialist
Specialist

Hi,

For the selected dimension you can use enable condition option and in that write if(GetFieldSelections(year)=2007,1,0)

Regards,

Vijeta