Kbase P68587: Dyn: It is not possible to use the Filter/Find option agains
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  24/03/2004 |
|
Status: Unverified
GOAL:
Is it possible to Filter or Find against a calculated field in a SDO (Dynamics or standard smart object)
FIX:
No it is not possible. It does not make sense to filter an SDO on calculated fields, because many cases will require to go through all the records in the database table before filtering on the wanted RowObject.calculatedField.
If you want to filter/find on a calculated field (such as a calculated field for a small set of records, like few order lines), then you will have to implement your own filter to work out the query against the RowObject temp table.