Hi,
I have a forecast function with below formula
FORECAST("Sales", ("Year" timeYear, "Qtr" timeQuarter),'forecast','modelType=arima;numPeriods=%1;predictionInterval=70;', 3)
And for the highlighted fields above instead of using static values I would like to use a column in place of it. Ex: Product Expiry in periods.
So that in my analysis I would be using Year, Quarter, Product,Sales, Forecast Sales and to show how many periods the forecast needs to show it should be based on product expiry period column.
If I am trying to use this column directly in the above formula its erroring out. Its working with presentation variable but I should not use presentation variable.
Any other ideas please.
Thanks