Problem while creating Multiple groups for the same source in data structure.
I am working on XML Publisher for generating a report, where XML is generated via Data Template.
Here I came across an issue:
I have a 4 sql statements defined in data query region. In data structure, I would like to create multiple groups that points to the same source.
Like the one shown below.
For example,
<group name="G_DEA_HEADER" dataType = "varchar2" source="Q_DEA_HEADER">
<group name="G_PAGE_BRK" dataType = "varchar2" source="Q_PAGE_BRK">
<element name="ROW_COUNT" dataType="varchar2" value="ROW_COUNT"/>
<group name="G_DEA_LINES" dataType = "varchar2" source="Q_DEA_LINES">