Subject Ordering
Author mjcook@techie.com
I have a query that counts the number of street records.

Select street, count(street) as streetcount
from complaint
Where OpenDate between :startdate and :enddate
group by street

I put this in a IB_Grid and it's great -- except I want to sort by the
either value -- street or streetcount by using ordering items. Is that
possible?

Thanks,
Marv