Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titleSelect Clauses in Display Macros

Select a property by specifying the name of the property.

Example Box
titleSelect the value of the Name property

Name


Section
titleDeep Links in Select Clause

Since version 2.0 the projectdoc Toolbox also supports Deep Links as an experimental feature. If the property name references a property whose value is a link, a deep link (specified with "->") allows to traverse the document tree.

Example Box
titleDeep Links

Suppose a document provides a property named "Ref" that is a reference to another document.

To select the short description of the referenced document, use Ref->Short Description.

Deep Links may have deeper depth than 1.

Example Box
titleDeep Links with Depth > 1

Ref->Person->Address->Phone

Note that currently prior to version 2.5 of the projectdoc Toolbox only single valued properties can be used with deep links. If So if you are using an older version, if more than one link is found in a property value, only the first will be traversed. See

Jira
serversmartics JIRA
serverId79ad43bc-d289-364e-bfc7-46c09847bebd
keyPDAC-825
.

Macros supporting Deep Links:

Display Table
doctypemacro
render-modedefinition
selectName, Short Description
space-keysPDAC1
where$<Tags>=[Deep Link]


...