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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
madhulathasai
Partner - Contributor II
Partner - Contributor II

Use Measures as Dimension

Hi,

I have three different  measures and wanted to name each measure and use them as dimension. Use case is to create a pie chart with three slices showing the below amounts. Please let me know if this is something we can achieve

Amount1

Amount2

Amount3

 

1 Reply
Or
MVP
MVP

Without context, it's a little hard to answer this question, but generally speaking, you can achieve this using the AGGR() function. Have a look at the official help page for that or search for examples if you need additional details.

Example:

Aggr(Sum(Amount1),Dimension1,Dimension2)