Hi,
I want to get a recordcourt for all the users within eachstate; so, if I sort the results using a "group" parameter in Cfoutput, I would like the number of records in each state to be counted. Using my current query, I just get the total number of registered users in all the states, not just in each state:
<cfoutput Query="GetUsers" group="ByState">
<Font face="helvetica,arial,verdana" size="-1"><b><img
src="/pics/redarrow.jpg" border=0>State: #State#
Number: #GetUsers.RecordCount#</b><br>
I want to get a recordcourt for all the users within eachstate; so, if I sort the results using a "group" parameter in Cfoutput, I would like the number of records in each state to be counted. Using my current query, I just get the total number of registered users in all the states, not just in each state:
<cfoutput Query="GetUsers" group="ByState">
<Font face="helvetica,arial,verdana" size="-1"><b><img
src="/pics/redarrow.jpg" border=0>State: #State#
Number: #GetUsers.RecordCount#</b><br>