@Xrange function
When I tried using the @Xrange function in a FIX statement, I got an error message that says :
A validation error was received from the Planning server. 'Error:Cross-members currently not supported in this type of expression Rule Imprimis.EE_Capex.Forecast - Capex Validity Flow' |
The statements I had was within another FIX/ENDFIX.
FIX(@Xrange(&CurrYr->&FcstStartMo,&NextYr->&FcstEndMo))
script....
ENDFIX
Is the function not allowed in such a context?
Thanks.