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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
mariamovasheli
Contributor III
Contributor III

Pivot Table Totals is Incorrect

Hello, 

My pivot table doesn't Show correct totals.  This is My Set analysis

if( Level1 = 'Inflow',
sum(Amount),if( Level1 = 'Outflow',
(sum(Amount)*-1),sum({<Month={"$(=MaxString(Month))"}>}Amount)))

But Total is not correct. Can you please give me any suggestions or ideas.

Labels (1)
4 Replies
agigliotti
MVP
MVP

could you show your actual and desired result?
The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
pradosh_thakur
Master II
Master II

what are the dimensions? Is month a dimension of the pivot table as well. As suggested already , please post a sample as well which w can look at.

Learning never stops.
Channa
Specialist III
Specialist III

f( Level1 = 'Inflow',RangeSum(Above(Sum(Amount), 0, RowNo())))

 

try if you look for totals

Channa
mariamovasheli
Contributor III
Contributor III
Author

This is how it looks now and I want that total to be actual total of what is written in this rows.

 

cf.JPG