Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
3594 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
4325
0
Sept. 22
16
1
Aug. 21
6856
0
Juli 21
2887
3
Okt. 19
5052