Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Bursting - Template Control not working

Summary
Bursting - Template Control not working
Content
I have a report that we run for a single student who want's a copy of all their academic awards.
We will run these for several students so I want all the letters for the same student in a single file, with their ID Number as part of the file name.
Example: John Doe made the Dean's List twice, and the President's List 8 times.
President and Dean's list have different templates, however, my output only uses the President's Letter, and not the Dean's. I end up with 10 President's list letters.
I am using the EMPLID (Student ID) as the burst field, and the template controlled by the Award Code. (Attached is a screenshot of my Bursting Set-Up)
<?for-each-group:row;./A.EMPLID?>
<?for-each-group:current-group();./B.AWARD_CODE?>
<?for-each-group:current-group();./A.STRM?>
Dear John Doe
<?end for-each-group?>
<?end for-each-group?>
<?end for-each-group?>
What did I miss that prevents the report to use the different templates?
Message was edited by: Darcy Added XML Data