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.
We can't see the rest of your XSLT or XML, so we can't see if you are doing anything to output the record multiple times.
You should be able to filter down to Dependent Events and Successfully Completed by adding a filter on the secondary business object.
If you update your pictures to include everything, you may get more specific help.
-Wyatt