Subject Re: [IBO] Ordering
Author Jason Wharton
You may need to use the Ordering button on the TIB_SearchBar in order to
allow your users to select that specific sort.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <mjcook@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, May 14, 2001 3:43 PM
Subject: [IBO] Ordering


> 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
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>