Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

In a Pivot Table, how to change the colour of the expression value when it exceeds certain value?

hi

       can any one give me the answer .

4 Replies
MK_QSL
MVP
MVP

Considering that you have SUM(Sales) as an expression...

Go to Expression tab

Click on the + sign

Write

IF(SUM(Sales) > 100, Green())

as an expression in the background color..

Change Green() and 100 with your appropriate values...

Not applicable
Author

go to expression tab click on + icon go to text color,here you can put your condition for color

if(sum(value)>condition,rgb(100,120,120))

and also you can put this condition in background color if you want to change the background color of the table column.

Regards

Bhawna

MarcoWedel

Hi,

instead of defining a background or text colour expression under the expression in the expression tab, you can also define limits in the visual cues tab:

QlikCommunity_Thread_130640_Pic2.JPG.jpg

QlikCommunity_Thread_130640_Pic1.JPG.jpg

hope this helps

regards

Marco

qlikmsg4u
Specialist
Specialist

we can make it in visual cues in properties..hope Marco Wedel post will help