Viewing 7 posts - 1 through 7 (of 7 total)
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...
April 20, 2012 at 5:17 am
Thanks!
I will check this. I haven´t used custom code - got any hints of handle thie custome code - where to add calls etc?
April 13, 2012 at 1:48 am
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))})
🙂
February 1, 2012 at 4:29 am
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
January 4, 2012 at 8:34 am
tommyh (9/15/2011)
christofer.jarlesjo (9/14/2011)
September 15, 2011 at 5:30 am
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...
September 15, 2011 at 5:27 am
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...
September 15, 2011 at 12:45 am
Viewing 7 posts - 1 through 7 (of 7 total)