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

A document template that uses a query macro automatically collects a set of documents. If new documents are added to the system that meet the query criteria, these documents are automatically added to the querying document. This feature is also called automatic lists. Some macros only link to a specific document and are only rendered, if the document actually exists. This is also called automatic linking, but is not referred to as automatic lists.

You specify queries like this:

SELECT PropertyOne, PropertyTwo, PropertyFour
WHERE PropertyOne = "Some String" AND 
        (PropertyTwo = "Another String" OR PropertyFive = "Something")
SORT BY PropertyOne, PropertyThree

Note that this is pseudo syntax. The values for SELECT, WHERE and SORT BY are passed to the macros as parameters.

Automatic linking is supported with

The query matched no documents.

  • No labels