varunkum
Default port
Points: 1479
More actions
March 1, 2011 at 3:11 pm
#247460
I have textboxes52 & textboxes 72. I need sum of those two textboxes. What is the expression for that ? Thanks.
SQLRNNR
SSC Guru
Points: 281334
March 1, 2011 at 3:38 pm
#1293265
based on info provided:
Select textboxes52 + textboxes72 as SumTextBoxes
Jason...AKA CirqueDeSQLeil_______________________________________________I have given a name to my pain...MCM SQL Server, MVPSQL RNNRPosting Performance Based Questions - Gail Shaw[/url]Learn Extended Events
Rookie R
SSC Journeyman
Points: 77
March 1, 2011 at 6:07 pm
#1293299
I think this is SSRS related. You can use "ReportsItems!TextBox1.Value + ReportItems!TextBox2.Value"
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply