Summary
Disperse groups
Content
Hi All,
I have 3 groups 1 header, 1 details, and 1 totals.
The XML file generated, its exporting each group as group itself at the same level header, details and total.
I need to show header then details, and finally total for each group.
Please check the attached documents for reference.
I got something like
<Header>
headfield1
headfield2
</Header>
<Details>
Detail1
Detail2
Detail3
</Details>
<Total>
total
</Total>
I need a excel output similar to the jpg file
Thanks