Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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

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