Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
3532 Prikazi

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
Opusti
Best Answer

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

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


Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
mar. 15
4233
0
sep. 22
16
1
avg. 21
6807
0
jul. 21
2849
3
okt. 19
4966