So I have a query that gives me the total spent on different projects. We're now interested in how the costs come in over time. I can set a filter on the date field so I see all costs since the beginning of 2012, for example. However, I would like the query to return different ranges in different fields. ie., one field has costs for last six months, another shows costs for the last year, and another over the last two years, instead of running the query 3 different time with different ranges on the dates.
Thanks,
Patrick