Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
chou
Contributor III
Contributor III

dynamic XML fields

Hello,

I am trying to create a dynamic xml file like this :

......

<balise1>

<id>1</idp>

   <name>NAME1</name>

<id>2</idp>

   <name>NAME2</name>

..............

</balise1>

<balise2>

<loop>

<id=1>Value Of (Name 1)</id>

       <id=2>Value Of (Name 2)</id>

...........

</loop>

<balise2>

I will do it with Java function addElement, but is it possible to do it with the component tAdvancedFileOutputXML? I tried but it didn't work

Labels (4)
0 Replies