on 2025 Feb 22 12:45 PM
If current period is current period-1, then use actuals. Otherwise use snapshot 1. if snapshot 1 is null then use snapshot 2.
Is there any issue with the formula? It is working fine with some exceptions where I have 0 in snapshot 1. I kept the system as "Uneditable" and no Aggregation Mode
Request clarification before answering.
Hi @SoniaMarwah,
The first thing I would like to add is that you are using IF("PERIODID3" < "$$PERIODID3CU$$" -1,... and not IF("PERIODID3" = "$$PERIODID3CU$$" -1,... The former is slightly different from your wording ''If current period is current period-1, then... otherwise...'.
With regards to your main query, you can build in another condition to check for "snapshot 1@MTHPRODLOCCUST" being equal to 0. Please note that NULL and 0 are not the same. It sounds like, in your case, you want to have both conditions used in your calculation.
I hope this helped.
Kind regards,
Vincent Verheyen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @SoniaMarwah, if you need further assistance, can you please show me a screenshot of your calculation and a screenshot of your result in the IBP Planning View, and what is not working as expected. It will be easier this way.
| User | Count |
|---|---|
| 17 | |
| 14 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.