Format
Type
Constant String
Since
2.0
Description
With this property you can convert the results of the SQL Expression into strings. Depending on the result-type of the expression, this property must contain a Number-Format or Date-Format and will then convert the info a string using this format before storing it as attribute or use it to search a linked key.
If you don't specify any format, the result of the SQL-Expression will be converted using the standard-format.
Examples
Format = "#,###,##0"
Format = "0.00"
Format = "dd.MM.yyyy"
Format = "dd.MM.yyyy HH:mm:ss"
