I want to have the latest value shown in a chart.
The chart is part of a Report with has the DateTo-Parameter with the Default Value Expression: NOW()
But with this expression is not the latest value shown, but the value from 23:59 the day before.
Is there a way to show the lates value from the actual day?
3 Answers:
Posted on March 15, 2018 at 6:07am
Base-URL: /timeSeries/api/assets/$P{AssetID}/aspects/$P{AspectName}/timeseries
Content type: Get Parameters.
Language: WebServiceQuery
Filer is set to limit the value to a time range. DateFrom is a Date and DateTo is NOW().
But if the time zone is different, there would be just a diffrence of some hours, wouldn't it?
But in my case is always 23:59 from the day before the latest value, don't matter which time it is.