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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

different color for different value

hello everyone,

i have one pivot table which is contain 3 column e_id,e_name,e_sal ,

i want to give differ color for e_sal based on condition like

i want display e_sal values in blue color who have salary is greater than 90000.

i tried these expression but not working

If(e_sal>90000,'blue()','green()')

&

IF(e_sal>90000, RGB(214,99,252))

thank you

1 Solution

Accepted Solutions
trdandamudi
Master II
Master II

See the below screen shot and hope this helps...

View solution in original post

4 Replies
trdandamudi
Master II
Master II

See the below screen shot and hope this helps...

Anonymous
Not applicable
Author

thanks its working,i have one more doubt if i want change all fields value without any condition like ><=, then how it is possible?

Anonymous
Not applicable
Author

i tried my second doubt myself and its working

trdandamudi
Master II
Master II

Good to know that it is working...