Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 212 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to eliminate the duplicate records in BI publisher word template

Hi,
I have created a BI publisher report using word template the format is like we have two section of tables was built and grouped accordingly.
First table have the correct data in the second table I am getting the duplicate records.
can anyone please suggest how to restrict the duplicate records in the word template, because in the data model data is coming correct only.
Answers
-
Have you put a start and end condition to each grouping? Without seeing the XML code, my only thought is that you may have missed an XML tag.
Start of each group: <?for-each:current-group()?>
End of each group: <?end for-each?>
0