Hi,
I am trying to create an app from a Sharepoint custom list. I want to create a simple column chart that says:
We have n1 number of records of category y1, n2 number of records of category y2 and n3 number of records of category y3.
Basically summarizing a long table in a "pivot table", so then I can create a column chart.
How can I do this?
Thanks!