Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a table like such & the line for the Forecast. I'm wanting to add a month row as well. How would i incorporate the Month and Day into the forecast?
linest_m({<Day=>} total aggr(if(sum({<Day=>}PTPAmount),sum({<Day=>}PTPAmount)),Day),Day)*Day
+linest_b({<Day=>} total aggr(if(sum({<Day=>}PTPAmount),sum({<Day=>}PTPAmount)),Day),Day)
What exactly you want to do?
I am wanting to forecast the PTPAmount by day then rolled up into Month.