Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
3587 Visninger

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
Kassér
Bedste svar

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

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


Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
2
mar. 15
4303
0
sep. 22
16
1
aug. 21
6847
0
jul. 21
2883
3
okt. 19
5045