Good Day ,
I created a chronoconnectivity form and inserted a chart, but the chart shows the data as is , I want to be able to show the count of the data or the results? How can this be done?
I created a chronoconnectivity form and inserted a chart, but the chart shows the data as is , I want to be able to show the count of the data or the results? How can this be done?
It will show whatever data you pass to it. If you want it to show something different you have to give it something different. You could read the count instead, using COUNT(columnname) in the fields to retrieve, with GROUP BY as whatever column you need to group by.
This topic is locked and no more replies can be posted.