Values_0.WhatIfRangeScenarioSourceProvides the forecast to meet the target for a particular date range.
type nonrec t = {startDate : Timestamp.t;The start date in the date range that you need the forecast results for.
*)endDate : Timestamp.t;The end date in the date range that you need the forecast results for.
*)value : Double.t;The target value that you want to meet for the provided date range.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of Double.t | `Timestamp of Timestamp.t ]) list ]