Print Empty field value in print

Hello there,

  1. I just want to print value of field, no matter if empty. Field should be there into the list with blank value.
  2. I want to print only value of the field not the label.

Does it possible?
if you know then please let me know.

Thanks in advance.

Try HTML Jinja formating.

      {{ doc.field }}<br>

Check this link https://discuss.frappe.io/t/print-empty-column-in-print-format/76393