How to exclude the text of infotext from the report

Hi @SamVanEenoo

In the template I use infotext ( {::infotext as=“hover”}…{:/infotext} ) to give extra explanation. That works perfectly.

When I generate a report via export, I do not want the text of the infotext to appear in the report.
How to exclude this text from the report?

Hi @NickS,

In order to avoid that the text of the infotext appears in your export, you should place your

{::infotext as=“hover”}…{:/infotext}

between ic-tags.

{% ic %}content{% endic %}

This should resolve your problem!

Kind regards,
Robin

It works :smile:

Thank you.