calculated variable

Stimulsoft Reports.Flex discussion
Locked
brianj774
Posts: 177
Joined: Tue Jan 11, 2011 7:15 am
Location: Minnesota

calculated variable

Post by brianj774 »

I'm trying to create a variable containing a sum, as in the image [1] , but...when the report is run, its as if the expression isn't being treated as formula.

Image (click for larger image)

so the report definition looks like this: [2]
Image (click for larger image)


and then the output looks like this: [3]
Image (click for larger image)


I expect I'm just doing something "not quite right", but what ?

Thanks!



EDIT: spent a lot of time trying to get my images working..turns out that for reasons I don't understand, images from dropbox don't work...but images from other services, like google+ photos, do
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

calculated variable

Post by Alex K. »

Hello,

The issue is fixed. Solution will be available in next prerelease build on next week.
Also you need make some changes in your report. You need change the expression of variable
Sum(QDeposit, QDeposit.ItemTotal)

instead
Sum(QDeposit.ItemTotal)

and set ReadOnly property to true.

Thank you.
Locked