I have a simple app where there’s a dashboard with a chart, and I need a list of numerical values to feed into this chart. Specifically, I need to know how many users responded to questions A, B, and C.
In this case, the responses are in the “Results” table, and I only need to know how many users answered each question and return it as a list. For example: 20, 13, 10.
The plugin I’m using to generate the chart is the one below.
Plugin config:
Dashboard page (now I’m using static data):
I have the same issue with the Age Bracket chart because I’m unsure of how to calculate the age of each user and return it as a list to feed the chart.
Thank you very much for reading this far, and all help will be greatly appreciated