count view

Hello,

I want to create a chart of the age range in a view but I don't know how to get the conditional count of column

0 3 67
3 REPLIES 3

For anyone to provide targeted advice, you likely need to provide a lot more specifics to illustrate your data and what you're seeking to accomplish.

Meanwhile, in case this is helpful: Try using a Chart view type with a Histogram chart type. For the view's Chart columns property, select the column that represents your "condition". For the view's Group aggregate property, select COUNT or another statistic that provides the result you need.

I have one column age and I want to create a chart of an age range.

example :

SyDyJo_0-1677736851357.png

 

Add another column with an App formula that calculates which range the age falls into. Then, create a pie chart using that new column.

Top Labels in this Space