So im trying to count all the rows of a certain column in a dataset tag with a specific string name
for example if there is 22 rows in the current dataset
I am trying to make my 3 new tags show that
10 rows have Name 1
5 rows have Name 2
7 rows have Name 3
so i can put them on a dashboard
I was looking at len but it just counted every row
is there a way to use len based on a condition? or some other method to doing this?