Forum Discussion
dswinden
3 years agoHelper II
Rolling Sum Not Working when Empty Data
Hello! I have used this formula in dozens of examples but for whatever reason it is not working for this example. I will try to explain this as best possible. I have a data source that I receiv...
Padycosmos
3 years agoSolution Sage
In your case, the total is calculated based only on the current value and the immediately preceding value.So in Feb 22, it is adding The value of Feb 22 and Jan 22, which are both 0 and therefore you get 0 as the result
dswinden
3 years agoHelper II
Hi Pady, i show in my example above. I am trying to pull Jan 2023 rolling 2 months inventory.
December 2022 had 9 units
January 2023 has 0 units
R2M result should be 9. I have now solved my challenge, somehow my date table had duplicates so the relationship created was incorrectly created as Many to Many. Solved by removing duplicates and changing to Many to One