Hi All,
I am struggling to get to the solution for below scenario:
I am trying to sum up the Quantity based on the combination of ID and Sub Account,
Use Case: If ID and Sub Account combination is same then sum the Quantity, if the combination is not same then do not sum the Quantity as is.

To achieve this I have used Summarize tool i have group by ID , Sub Account , Description and Date and used Sum on 'Quantity' but somehow its summing up the whole Quantity ( See False Output)
Can anyone have any idea what I am doing wrong and what can be done to handle this? Any help is much appreciated.