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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
adamjwchen
Contributor III
Contributor III

pivot column

I have a pivot table like below. I would like to calculate the Margin$ difference of month 7 and 8, shows in the last column. How can I get the Margin$ value of month 7 and 8?

3 Replies
balabhaskarqlik

May be this:

Num(Column(1)-Column(3),'$###,###.00')

vishsaggi
Champion III
Champion III

May be by using dimensionality() function. Can you share your qvw file to work on if possible?

adamjwchen
Contributor III
Contributor III
Author

I tried column() function, it does not work for this case.