I am facing issue with the xslt transformation from xml.
Xml: The node "<wd:GPAR_LRV_Dependents_group>" is repeated 12 times in xml and the business object to extract dependent information is "worker". So for every report entry it is repeated.
Xslt: I have used "for-each" and that's the reason data is duplicated
Output: This is how the output looks, the data is duplicated. Ideally dependent one, two and three should populate only once.
How can I restrict the data from duplicating? how can I do that in Xslt?
Any suggestion how to get this or manage this via calc field?
Thanks!
I have tried for-each-group with dependent ID and I tried position(), but that did not solve it.
xsl:for-each-groupthen show minimal but complete samples of XML input, XSLT code, output you want and output or error you get, to allow others to easily reproduce the problem.