I have an HTML text coming in through an API which I would like to use in my Word Document to format accordingly. Suppose the text is
<ul>
<li>item 1</li>
<li>item 2</li>
</ul>
I want it to go in word file to be previewed as
item 1
item 2
I know this can be done in qlik sheet via couple of extensions. I used Vizlib Advanced Text and its working fine on the Sheet, but when used in Word template and rendered, it yields nothing. To be precise I am adding Vizlib Adv Text as table in NPrinting Word Template and pulling table tag as variable for it to work. But no luck so far.