I have created a chronoform where a drop down field has about 10 possible values. In chronoconnectivity, I created a view that will filter by the values in that field. I want to create a total at the bottom that shows the number of times a given value is in that field.
Data in database called "IntakeForm" for field "Attorney":
Michael
John
Steve
Mark
Howard
Michael
Michael
Steve
What I want to see at the bottom of the chronoconnectivity view:
Howard: 1
John: 1
Mark: 1
Michael: 3
Steve: 2
I am sure it is a quick mysql query but can't find how to do it. Thanks.
Data in database called "IntakeForm" for field "Attorney":
Michael
John
Steve
Mark
Howard
Michael
Michael
Steve
What I want to see at the bottom of the chronoconnectivity view:
Howard: 1
John: 1
Mark: 1
Michael: 3
Steve: 2
I am sure it is a quick mysql query but can't find how to do it. Thanks.
This topic is locked and no more replies can be posted.