Hi All
I’m struggling to create a single data series that consists of multiple fields values from a single data type to visualise data in apex chart.
I have created a survey that users complete, each question is answered 1 to 10.
Data type is called BEMA.
Fields are number fields called BMA_V_1 and increase sequentially to 20.
I am trying to reflect the survey participants scores (1 to 10) for each question in a bar chart.
X axis labels left to right would be field name - BMA_V_1, BMA_V_2, BMA_V_3, etc…
Y axis labels would be numbers 1 to 10.
Users are members of accounts so need the user scores to roll up to account level.
App data is structured as
Trying to achieve chart that looks like below:

All and any help appreciated!
Thanks, Robbie

