Author Topic

Michel Houtermans

Thursday 12 February 2004 3:02:41 am

Comment14684

Sorry, i must have written it down confusingly.

Class Trade has ID 21. The class Trade has an attribute Remark with ID 181. This attribute is an object relation to a Class called Trade Remark.

Now in the folder I have several objects of the class Trade. I want to count the objects where the attribute 181 equals "Closed: Won".

Now the "Close: Won" object has Object ID: 66. So could this be the expression:

attribute_filter, array (181, '=', 'Close: Won')

or is this how it works:

attribute_filter, array (181, '=', 66)

or may be this:

attribute_filter, array( array (181, '=', 66) )