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: 
khasimvali85
Creator II
Creator II

How to Display >=10 Values in Pivot Table Column?


Hi,

Any one Can Help me How to Display >10 Values in Pivot Table Column

my out put is

No.of Calls             Call No                         >10 Calls

10                     9966210476,9866210231     5,5

7                        9876747466,7853464773     4,3

38 Replies
aveeeeeee7en
Specialist III
Specialist III

Sorry,

Try changing your Background Color Expression to:

=if(Sum(Expression)>=10,Red(),Black())

khasimvali85
Creator II
Creator II
Author

Hi,

I used Same Expression but Showing total row is Red

i need only >10 Calls only Red

Thanks,

Khasim.

juleshartley
Specialist
Specialist

It would help if you could post a sample app as we cannot see the problem...

khasimvali85
Creator II
Creator II
Author

Hi Julian,

I traied Somany Expressions but i didn't get Actual,

i want final out put is given below Screen, in this >3 Reminder Calls Column i want to display >3 value is RED

Ex: 1,2,2,2,5,7,8

Above Example i want to display 5,7,8 is show RED

you have any idea give me Suggession

Capture.PNG

Thanks,

Khasim.


perumal_41
Partner - Specialist II
Partner - Specialist II

Hi

Try changing your Background Color Expression to:

=if(Sum(Expression)>=10 and not Dimensionality()=0 ,Red(),Black())

khasimvali85
Creator II
Creator II
Author

Hi,

Expression Means Which one?

perumal_41
Partner - Specialist II
Partner - Specialist II

Backgroud expression

g.png

perumal_41
Partner - Specialist II
Partner - Specialist II

untitled.bmp

background expression

khasimvali85
Creator II
Creator II
Author


Hi Perumal,

I used This Expression

 

=

if(Concat({<ReminderDate= >}RemComplaintNo,';')>=4 and not Dimensionality()=0, Red(),Black())

but it showing total values are Red

khasimvali85
Creator II
Creator II
Author


Hi Perumal,

If We give in Back Ground Expression it shows Total Column Background is Red right?