Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
3793 Ansichten

Hi folks

In a report I need to hide a table when this table is empty.

Could you please let me know what is the instruction's syntax to write in my libreoffice template for this ?

thanks

Avatar
Verwerfen
Beste Antwort

You can add if condition on the table to check if there is any data or not.

<table t-if="my_data">
....
</table>


Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
2
März 15
4507
0
Sept. 22
16
1
Aug. 21
7116
0
Juli 21
3074
3
Okt. 19
5262