How to sum up the total in a column in SSRS 2008

  • Good morning guys, i have a question, i have a report that has numeric columns i want the user to see the grand total of the columns at the end of the report, is there a function for it in ssrs 2008 aside from the 'Add Total' property when you right click on a cell.Thanks

  • Add a text box, create an expression it it, use SUM function.

    If that's not what you're looking for, please be more specific on your request.

    Regards,

    Willem
    http://wschampheleer.wordpress.com[/url]

  • Thank you that works, i have one more question;how can you view the stored proc a report is using if the report has so many Procs in its data set

  • I'm sorry - I don't understand the question.

    Regards,

    Willem
    http://wschampheleer.wordpress.com[/url]

  • i meant how could i view the stored proc a report is using if the report has so many Procs in its data set in ssrs

  • I'm still puzzled by your question but I'll give it a shot.

    Select a list or tablix in your report and press F4. Look for the propery DataSetName.

    Select the DataSet in the Report Data Pane, right click and select DataSet Properties.

    Here you will find either the query or the name of the Stored Procedure (SP).

    Use SQL Server Management Studio to look at the code of the SP.

    If the expression is in a stand alone text box (rather than part of a tablix or list), just look at the expression inside to find out what dataset it is using.

    Regards,

    Willem
    http://wschampheleer.wordpress.com[/url]

  • Thank you i appreciate it

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply