Bursting - Template Control not working — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Bursting - Template Control not working

Question
21
Views
0
Comments

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