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: 
Anonymous
Not applicable

tXMLMap - multiple loop elements and group element

Why can't I assign the "group element" property to an element parent of two (or more) children set as loop elements?
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi
In tXMLMap component, aggregate element equivalents to group element.
Shong
Anonymous
Not applicable
Author

Hi,
I have a kind of a similar problem stated in the post. I am trying to create a XML file using the tXMLMap. The input to the Map is a tHashInput which provides a document type input. This input maps with the corresponding elements in the output schema.
The child elements in the input XML are in a loop, and hence the corresponding elements in the output schema are also in loop. I need to group the output schema based on the parent element, but as I have more then one child loop element I am not able to do so.
any suggestions/solutions please.