hello , anyone can guide me how to do the sum of this field ; the total of (total amount) i tried =Sum(IIF(Fields!Qty~to_Invoice.Value > 0,Fields!Qty~to_Invoice.Value * Fields!Unit_Price100.Value, 0)) and =Sum(Fields!Qty__to_Invoice.Value * Fields!Unit_Price100.Value)
Yes, I agree with ZHU. Calculating in the Report Object and passing the result to the layout is simpler than performing the calculation directly in the layout file.
In addition, I personally recommend calculating in the Report Object and passing the result to the layout, rather than calculating on the layout file, which will be simpler.
Hope this helps.
Thanks.
ZHU
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.