We have created Reporting view from our Confluence space database.
We are looking for support of query parameter for "date_from" and "date_to".
Which will be helpful to us, not to define new views for each month.
thanks
To add dynamic date_from
and date_to
filters to your Confluence report, you'll likely need to use a Marketplace app like Reporting for Confluence.
Here's the short version of how to do it with that app:
Add two Date Data macros to your page to create input fields for your start (date_from
) and end (date_to
) dates.
In your main report, add a Date Filter macro. Configure it to use the values from your input fields (e.g., set the Minimum Date
to %data:date_from%
).
This setup allows users to pick a date range on the page, and the report will update automatically without needing a new view for each month. If you're using an SQL-based app, you would instead add ?
markers to your query to create the input fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.