Discussion board where members can learn more about Qlik Sense App Development and Usage.
Could someone help me alter this FirstSortedValue expression so it returns the 2nd highest value (or the nth highest).
FirstSortedValue(SubSubCategory, -aggr(avg(score),SubSubCategory))
Thanks
Hi Josh,
Try this : FirstSortedValue(SubSubCategory, -aggr(avg(score),SubSubCategory),2)
Script Syntax : FirstSortedValue - chart function ‒ Qlik Sense
Thank you
Justin
Hi Josh,
Try this : FirstSortedValue(SubSubCategory, -aggr(avg(score),SubSubCategory),2)
Script Syntax : FirstSortedValue - chart function ‒ Qlik Sense
Thank you
Justin