Condition List Options
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
For the condition list options, set the option type to DAM_CONDLIST_OPTION and the object handle to the current condition list handle.
Condition List Options for dam_setOption
| Option Value | Option Value |
| DAM_CONDLIST_OPTION_EVALUATION | Support for marking condition list as "Evaluated" by the IP so that the OpenAccess SDK SQL Engine does not reevaluate the conditions during the dam_isTargetRow evaluation. This feature is useful when the IP wants to handle the condition because it may want to do it in a special way. For example, if you want to support your own time format, you can handle conditions on that column and then mark them evaluated. |