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: 
Not applicable

How to Change Color of Text based on expression

hi,

i have a simple query that i can easy able to do in qlikview but i dont know how to do in qliksense..

Query :

i want to show Growth Ration on text object.. but i want to do Color change basesd on Expression

it means .. if A>b then show Green and if B> A its show value but in Red color.. can u send me any qvf either

in Qliksense which extension to use to full fill this requirement. kinldy help me

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try an expression like this: =if(A>b, green(), if B>a, red())). Make sure to use the exact case sensitive field names. In Qlik Sense 'A' and 'a' are two different values.


talk is cheap, supply exceeds demand
alexandros17
Partner - Champion III
Partner - Champion III

This is my example, in the text object go in Font Tab

Not applicable
Author

i want to this in Qliksense, can u send me qvf in qliksense

Not applicable
Author

i m not getting an Text Object in which i can put color condition .. can u send me qvf