Help with Count

Contains tips for configurators working with Aware IM
Post Reply
Ewanm
Posts: 111
Joined: Mon Jun 04, 2007 11:09 am
Location: Scotland

Help with Count

Post by Ewanm »

Hi there,

I am having a problem with the COUNT feature.

I am trying to update an Attribute with a count from another attribute which is linked and is displayed as a list.

I.E. I have a BO which displays items and each item can have a serial number.
The serial numbers are added to a linked attribute and displayed as a list on the form.
I require to display a count of the number of items displayed in the list.

I have checked the SQL table and cant figure out how to create this rule as there are multiple tables.

Regards,

Ewanm
aware_support2
Posts: 595
Joined: Sun Apr 24, 2005 2:22 am
Contact:

Post by aware_support2 »

As an example, here is the rule "Total items" on object PurchaseOrder from the Ordering sample application:

PurchaseOrder.TotalItems=COUNT LineItem WHERE (LineItem IN PurchaseOrder.Items)
Aware IM Support Team
Post Reply