hide blank entries in PDF reports

Hi, I’m looking for a solution to not show the white (empty) fields in the PDF report that I receive via email. I apologize immediately for the banality of my question, but I have no computer skills and often encounter this type of difficulty.

I transcribe the report below, the red entry is the data I don’t want if the field is empty:

"il serbatoio in questione è: Cisterna test al cui interno erano presenti litri: 30,00

Lo status di funzionamento è: OPERATIVO

Attività presieduta dal Volontario: Pippo test

sono stati erogati: 5,00 litri di carburante
destinati a : Miniescavatore New Holland E 26B

Litri di carburante riforniti:

note: test

Grazie."

below is the formula:

"Messaggio automatico: in data <> è stato eseguito un erogazione di carburante.

il serbatoio in questione è: <<[SELEZIONARE CISTERNA].[NOME CISTERNA]>> al cui interno erano presenti litri: <>

Lo status di funzionamento è: <<[STATUS FUNZIONAMENTO].[STATO DEL VEICOLO]>>

Attività presieduta dal Volontario: <<[OPERATORE].[NOME COGNOME]>>

sono stati erogati: <> litri di carburante
destinati a : <<[QUALE ATTREZZATURA STAI RIFORNENDO].[NOME ATTREZZATURA]>> <<[QUALE VEICOLO STAI RIFORNENDO].[NOME VEICOLO]>> <<[QUALE TANICA STAI RIFORNENDO].[NOME TANICA]>>

Litri di carburante riforniti: <<[litri riforniti alla cisterna]>>

note: <<[NOTE]>>

Grazie."

I await your kind replies. Thanks for your attention

Try something like <<IF:ISNOTBLANK([litri riforniti alla cisterna])>>Litri di carburante riforniti: <<[litri riforniti alla cisterna]>><>

More details from here.. https://support.google.com/appsheet/answer/11568425?hl=en&sjid=1626617286071311767-EU

1 Like

@AleksiAlkio I’m really grateful to you. I will treasure your words. :folded_hands:

You’re welcome!

1 Like