Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
How to highlight % CX PSL Spend label with Green and also % of Active Direct sourcing Contractors with Green in straight table

Regards,
Savithri
Go to Dimension tab, then click on the dimension '+' sign,
Then click on the background color->
Then write
if (DImension_Column='% CX PSL Spend',RGB(0,255,0)
Expression
Go to each expression '+' sign
Then click on the background color->
if (DImension_Column='% CX PSL Spend',RGB(0,255,0))
If you need for another row also.
if (DImension_Column='% CX PSL Spend' or DImension_Column='% of Active Direct sourcing Contractors'
,RGB(0,255,0))
// Dimension_Column -> your dimension column
// if you need to highlight only for expression columns, no need to write for dimension background
Hi Jacob,
I tried .its not highlighting the expression label. Attached the qvw file
Regards,
Savithri