Sum Function Syntax

Stimulsoft Reports.Flex discussion
Locked
naveed
Posts: 1
Joined: Mon May 02, 2011 3:10 pm
Location: USA

Sum Function Syntax

Post by naveed »

Hello I have a basic report I am building, there are currently only 3 bands,

GroupHeader
data
GroupFooter

The grouping is configured to be by customer, and each customer has entries with an itemname and weight. I want to put a sum of the weight in the footer per customer but cannot seem to get the syntax correctly.
{sum(DataSource1.weight)} in the footer seems to be what should work, but it isn't - any ideas?
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Sum Function Syntax

Post by Vladimir »

Hello,

Please use the following expression for this:

{Sum(DataSource1.weight)}

Thank you.
Locked