Hi,
I have a project with a several statuses.
What I'd like to do is create a dashboard with a simple bar chart, but I want to group together some of the statuses. For example, I want to group together the statuses "Ready to start", "In Progress", and "QA", so that they're represented by a single bar of the chart, with another bar representing "Testing", and a third bar representing "Done" and "Abandoned".
Is there a way to do this with filter and dashboard functionality? What's the best way to achieve this?
(my current plan is to create a new field to do the grouping and run filters off that, but I'm wondering if there's a better way)