Hide fields
Hide certain fields or repeatables
Add data names to the ‘hidden_fields’
under the SCRIPT section.
Hide fields without a value
You may have noticed that when parent-level fields have no input value, the report skips those fields. However, this does not apply to child-level fields (nested in a section or a repeatable field). To apply this to those child-level fields, change the else
to else if (value != null)
at the end of the BODY section.
Hide Header / Footer
You can remove header and footer from the report by setting those attributes to false in the SCRIPT section.
Updated about 1 year ago