Subject | Re: [IBO] IB_Grid Sorting |
---|---|
Author | Svein Erling Tysvaer |
Post date | 2002-10-25T13:35:34Z |
At 23:16 25.10.2002 +1000, you wrote:
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
> > Is it possible to define a OrderingItems / OrderingLinks for aI read Nicos question to be more like how to set up OrderingItems /
> > 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.
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