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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
kris_vliegen
Partner - Creator III
Partner - Creator III

sorting pivot table

Hi all,

How can I sort this? Pumpprice from 15:00 hoours from smaal to large?

Regards Krissorting1.JPG

21 Replies
kris_vliegen
Partner - Creator III
Partner - Creator III
Author

I think I found a solution.

=if(GetSelectedCount(_CalDay) <> 1, Rank(Aggr(Avg(Pump_price),Site_Id_Name,_CalYear,_CalMonth)) , Rank(Aggr(Avg(Pump_price),Site_Id_Name,_CalYear,_CalMonth,_CalDay)) )

Thanks for all your help

Regards,

Kris

kris_vliegen
Partner - Creator III
Partner - Creator III
Author

Unfortunately it isn't working.

My first impression was fine.

Can anyone help me with my problem?