Hello,
Do you know if it's possible to force the formula POST like LAG with STRICT argument.
My use case to be able to POST value in the future for stock equation.
If I use LAG(value , Leadtime , STRICT) or POST(value, 2) the formula are ok
If I use POST(value, Leadtime), I have a circular reference.
So I try to help using ABS(Leadtime) or SIGN(Leadtime) x Leadtime but I have always the same issue.
Can you help me with this issue.
Thanks a lot