Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
wanyunyang
Creator III
Creator III

Pivot table dimension calculation

Hi guys,

In my qlik sense pivot table, I got two rows:

Capture.PNG

The second row should be sales_amount/goal. So I put my function as: SUM(Amount)/Goal. The expression shows OK, but after applied, it becomes invalid dimension:

Capture.PNG

Is it because can't do calculation with dimension? What should I do if I still need to put Goal% into dimension?

Thanks in advance!

1 Solution

Accepted Solutions
german24
Partner - Contributor III
Partner - Contributor III

Try this,

AGGR(SUM(Amount), Customer) /Goal


Regards

View solution in original post

1 Reply
german24
Partner - Contributor III
Partner - Contributor III

Try this,

AGGR(SUM(Amount), Customer) /Goal


Regards