Page 1 of 1

calculated variable

Posted: Wed Dec 14, 2011 9:18 am
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

calculated variable

Posted: Thu Dec 15, 2011 8:38 am
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.