Subject Re: [IBO] IB_Grid Sorting
Author Svein Erling Tysvaer
At 23:16 25.10.2002 +1000, you wrote:
> > Is it possible to define a OrderingItems / OrderingLinks for a
> > calculated field ?
>
>No.
>
>All sorting of datasets in IBO comes from the server, the server
>does not know about calculated fields and so cannot provide sorting.
>
>Jason once discussed the idea of implementing client based sorting
>but that has not happened AFAIK.

I read Nicos question to be more like how to set up OrderingItems /
OrderingLinks for a query like

SELECT A, (A || B) as C
FROM ATABLE
ORDER BY 2

and didn't answer because I hadn't done this myself. But this must surely
be possible?

Set