Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
BI repeating group within repeating group

Summary
BI repeating group within repeating group
Content
Hello,
Question on creating a BI report with repeating groups.
Stucture should look like this.
<for each repeating group>
data
<for each repeating grouo>
data
<end>
<end>
It seems this is not possible in BI is this correct ? Report is feeded with XML data.
Answers
-
Hi,
Thank your for your answer ! Will check the documentation
XML is like :
<Batch>
<Payment>
<Invoices>data</Invoices>
<Invoices>data2</Invoices>
</ Payment>
<Payment>
<Invoices>data</Invoices>
<Invoices>data2</Invoices>
<Invoices>data3</Invoices>
</ Payment>
<Payment>
<Invoices>data</Invoices>
</ Payment>
</Batch
0 -
Possible, but really you have to show us some sample XML and desired output. Here is an Oracle doc that show's how to do it.
https://docs.oracle.com/cd/E28280_01/bi.1111/e22254/create_rtf_tmpl.htm#BIPRD2519
0 -
Could let me us know what is your repeating group tag e.g. batch, payment, invoice etc.?
based on that you can use for-each or for-each-group
0