Forum Replies Created

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

  • RE: Numbering rows in report

    Hi, and thanx!

    I'm close now. My problem is that when I go to next page tha calculation of rowno adds up, and when I go back to the first page...

  • RE: Numbering rows in report

    Thanks!

    I will check this. I haven´t used custom code - got any hints of handle thie custome code - where to add calls etc?

  • RE: MDX How handle in WHERE > X

    I solved it!

    SELECT NON EMPTY

    [Measures].[Income]ON COLUMNS,

    NON EMPTY

    [Company].[Company].Children *

    ([Customer].[District].Children,

    [Customer].[CustomerNo].Children,

    [Customer].[Customer].Children,

    [Customer].[City].Children) ON ROWS

    FROM [Cube]

    WHERE ({Filter({[Product].[Product Id].Children}, (StrToValue([Product].[Product Id].CurrentMember.Properties("Name")) > 1000))})

    🙂

  • RE: SSRS Report filter won't refresh

    Hi!

    Thanks, for the reply, however the hotfix refers to SQL Server cumulative update 10.00.1806 and we ar now on 10.0.4064.

    Hmm...???

    / Christofer

  • RE: Sorting with Swedish letters ÅÄÖ

    tommyh (9/15/2011)


    christofer.jarlesjo (9/14/2011)


    When I sort a row group/column with name that starts with the Swedish letters Å, Ä or Ö, they get mixed up with A and O. They should...

  • RE: Sorting with Swedish letters ÅÄÖ

    Yes, but the I need to go thru all letters in the column for each row, which I'm afraid of will be bas performance. (If I understood you correct). But...

  • RE: Sorting with Swedish letters ÅÄÖ

    Thanks! Yes, that's a simple solution I will use for now.

    But, one problem still remain - when there is a Å, Ä or Ö in the middle of the...

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