Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to apply dynamic coloring using set analysis

Hi,

Could any one Please give me clarity with examples.

4 Replies
Not applicable
Author

As per my knowledge you can't assign different colours that too dynamically in the set analysis. You can do it in the chart properties. You can do conditional colouring in set analysis

Not applicable
Author

Hi Bhanu,

How to give conditional colouring in set analysis. can u give an example

Not applicable
Author

sample expression


  = if ( [YourCheck] = 1 , Green() , Red() )

Not applicable
Author

=if(alt(Above(sum(v1)),0)>sum(v1),Green(),red())