Subject Re: [IBO] Ordering and subselects
Author Christian Gütter
Hi Andreas,

> Try to use column number instead of name, e.g. order by 5

thank you.
This works for the ORDER BY clause in my SQL.

But it doesn't work for IBO. When I replace then column name
with the column number in the OrderingItems, I get no longer
a "column not found" error, but Ordering and Incremental
Searching still don't work.

Does IBO support Ordering and Incremental Searching on
"subselected" columns?


Christian