I have a table that has the following columns:
- DATE | TEAM | PROJECT CATEGORY | WORK COMPLETED | HOURS
and has data like this:
- DATE | TEAM | PROJECT CATEGORY | WORK COMPLETED | HOURS
- {date} | {team} | Non-Chargeable Work | Service Request | 2
- {date} | {team} | Non-Chargeable Work | Support Incident | 4
- {date} | {team} | Chargeable Work | Delivery | 2
- {date} | {team} | Non-Chargeable Work | Support Case Mgmt | 6
For a report, i would like to combine some of these rows (the bolded above) into a general "support" row, which would look like this:
- DATE | TEAM | PROJECT CATEGORY | WORK COMPLETED | HOURS
- {date} | {team} | Non-Chargeable Work | Support | 12
- {date} | {team} | Chargeable Work | Delivery | 2
I can't figure out the best way to achieve this within Zoho - can anyone offer any help?
Thanks!