This article explains how to display the report for a specific date range using Run Self-Service Reports and SQL for Confluence app.
Instructions
Follow the below steps:
Log into the Confluence instance.
Navigate to the required page and click the Edit icon ().
- Add the macro Run with user form and parameters to build the form.
- Click Edit to open the macro setting window.
- Add the fields to the form based on the field requirement.
- Click Save settings and Save the page.
- Add the SQL Query macro under the Run with user form and parameters macro. Enter {sql or search for the SQL for Confluence macro.
- Edit the macro and select the Data source profile.
Enter the SQL statement based on the Field key mentioned in the Step5.
Select * from tabel_name where column_name BETWEEN CAST('$date2' AS DATE) AND CAST('$date1' AS DATE);
- Click Save settings and Save confluence page.
- Enter the date range based on your requirements and click Show Data on form.
Data shown as below. - s