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. Requires the relative view period to be configured.

%ENDTIME(dateFormatId)%

the end date and time of the relative view period of the time series. Requires the relative view period to be configured.

%LASTVALUE(numberFormatId)%

the most recent reliable or doubtful value in the time series. In case of enumeration parameter, omit the numberformatId.

%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. In case of enumeration parameter, omit the numberformatId.

%MAXVALUE(numberFormatId)%

the maximum reliable or doubtful value in the time series. In case of enumeration parameter, omit the numberformatId.

%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)%

%LOCATIONATTRIBUTE(numberAttribute;numberFormat;variableId)%

attribute to put in text. the numberFormat is intended for number attributes. variableId is intended for the case that multiple variables have been configured.

If no numberFormat is used the tag should be %LOCATIONATTRIBUTE(numberAttribute;;variableId)%.

VariableId is supported since 2017.02 and only intended for usage with the title openDisplay leftSingleClickAction and rightSingleClickAction.

VariableId is optional if only one variable is configured. At least a locationId or locationSet has to be configured for the variable.

%PARAMETERNAME(variableId)%Since 2017.02. Used to set title in openDisplay leftSingleClickAction and rightSingleClickAction. Variable is optional if only one variable was configured.

...