Fix and If problem on closed forecast months
Summary
Fix and If problem on closed forecast monthsContent
Hi,
the below is an excerpt of a piece of code that I am working on, it does not compile because the &fcstmonths is currently equal to Sep:Dec, so "Jan" is not within the fix.
"A validation error was received from the Planning server.
'Error:Cannot calculate dimension member [Jan] with restricted member [Sep] Rule"
To keep efficiency I want to keep the &fcstmonths in the outer block, though if there is any way to utilise &fcstmonths in IF logic then I am happy to compromise and have the outer fix on the full year.
0