Combine reports ➕
Building on the example seen in Chaining calculations, we will now combine reports from different calculations.
Step 1 - Generate HTML reports for individual calculations
Following the steps outlined in the printing a report guide, the HTML reports are generated:
Step 2 - Combine reports together
Using HTML.Combine, we can combine the separate reports into one:
Coming Soon
The ability to insert titles and text between combined reports.
Step 3 - PDF (if required)
If required, the combined reports can then be converted into a pdf using PDF.PrintToPDF.
N.B. Alternatively, you could also create the pdfs separately and combine them, but the above method is recommended for speed.
tip
As described in Only print when required, the user can control when reports are generated to save computational resource.