Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 19 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 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