Hi,
I am trying to make a create a report, for which I have two groups in XML file
Group 1 has Bill ID, RefID.
Group 2 has Code,Bill Amt, Total Amt
I cannot flatten the query and convert it to one query as relation between Bill ID,RefID and code is 1 to N ie one Bill can have many codes
so sub query gives me error like "ORA-01427: single-row subquery returns more than one row"
so I have created two query Group's
When I Try to achieve this by grouping in RTF Format template it gives me either
1) Data of only group 1
2) Either Data of Only group 2
3) or No data
based on position of start and end of the group.
Can any one help me on how to group this in RTF
my report structure is like
| BID | REFID | Code
| Bill Amt
| Total Amt |
|---|
| I123 | S345 | s1 | 124 | 124 |
|---|
| | T32 | 34 | 34 |
|---|
| | | | |
|---|
| | Total | XXX | XXX |
|---|