Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
How to eliminate the duplicate records in BI publisher word template
User_DTYRZ
Rank 1 - Community Starter
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.
0
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