Conditional Coding on field value

As a user I would like to be able to have the output reflect paragraph a if a field value = x or paragraph b if not.

There are several use cases and examples.

If age =>65 display field x or following paragraph

Requires introducing a little more complex code but will unlock the potential

Hi @Cath_Perry ,

DocuGen supports conditional check. You can use IF() or SWITCH() functions for conditional checks.
For example: If you want display any column value for the same row when age = 65, you can use following formula:
IF({age} = 65,{Field X},{Field Y})

Thanks!

1 Like

Learned something new today that I could definitely use in the near future!

1 Like