How do I reference the variables in a single collection memb

Posted by WBSupport on 22-Jul-2013 11:20

I have a collection of objects with two characters each 'type' and 'value'.

I have type ABC, BBC, DBC etc

ABC has value 2, DBC has value 5 and BBC has value 5 etc

I want to perform an action when the object with type DBC has value 5 but not if say DBC had a value 7 and BBC still had value 5.

How do I check the two together in corticon so I know I am testing related variables i.e. those in a single member of the collection?

All Replies

Posted by emoore on 07-Oct-2013 14:07

If you have multiple conditions on the same rule column they will all apply to the same member of a collection.

For example

In row a the condition would be Entity.type    and column 1 would be 'DBC'

In row b the condition would be Entity.value  and column 1 would be 5

This thread is closed