Hi,
found some more, excerpt from SE Help "Create Property Text"
[...]
Including Other Text Properties
To use the date and time in property text, use the following basic format:
/@<date/time format> Click here to see additional information on available
formats for date and time components. You can customize date and time
display using the following format: %{propertyName/@DateTimeFormat|link}
For example, to display the exact time a file called Lea.asm was created,
you can use the following: %{Created/@yyyy/MMMM:dddd-hh_mm,ss.tt|Lea.asm}
You can use property text to control the number of decimal places in numbers.
For example, to set a number to display 4 decimal places, use the following format:
%{PropertyName or CustomPropertyNumber/@4|ModelRef}
You can choose not to display default units for physical properties.
To omit units from the property text display, use the tag /NU as follows:
%{PhysicalPropertyName /NU | R1}
dy