The data source has 2 columns, the first has 8-10 entities and the second has 3 different activities. Here is an example:
Name |
Activity |
April |
A |
August |
A |
December |
C |
February |
B |
February |
C |
July |
B |
April |
C |
January |
C |
June |
A |
March |
A |
There will be a total of approximately 200 rows and I need to display the count of each activity for each name so that it displays as it does in the example:
Name |
Activities |
January |
A: 7 |
B: 5 |
C: 5 |
February |
A: 6 |
B: 6 |
C: 5 |
March |
A: 7 |
B: 5 |
C: 6 |
April |
A: 5 |
B: 6 |
C: 6 |
Is there a way to build a table, matrix or multi-row card to achieve the above display?
------------------------------
Kevin Joos
Intelligence Analyst
Woodbridge VA
------------------------------