Forum Discussion
avachris
4 years agoFrequent Visitor
Recursive Function Forecasting
Hi there - I have a list of portfolios that I'd like to forecast through time. I also have a seperate table which outlines the quarter over quarter growth rate. I think the right soluti...
- 4 years ago
Anonymous
4 years agoNot applicable
You don't state what trouble you are having, but you might want to change it from
if ForecastTable is null
to
if Table.IsEmpty(ForecastTable) then...
--Nate