forecast_length: <integer>
(Optional)forecast_length
steps into the future. This only applies to temporal queries (queries that include a temporal aggregation such as SUM(TRANSACTIONS.AMOUNT, 0, 2, days))
.
forecast_length=3
will forecast the sum for the next 3, 7-day windows.