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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to change color of active text object.

how to change color of active text object.pls give steps as i cant open other qvw file.

10 Replies
P_Yanamandala
Contributor
Contributor

use below expression as an example ( change those field names according your requirement):

 

if( only({<Solution_Code = {"Agile Encounters"} >}Solution_RollUP_Health) = 'Green',vGreen,
if(only({<Solution_Code = {"Agile Encounters"}>}Solution_RollUP_Health) = 'Yellow',vYellow, RGB(206,0,0)

))

vGreen,Vyellow  are variables with different  RGB()s

 

use it  at    Properties->Caption-> Active Caption/Inactive Caption->Background Color

 

gud lcuk!