Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)

  • RE: Sorting Data with Sort Expressions

    Try adding this sort expression.

    =IIF(IsNothing(Fields!ALF.Value),"ZZZZZZ", Fields!ALF.Value) Sort order AtoZ

  • RE: Add a Grand Total Percent to Matrix

    If you can get the Total of all the Values(Overall Total) put it in box and then the grand totals for the rows/columns in a separate row/column. then in the...

  • RE: Reporting Services 2005 Adding % column to grouped data

    You can use the following procedure:

    Lets say the name of the textbox for the total at the end is "TextBox_Total_Value"

    Add the third column for %age of the total

    and enter...

  • RE: Sorting Data with Sort Expressions

    If you dont want to change the query or dont want to add the fields..

    and if your results are constant with the names..

    then try the following in the SORT...

  • RE: SSRS: Display mre than first row

    If you bind the dataset name to the table in the design and want to display all the results of which you are getting from the query..Just remove the "First"...

  • RE: ...I'll apologize in advance...

    Hi,

    I am not sure how you are getting the total for the count in the report, i guess you might be dragging and dropping the P3hardwareCount field in to a...

  • RE: Supress blank page

    Hi,

    I did not try to solve the exact problem posted here,

    but i know a thing which solves the blank page problem..

    There is an option in the Report Properties of...

Viewing 7 posts - 16 through 22 (of 22 total)