Powered by Zoomin Software. For more details please contactZoomin

DataDirect OpenAccess SDK Help

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. Valid values are:
  • DAM_PROCESSING_ON (default) - the OpenAccess SDK SQL engine evaluates the condition as part of dam_isTargetRow.
  • DAM_PROCESSING_OFF - the IP has handled the evaluation.
  • TitleResults for “How to create a CRG?”Also Available inAlert