Error in Visual Query Editor
Hi,
if I insert in the SQL.Memo of TfrxDBXQuery
SELECT AVG((value1/value2) FROM ..
the parse of the component can't parse this!
The problem with other Tfrx..Queries (ADO,IBX etc.)
But the statement works from FastScript - only the visual interface can't parse this.
The problem isn't AVG - it is the divider / !
You should fix this
if I insert in the SQL.Memo of TfrxDBXQuery
SELECT AVG((value1/value2) FROM ..
the parse of the component can't parse this!
The problem with other Tfrx..Queries (ADO,IBX etc.)
But the statement works from FastScript - only the visual interface can't parse this.
The problem isn't AVG - it is the divider / !
You should fix this