Conditional Line / Row Deletion

Delete lines / rows when no or empty values are passed for placeholders

In many document scenarios, we would like to delete entire lines / rows if a value is not present.

In the invoice example below, if no discount is given, we would like to delete the entire discount line instead of leaving the discount empty:

For placeholders outside of tables, lines are deleted. For placeholders in tables, the entire row is deleted.

Works with line items as well to remove entire line item rows if a value for a line item placeholder is empty

Line / row deletion is enabled via the settings icon next to every placeholder / variable:

Deleting lines / rows can be used in combination with Conditional Show / Hide — if a value is hidden under a certain condition, enabled line / row deletion deletes the entire line / row.

Last updated