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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Setting two loops in tXmlMap output.

Hi, I need to create xml which will look something like this:

<?xml version="1.0" encoding="UTF-8"?>
<results>
<result functionRef="B01">
<resultValue name="name1">true</resultValue>
</result>
<result functionRef="B02">
<resultValue name="name1">false</resultValue>
</result>
<result functionRef="S01">
<resultValue name="name2">customer_C</resultValue>
<resultValue name="name3">customer</resultValue>
</result>
</results>

Important part is that it may contain variable amount of result elements and within them is variable amount of resultValue elements.
Problem is that tXmlMap won't let me to label mentioned elements as loop, only one of them can be selected at once.
This pop up message occurs: "Set this element as loop, child node and parent node will lose loop."
Am I missing something? Thank you.
Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hi,

Could you please also post your tXMLMap setting screenshot into forum?

Best regards
Sabrina