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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
selcukcadir
Creator II
Creator II

Partial Sums < 0 ?

Hi all,

How can we solve the problem in the attached document?


Thanks...

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable

7 Replies
Not applicable

I quite did not understood your question, but I assumed you are trying to filter the records whose sub totals are greater than 0. Please use the below expression in your chart

if(aggr(sum(Sales),LIFNR) < 0, sum(Sales), null())

selcukcadir
Creator II
Creator II
Author

hi,

I've tried. did not work.

Untitled.png

Not applicable

I made the change to the below chart

QV_question.jpg

Anonymous
Not applicable

try it

sum(aggr(if(sum(TOTAL<LIFNR> Sales) < 0, sum(TOTAL<LIFNR> Sales) ),LIFNR))

selcukcadir
Creator II
Creator II
Author

Thanks Diego..

But,

1 LIFNR - 2 WAERS >>>>>> In the case where. did not work.

Anonymous
Not applicable

see it

selcukcadir
Creator II
Creator II
Author

Thanks a lot!... Diego