PaulTrimor
7 years agoQrew Cadet
Create a Summary Report from a Multi-select Dropdown Field
Suppose I have a Multi-select field with options (A, B, C) and 100 records where the field is used.
Is it possible to create a report that counts each time an option is selected in each record?
For example:
A - 5
B - 8
C - 2
Above would indicate that the option A has been selected 5 times out of all of my records, B has been selected 8 times, and C has been selected 2 times.
When I create a summary report for each I just get the count of each combination. Like
A - 5
A;B - 3
A;B;C - 2
Is it possible to create a report that counts each time an option is selected in each record?
For example:
A - 5
B - 8
C - 2
Above would indicate that the option A has been selected 5 times out of all of my records, B has been selected 8 times, and C has been selected 2 times.
When I create a summary report for each I just get the count of each combination. Like
A - 5
A;B - 3
A;B;C - 2