Add a Bursting Definition to Your Data Model
In the Bursting definition table, create a new bursting definition by specifying its name, type, data source, and other properties.
Prerequisites:
- You've defined the data set for this data model.
- The data set is sorted or grouped by the element by which you want to split the data in your bursting definition.
- The delivery and formatting information is available to Publisher. You can provide the information at runtime to Publisher in one of the following ways:
- The information is stored in a database table available to Publisher for a dynamic delivery definition.
- The information is hard coded in the delivery SQL for a static delivery definition.
- The report definition for this data model has been created and includes the layouts to be applied to the report data.
To add a bursting definition to the data model and enable bursting in your report:
If the
Split By
and Deliver By
elements reside in an XML document stored as a CLOB
in your database, you must enter the full XPATH in the Split By
and Delivery By
fields.
Attach PDF to Reports using Bursting Engine
You may have a requirement to attach PDFs along with invoices for customers. You can now append these documents to the invoice while bursting.
Once a bursting query is defined, you can enter the attachment query in the Attachment tab. The attachment expects the repository source to be a WebCenter content, which can be defined as a data source by the Administrator.
- Click the Attachment tab.
- Select the content server name from the Attachment Repository LOV.
- Define the SQL query for the attachment in the Content Server.
- Click Save icon after you make changes to the data model.
- Click the View Data button.
- Click View to view the data.
- Save the data by clicking Save As Sample Data.
- To create a report based on the data model that you created, click Create Report.
Note that the PDF attachments are delivered to recipients along with the main report as a single PDF file. The attachment document isn’t separately embedded, but appended to the report.
If you want to save the entire PDF report along with the attachments as a single consolidated file, then check the option Enable Consolidated Output under bursting query. The consolidated output contains the sequential merge of report and attachment of each burst. A user (with consumer role) who schedules the bursting report job and the Administrator will be able to view the consolidated output in the Job History Details page.