Hide Fields with None values in Print Format

Hi,

Is it possible to hide fields which shows “None” value in the Print Format?

Thanks!

@mulyadi-agtechsg Which version you are using?
Because in version 7, the fields with no value do not show in the standard print format. But if you have created the custom field format then you have to manage that by applying condition.

1 Like

Hi!

Thanks for the reply. Am using v7. I am using Custom HTML in the print format.

Where shall I apply the condition? In Custom Script?

Thanks!

You can use Jinja tags in custom print format, {{doc.get_formatted(“your_field_name”)}}

1 Like