تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
3675 أدوات العرض

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

الصورة الرمزية
إهمال
أفضل إجابة

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

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


الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
2
مارس 15
4387
0
سبتمبر 22
16
1
أغسطس 21
6967
0
يوليو 21
2966
3
أكتوبر 19
5134