Distinct

When this check box is selected, the event action returns only unique property combinations. To allow the event action to return duplicate property combinations, clear this check box.

This option applies to Load Collection and Dispatch Load Collection action types.

This option uses a Boolean value to determine whether duplicate combinations are eliminated from the results of a load collection operation.

When you click OK to return to the Event Actions form, the application returns one of these syntax statements:

  • If this check box is selected: DISTINCT( TRUE )
  • If this check box is cleared: DISTINCT( FALSE )