February 21, 2017 at 1:03 am
Hello everyone 🙂
I have a report with many expressions which return decimal numbers , by default the expressions called <<Expr>> i want to compute using those expressions , but i find it difficult to realize!! For example, it was simple for me to make a "sum" of Fields but when trying to realize it with expressions as follow (= Expr1+Expr2+Expr3+Expr4) i couldn't do it.
Waiting for a reply!
Thank you 🙂
February 21, 2017 at 12:30 pm
You might be able to achieve it using report items, which allows you to refer to the value in calculated report boxes. The format for your expression would be something like:= (ReportItems!Textbox1.Value + ReportItems!Textbox2.Value + ReportItems!Textbox3.Value)
Where Textbox1, 2, and 3 are your other expression fields.
February 21, 2017 at 1:41 pm
doug.brown - Tuesday, February 21, 2017 12:30 PMYou might be able to achieve it using report items, which allows you to refer to the value in calculated report boxes. The format for your expression would be something like:= (ReportItems!Textbox1.Value + ReportItems!Textbox2.Value + ReportItems!Textbox3.Value)
Where Textbox1, 2, and 3 are your other expression fields.
Hi and yhank you for your help , i will try it tomorrow at work , and hope it will work for me !
thank you 🙂
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply