Filter query qualification criteria
- Last Updated: May 2, 2021
- 1 minute read
- Corticon
- Version 7.2
- Documentation
When any of the following are true, the Precondition/Filter expression does not qualify as a query filter:
- If it does not contain at least one alias that was extended to the database.
- If it contains any attributes of Boolean data type. Boolean data types are implemented inconsistently in commercial RDBMS, and cannot be included in query filters.
- If it has relational operators with Boolean operands.
- If it uses an operator not supported by databases (see the next topic)
- If it references more than one alias not extended to the database.