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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with formula - display results

Hi.

I face a problem with a formula.

What I want to achieve:

Display Sum of quantities if date Goods Issue is after date RDD

I have several Sales orders (documents) with different Materials and dates and qties.

My formula:

if([Goods issue]>RDD,(Sum ([conf qty])+Sum ([unconf qty])))

This works if I select one single Sales Order correctly, but not if there is no selection made.

Question:

Is there a special formula to display the Qty of each Material where the Goods Issue date is after RDD date?

Would be great if anybody has a solution for that.

Thanks

Jens

p.s. find attached file

1 Solution

Accepted Solutions
gandalfgray
Specialist II
Specialist II

Hi Jens

Change your formula to this:

Sum(if([Goods issue]>RDD, [conf qty]-[unconf qty], 0))

hth/gg

View solution in original post

2 Replies
gandalfgray
Specialist II
Specialist II

Hi Jens

Change your formula to this:

Sum(if([Goods issue]>RDD, [conf qty]-[unconf qty], 0))

hth/gg

Not applicable
Author

Great, it works fine.

thanks

jens