Report Document Status

Parent Previous Next

Report Document Status

The Report Document Status configures permissions which allow it to activate, deactivate or activate under certain conditions the creation of the report.


.     TRUE: The report will always be created every time its Trigger is triggered.

.     FALSE: The report will never be created.

.     Condition: Declares a tag or an expression (Ex. @a > 2 ? true : false - if @a most 2 set true else set false). It will allow the creation of the report every time the condition is fulfilled.


graphic