Dynamic text can be included in item names and descriptions to elevate important information (such as category, attribute values, start and end dates and project durations) so it appears on the face of the item. This action can be performed in the View Setup, in the Item Appearance tab as highlighted below:
Note: By default, the only attribute/property that is displayed on the face of the item is name.
Any type of attribute/property/calculated value can be included in the dynamic text on the face of the item. The format is as follows:
[Property Name] where the property name is the name of the attribute/property/calculated value which is to be included on the item face.
Note: Square brackets must be used to produce the dynamic version of the property.
Other functions that can be performed to the text on the item font can be found in the table below:
Function | Description | Starting Element | Ending Element | Example |
Bold | Make the font bold | <b> | </b> | <b>[name]</b> |
Italic | Make the text italic | <i> | </i> | <i>[name]</i> |
Underline | Underlines the text | <u> | </u> | <u>[name]</u> |
Emphasis | Provides Emphasis on the text | <em> | </em> | <em>[name]</em> |
Mark | Will mark the text | <mark> | </mark> | <mark>[name]</mark> |
Small | Makes the font smaller | <small> | </small> | <small>[name]</small> |
Deleted | Will make the text appear | <del> | </del> | <del>[name]</del> |
Subscript | Makes the text subscripted | <sub> | </sub> | <sub>[name]</sub> |
Superscript | Makes the text superscript | <sup> | </sup> | <sup>[name]</sup> |
Colour | Changes the colour of the text | <front colour = “colour/hexcode”> | </font></p> | <font colour = “red”>[name]</font></p>
<font colour = “#FF0000”>[name]</font></p> |