Category: | Bug report |
Priority: | Urgent |
Status: | New |
Project: | Severity: | Critical |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
I have an XML file with 3 inner nodes, I need to show them in my report, but only the first data is being showed. I have checked the query, the file, internet examples and nothing works.
PS: An Image is attached. but if cannot see it, please check the link.
v5.1.0
1 Comment:
You need to edit the XML excluding the absolute path of the fields, so all the descriptions will show only the field name like is shown in the second line of your image. See attached image.
old: <fieldDescription><![CDATA[dividas/Divida/codigo]]></fieldDescription>
new: <fieldDescription><![CDATA[codigo]]></fieldDescription>