dbTalk Databases Forums  

Calculated members in dimensions

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Calculated members in dimensions in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Andrea Temporin
 
Posts: n/a

Default Calculated members in dimensions - 09-24-2004 , 10:45 AM






This expression put in an MDX query works

WITH MEMBER [TipologiaDiDati].[PPP] AS
'([TipologiaDiDati].[CNST]-[TipologiaDiDati].[BDGT] )' , SOLVE_ORDER =
0
MEMBER [TipologiaDiDati].[PPP2] AS
'IIF(
[TipologiaDiDati].[BDGT]>0,[TipologiaDiDati].[PPP]/[TipologiaDiDati].[BDGT],
0)' , SOLVE_ORDER = 1

What about making PPP AND PPP2 calculated members of the dimension
TipologiaDiDati? I can't specify the clause SOLVE_ORDER in the formula field
of the sourcer table and so the result is not correct...
Any suggestion?
Thanks Andrea



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.