In order to use remiCrystal's Excel Bursting feature, you must first modify your SSRS report to include a Bursting Field. This field will be used by remiCrystal to pick up any information that you would like to pass from the report to remiCrystal at run time.
To add the Bursting Field to your SSRS report
- Open your report in Report Builder
- Right-click on your main dataset and select Add Calculated Field
- Provide a name for the new field and then click on the fx button
- Using the formula editor, create the formula to look similar to the below image
- The formula must conform to the following rules
- must start with “{burst:true“
- must end with “}“
- all the field/value pairs must be pipe “|” delimited
- fields cannot contain the pipe “|” or colon “:” characters
- Once completed, your calculated field must return a value that looks like
{burst:true|emailaddress:john.doe@company.com|project:Mesa Verde Bank Project|projectmanager:John Doe}
- Hit OK to save the new field and then add to your group header as a text box
- Make sure that your report is set to add a page break after every group as follows
- You may now save the report and publish it your SSRS server.
Now that your SSRS contains the required Bursting Field for every group, it is ready to be used in remiCrystal for Excel Bursting.
- Open remiCrystal from the Windows Start Menu
- Click on the Create Excel Bursting Task button
- Provide a name and description for the task
- Go to the Reports & Actions tab and click on the SSRS Report button
- Select the report you would like to use for Excel bursting and provide values for parameters if necessary
- When you get to the Output Format tab, you will get this prompt
- Hit OK to have remiCrystal generate the report to read the Bursting Field that you created in the first part of this document
- Once the report has been generated in the background, you can then select Excel Bursting Fields from the Function Picker to view all the available report fields
- The available Excel Bursting fields can be used for the report name as well as all other areas such folder names, email addresses etc by simply dragging and dropping them into the fields
- Hit Save to finish setting up the report
- You may now finish setting up the task as normal. When executed, remiCrystal will split the report into single worksheets and deliver each one individually to your specified targets/destinations.
Comments
0 comments
Article is closed for comments.