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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot table top 5 values colour change

    Hi Qlikers,

Please find the attachment.

I have pivot table drawn in qvw file.

now I want in fruit and reason desc null values should go down and last .

for fruit the order is Mango,Guava,grape etc....

now I want to change top 5 values colur should be green and those should come in descending order

kindly help me .

its an urgent requirement.

ASAP.

Thanks in advance.

1 Solution

Accepted Solutions
SergeyMak
Partner Ambassador
Partner Ambassador

To color TOP-5 in green use the following expression for background of Expression

if(Rank(Sum(Data))<=5,green(),white())

PFA



Regards,
Sergey

View solution in original post

3 Replies
SergeyMak
Partner Ambassador
Partner Ambassador

Hi Sampath,

Please show how you can get the descending order in pivot table for all Fruits and Categories in Excel file.

I ask you to do it because as I see, It could be done, only by One fruit by categories or for One category by Fruits.

To move Null values down just go to Sort and change the sort order to A->Z for both dimension.

Regards,

Sergey

Regards,
Sergey
SergeyMak
Partner Ambassador
Partner Ambassador

To color TOP-5 in green use the following expression for background of Expression

if(Rank(Sum(Data))<=5,green(),white())

PFA



Regards,
Sergey
sujeetsingh
Master III
Master III

Sergy has provided you one way, you can make this more nested for assigning different colours to all top 5