Currently the stats are only available for fixed time periods:
Is there any plan to support custom time period? For example, I want the pv and uv from April to September on my forum. However, the data is not available in the current dashboard.
I’m the Community Manager for TestRail and had a similar requirement to fetch a report for a custom period from the discussion forum. Is this feature still in progress or do you have any workaround?
My exact requirement is to filter the top posts for a month. (Dec 1, 2021- Dec 31,2021)
I did look at implementing this some times ago, and this is sadly a way bigger change than I anticipated. The frontend part could be a reasonable amount of work, however the named periods are deeply used in backend, with even database columns named after the periods. This is due to the fact that this is an heavy computation.
While I would agree this would be a nice feature, I think this is too much work ATM.
Concerning a workaround for your case @ShanuM you can use:
/admin/reports/topics which will let you know how many topics were created on a specific period of time, which I understand is not exactly your query
I will think of solution tomorrow, which could be a custom report, or maybe some custom code in TopTopic to allow this. Will update by the end of the day tomorrow.