Parent node format
If a dynamic link is set between two nodes of the same data type, you can set the format for the parent node.
Source node data type | Parent node format | Description | Example |
---|---|---|---|
|
0 (1234) |
Decimal representation, without the thousands separator |
|
Hexadecimal (ff) |
Hexadecimal representation |
|
|
Octal |
Octal representation |
|
|
Binary |
Binary representation |
|
|
FloatDouble |
0,# (1234,5) |
Rounding to the first decimal place |
|
0,## (1234,56) |
Rounding to the second decimal place |
|
|
0,### (1234,56) |
Rounding to three decimal places |
|
|
0.0 (1234.0) |
Representation with exactly one decimal place |
|
|
0.00 (1234.00) |
Representation with exactly two decimal places |
|
|
0.000 (1234.000) |
Representation with exactly three decimal places |
|
|
DateTime |
hh:mm |
Date/time format, t |
|
dd/MM/yy |
Date/Time format, d |
|
|
hh:mm:ss |
Extended date time format, T |
|
|
d MMM yyyy |
Extended date, format D |
|
|
dd/MM/yy, hh:mm |
Extended date/time, format g |
|
|
d MMM yyyy, hh:mm:ss |
General date/time layout, format F |
|
|
yyyy-MM-ddThh:mm:ss.0000000Z |
ISO 8601 Standard, format o or O |
|
|
Duration |
[d.]hh:mm:ss[.0000000] |
Format c |
|
[d:]h:mm:ss[,0000000] |
General short format, g |
|
|
d:hh:mm:ss,0000000 |
General extended format, G |
|