Skip to main content
Planview Customer Success Center

Can a section in a generated document be displayed only under certain conditions?

In order to display document sections conditionally, please add an element of type 'auto-logic' into the form. Within the auto-logic element, a boolean formula can be defined, based on the form values, that evaluates to true or false.

In the document, please delimit the conditional section as follows:

{{# CONDSECTION}}

{{/CONDSECTION}}

where CONDSECTION is a name that can be freely chosen. Then link this section the auto-logic element in the form and it will be displayed or not, depending on how the conditional formula evaluates.

It is possible to nest conditional sections inside repeating sections.