Conditional display in a document
In a variable document, it is possible to display an element only if a condition is met.
For that, we use the following fusion field structure:
- if: if the condition is met -> action to perform
- else: otherwise -> action to perform
- end
You will find in the following document an example of if: EXAMPLE-OF-IF.docx.
This allows you to display certain information according to different criteria such as:
- the type of investor
- tax residence address
- the investor's family situation
- etc