Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Sorry,
Try changing your Background Color Expression to:
=if(Sum(Expression)>=10,Red(),Black())
Hi,
I used Same Expression but Showing total row is Red
i need only >10 Calls only Red
Thanks,
Khasim.
It would help if you could post a sample app as we cannot see the problem...
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
Thanks,
Khasim.
Hi
Try changing your Background Color Expression to:
=if(Sum(Expression)>=10 and not Dimensionality()=0 ,Red(),Black())
Hi,
Expression Means Which one?
background expression
Hi Perumal,
I used This Expression
=
if(Concat({<ReminderDate= >}RemComplaintNo,';')>=4 and not Dimensionality()=0, Red(),Black())
but it showing total values are Red
Hi Perumal,
If We give in Back Ground Expression it shows Total Column Background is Red right?