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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
savithri_n_s
Contributor III
Contributor III

How to highlight only few rows labels in qlik view straight table

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

2 Replies
sibin_jacob
Creator III
Creator III

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

savithri_n_s
Contributor III
Contributor III
Author

Hi Jacob,

I tried .its not highlighting the expression label. Attached the qvw file

Regards,

Savithri