You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

projectdoc Toolbox

Deep links can be used on both sides of predicates in a Where Clause.

Iteration
Filled
Type
Level of Experience

Since version 4.5 of the projectdoc Toolbox for Confluence. For deep links on the left side of a predicate, the referenced value needs to be materialized.

This tips shows how this can be done.

Queries

Queries define their constraints with the Where Parameter, of the Display Table Macro or any other query-based macro of the projectdoc Toolbox.

The following constraint selects on all documents whose Type property is equal to this document's referenced Service's Type. 

$<Type>=${Service->Type}

Here is a similar constraint, but this time the property may contain multiple services.

$<Type>~(${Services->Type})

In this case the type must match any one type of the referenced services. 

Resources

Materialize Properties
Using existing properties from other documents.

  • No labels