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: 
marjan_it
Creator III
Creator III

Conditional expression show based on dimension cyclic group

Hi All.

I have a straight table with a dimension group and some expression.I want to show all expression for 2 dimension but for 3thd dimension I want to hide one of expression. what can I do for this?!1

Labels (1)
1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hi

have a look at the attach file

basically all you need to do is to set  a conditional show on the 3rd expression

where your expression is

GetCurrentField(Cyclic1)<>'TempNo'

View solution in original post

2 Replies
lironbaram
Partner - Master III
Partner - Master III

hi

have a look at the attach file

basically all you need to do is to set  a conditional show on the 3rd expression

where your expression is

GetCurrentField(Cyclic1)<>'TempNo'

marjan_it
Creator III
Creator III
Author

Thanks alot. thats correct