Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

%CURRENTTIME(dateFormatId)%

the local time of the client.

%STARTTIME(dateFormatId)%

the start date and time of the relative view period of the time series.

%ENDTIME(dateFormatId)%

the end date and time of the relative view period of the time series.

%LASTVALUE(numberFormatId)%

the most recent reliable or doubtful value in the time series.

%LASTVALUETIME(dateFormatId)%

the date and time of the most recent reliable or doubtful value in the time series.

%MINVALUE(numberFormatId)%

the minimum reliable or doubtful value in the time series.

%MAXVALUE(numberFormatId)%

the maximum reliable or doubtful value in the time series.

%EXTERNALFORECASTINGSTARTTIME(dateFormatId)%

the start of the external forecast.

%MAXTIME(dateFormatId)%

the date/time of maximum value found in the time series (occurrence closest to T0).

%MINTIME(dateFormatId)%

the date/time of minimum value found in the time series (occurrence closest to T0).

%TIMEZERO(dateFormatId)%

in case of forecast data the forecast time, otherwise timezero.

%MAXWARNINGLEVEL(thresholdId)%

name of the highest warning level threshold that has been crossed (requires an available thresholdValueSet)

%LOCATIONATTRIBUTE(textAttribute)%

%LOCATIONATTRIBUTE(numberAttribute;numberFormat)%

 

attribute to put in text. the numberFormat is intended for number attributes.
Warning

The Relative View Period specified in the variables is always relative to the sliderTime. The Delft-FEWS TimeZero is displayed as a marker in the time navigator, but when the sliderTime is changed, this sliderTime is used as the timeZero. The choice of Relative View Period is therefore essential. For displaying the value at the sliderTime, there should be a variable with a Relative View Period with 0 seconds, and opening for instance a TimeSeriesDialog, a different variable is required with a different Relative View Period.

variable

The data from this variable is used to replace the tags in the text in the svg object that this component refers to. If for a given tag the required data is not available, then that tag is replaced by a dash symbol "-".

...