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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot table Total showing Wrong?


Hi All,

Please find below image.

Here i am using Pivot table with full expand. when select date wise parital sum at the bottom is not coming gives Null----why?

2).When i selected process wise(HCFA,UB) partial sum is also not coming correct value --------why?

Can any one help on this???????????????

Error.JPG

4 Replies
alexandros17
Partner - Champion III
Partner - Champion III

What is your expression?

Have you aggr instruction?

giakoum
Partner - Master II
Partner - Master II

it depends on how you syntax your expressions. Please attach a sample app. Does sum of rows work?

Not applicable
Author

Hi

I used this expression :

 

if((Below(sum(TotalDays)))+sum(TotalWorked)-sum(TotalDays)<0,0,

        (Below(sum(TotalDays)))+sum(TotalWorked)-sum(TotalDays))

Below() for i need next day result that's y i used.

giakoum
Partner - Master II
Partner - Master II

QlikView is trying to use the same expression to calculate the total, but bellow cannot work in total. You most likely need to aggr. Did you try sum of rows?