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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Madhulina
Contributor
Contributor

Above function with multiple dimension

Hi , In my qliksense application I have a tablular visual , where I have a dimension and a measure A, now if i add one more measure which is calculating above function of measure A , then it is working , if i add one more dimension then the above function does not work , Is above function works properly with multiple dimesion value 

Labels (4)
2 Replies
anat
Master
Master

can you try by using aggr function along with above

Aggr(Above(Sum(Sales)), dim1, dim2)

Chanty4u
MVP
MVP

Try this 

Above(

  Aggr(Sum(Sales), Region, Product)

)