Sum of Text expression value in DataBand

Stimulsoft Reports.NET discussion
Post Reply
LukasT
Posts: 306
Joined: Mon May 03, 2010 2:50 am
Location: Czech Republic

Sum of Text expression value in DataBand

Post by LukasT »

Hello,
example:
I have GroupHeader and Data band. In Data is some Text1 field with expression and I want to add some Text2 field into GroupHeader with expression, which counts Sum of Text1 values. Is this possible? Yes, I can copy expression of Text1 into Sum expression in Text2, but I need to count this directly from the field like it is possible from table column.
Thank you...
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Sum of Text expression value in DataBand

Post by Jan »

Hello Lukas,

Sorry you can't add reference from one text expression to other. You can use only reference to variables which can be used for accumulating result of calculation.

Thank you.
Post Reply