Hi I have a table like this:
Question Age_Group Value
Question 1 10-20 15
Question 2 10-20 16
Question 3 10-20 12
.....
Question 1 20-30 13
Question 2 20-30 15
Question 3 20-30 18
I want to build a histogram where questions are in y - axis, age groups in x - axis and by bars the comparision is visible based on Value column.
How to make this possible? Regards