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: 
pooja821
Creator
Creator

Changes at third time selection of quarter

I have four columns, Q1, Q2, Q3, Q4 and the data which changes according to the quarter selected along with showing the comparison between the values of previous selected quarter and the current selected quarter.

If the value in current selected quarter is less then the previous selected quarter then the color of the text changes to red else green.

Now I want is that initially(When no quarter is selected) my text color should be none and on selecting the quarter first time also the text color should not change, While on selecting the quarter second time my text color should change and should show the comparison between the values.

Kindly help...

1 Reply
Ivan_Bozov
Luminary
Luminary

Hello! Sounds like you could use GetSelectedCount‌‌‌ for the color expression, e.g. something like:

If(GetSelectedCount(Quarter) > 1, Your color expression, White())

vizmind.eu