So what I am looking for is, when I generate reports, my customers should be able to group the dates by quarterly and half yearly. That means, if they choose the quarterly option, the report should list all the count of software download logs and group them by three months and six months in case if they choose the half-yearly option.
Here I added a new field “download_by”, The values for this column will either be “admin” or “customer”. so will it be possible to find out how many of the downloads are made by admin and how many of them are made by customers withing the same query?