I’m curious if there’s a way to display the count of reactions in a chart.
For instance, if I’ve collected a vote like so:
| Idea | Votes |
| ------ | ----- |
| Idea 1 | ✅ 10 |
| Idea 2 | ✅ 4 |
When plotting Votes (Y) over Ideas (X), I’d like to see 10 displayed as the value for Idea 1 and 4 for Idea 2.
Currently, however, the value is always 1 regardless of what aggregating function I choose (count, count unique, max, etc.).
It also only displays a value if I enable “Aggregate Values.” If it’s disabled, there’s no data for that column at all.
Does anyone know if this is currently supported and I’m missing something? Or are Reaction columns not set up for this kind of reporting at the moment?
Thanks!