TOTAL

  • I have textboxes52 & textboxes 72. I need sum of those two textboxes. What is the expression for that ? Thanks.

  • based on info provided:

    Select textboxes52 + textboxes72 as SumTextBoxes

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • 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