Hello All,
I have Case entity which contains one custom field (numeric) called "Total X". We need to represent something like a table in chart like below. I also want to display total of all 5 weeks in last column. Is this anyway to achieve something like this using CRM OOB Charts? Or any other option?
Account | Week 1 | Week 2 | Week 3 | Week 4 | Week 5 |
Account 1 | 3 | 2 | 2 | 2 | 1 |
Account 2 | 4 | 1 | 1 | 1 | 1 |
Account 3 | 2 | 4 | 1 | 2 | 2 |
*This post is locked for comments