Forum Replies Created

Viewing 15 posts - 16 through 30 (of 33 total)

  • RE: Installation Problem?

    try http://yourip/reports instead of /reportserver

  • RE: SSRS expeort to Excel Limitations.

    Excel 2003 hat a max dimension of 65'335 Rows x 256 columns

    In excel 2007 this has greatly increased, but still not to infinity. I guess that just nobody has reached...

  • RE: Field Expression error...

    Hi Eddy

    Good point, i missed the space in the Check clause. 🙂

    best is to go to the field and drag the action you want performed first,

    cause the most sum() i...

  • RE: Hide Sub total in matrix

    From your reply I gather that one or the other solution worked out for you.

    Make sure that the report area doesn't have a blank space below the matrix in design...

  • RE: Hide Sub total in matrix

    If you want to hide the complete row, then conditionally set the visibility of that row using something like "iif(sum(datacolumn)=0,false,true) "

    If its just the 0 that you want to disappear,...

  • RE: How to Hide More Than One Duplicate Data Element?

    Hi Sing4you

    How about grouping by all fields except comment?

    Please post some sample-data.

  • RE: Matrix Rows Issue

    Hi Nemo,

    if I understand you right, then the AccountCode can hold multiple AccountNames. In matrix, you can add groupings on both Columns and Rows.

    Could you provide some Sample-data?

  • RE: adding parameter to the export report file name

    Hi Keywest,

    From what I know the answer is No.

    I've ran into the same problem some time ago and ended up writing a custom web-app to handle that.

  • RE: Field Expression error...

    Hi Nemo,

    Given the Fact that your expression displays 0 when there is no data shows, that the IIF-Clause works. Therefore the error must be in the Sum-Clause.

    My first suggestion would...

  • RE: First Aggregate Function

    You can also add it by yourself. Imagine that you have an unsorted dataset that consists of two columns.

    the Customer Name and the date of the orders that customer has...

  • RE: First Aggregate Function

    Always bear in mind, that when you do a first(), SSRS will show the first record that comes to the Row. Be sure that you know exactly which record that...

  • RE: SUM Function Expression

    paula (8/4/2009)


    =iif((Fields!PERIODID.Value=1) and (Fields!Year1.Value = Parameters!Year.Value),(sum(Fields!Cost_Code_Actual_Cost.Value,"Cost_Element_Group")),"0")

    If I read your expression correctly, you have just one decision to make with two criteria. For that, the IIF-Function is just fine. But like...

  • RE: SUM Function Expression

    Within Reporting Services you can use Switch instead of Case. Functionality is pretty much the same.

  • RE: Fillable Comment Fields

    you could create a string-parameter that fills in to the Report.Downside: you need to run the report twice.

    or

    you could just leave a placeholder and take the detour through excel...

    Both...

  • RE: #ERROR Appearing in Group Row in Reporting Services

    Hi Paula,

    In the Group-Row there are multiple Fields, all that are contained in the details of that group to be exact. The IIF-Clause gets confused because it doesn't know which...

Viewing 15 posts - 16 through 30 (of 33 total)