Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
jorditorras
Creator
Creator

Aggregate per Material and Display by Month

Dear Gurús, 

I'm trying to apply a simple calculation (actually it's much more complex but I'm simplifying it just as an example) where I need to see the Billing Amount aggregated by Material. Something like: 

Sum(Aggr(Num(Sum( [Billing Amount in LC])), Material))

If I see the result in a Table and select one single month (like Fabruary 2023), the result changes as if I see in the table all the months of 2023 (the correct value appears when I select one single month). I attach two screenshots: 

jorditorras_0-1682437090659.png

And if I unslect fabruary, his result changes: 

jorditorras_1-1682437140164.png

 

Any idea about why this behaviour is happening??

Thanks in advance. 

Regards, 

Jordi 

Labels (2)
1 Reply
BrunPierre
Partner - Master
Partner - Master

Sum(Aggr(Num(Sum( [Billing Amount in LC])), Month_ES, Material))