Skip to Content
Menu
This question has been flagged
1 Reply
602 Views

Hello,

is it possible to use the xmlid in a t-if condition in a report?

I want to make a tag visible depending on the ID of the report.


I tried for example: t-if="'xmlid' == 'reportname'" but it doesnt work.


Thanks for your help.



Avatar
Discard
Author Best Answer

Went as well as expected. No idea what the problem was before.Find a solution:

                     

t-if="'account_followup.report_followup_print_all' != xmlid"

Avatar
Discard