Hello all,
I'm very new to Domo and in particular Beastmode.
In this case, I do not have access to the dataflow behind the chart.
I'm trying to count the number of yes and no responses for each unique ID number to put into a stacked bar chart. My X-Axis is the person and the Y Axis is the total number of unique items stacked by Yes/NO. The same ID will never have a Yes and No. The response will always be the same for each ID, but the ID could be listed many times. Sample data below:
ID | Person | Response |
1 | John | Yes |
1 | John | Yes |
2 | Paul | No |
3 | Paul | Yes |
4 | Paul | No |
4 | Paul | No |
Desired Output | YES | NO |
John | 1 | |
Paul | 1 | 2 |
Any help would be greatly appreciated.
Thank you.