Pie chart showing percentage of total values

I have a table with car purchase history - a buyer can purchase only 1 of 4 cars, a Tesla, Toyota, Honda or Ford 

 

IDBuyerCar
1TomTesla
2PeterHonda
3AdamTesla
4JohnToyota
5MarkTesla
6JneHonda

I want a pie chart to show what's the percentage breakdown b/w sales

I have implemented the car column as enums and Appsheet says it cant chart enums 

Is there a way around this? Do I trigger a calculation on every add/update/delete which will update another table? OR is there a way of doing this

0 2 178
2 REPLIES 2

Should be easy. Aggregate piechart, group aggregate: count, chart columns: [car] , label type: percent.

Marc_Dillon_0-1673623544172.png

Appsheet says it cant chart enums


Where exactly does it say this?

 

thank you!

Top Labels in this Space