Using Publish Profiles to Send Report Data to BI Tools
In this guide we will cover: – Creating a Publish Profile – Adding the Report – Connecting to Postman (Bearer and Basic Auth Method) – Connecting to Power BI Creating a Publish Profile On the "Availability" tab of reports there is a checkbox for publishing reports. The "Scheduled Emails" tab will eventually include a section […]
AI Report Builder
In this guide we will cover: – What the AI Query Builder is – Writing a Prompt Admin Guides: General Settings (Reporting) Related Guides: Charts and Graphs in Reports Halo In-App Dashboard Reports and Scheduling Report Builder Report Data Sources What the AI Query Builder is The report builder uses an AI Assistant utilising the […]
Report Builder
In this guide we will cover: – Opening the Query Builder – Adding Fields – Adding Conditions – Generating the Report – Adding Filters – Saving the Report – Using the Report – Customising Fields (Sorting, Grouping, Count, Compare to previous period) – Using the Query Builder to create SQL Admin Guides: General Settings (Reporting) […]
Report filters in the URI parameters for report links
In this guide we will cover: – Date Filters – Text/Number Filters – Special Characters When linking to a report you can include filters as URI parameters. Date Filters When filtering on a date you can use the following parameters: reportingperiod : a number corresponding to the periods in the dropdown e.g. 0 for today […]
Adding a page break (page-break) in the HTML for PDF documents (IronPDF)
https://ironpdf.com/docs/questions/html-to-pdf-page-breaks/ You can force a page break with this <div style='page-break-after: always;'> </div> avoid breaks with this <div style='page-break-inside: avoid'>. <img src='no-break-me.png'></div> OR <style type="text/css"> table { page-break-inside:auto } tr { page-break-inside:avoid; page-break-after:auto } thead { display:table-header-group } tfoot { display:table-footer-group } </style>
Halo In-App Dashboard
In this guide we will cover: – Creating an In-App Dashboard – Widget Types – Adding Widgets – Customising Widgets with Custom CSS – Setting a Dashboard on the Home Screen – Money Widgets – Configure Charts within Dashboards – Tracking Changes to Dashboards and Syncing Between Instances (v2.212.1+) – Reporting on Report Views from […]