dbTalk Databases Forums  

MDX expressions in OWC

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


Discuss MDX expressions in OWC in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
bti@ementor.no
 
Posts: n/a

Default MDX expressions in OWC - 06-01-2005 , 05:37 PM






1) I know I can build my own MDX calulations in OWC (office WEB
components) but what is the correct syntax for setting the correct
calulation order in the OWC formula text box.

For example :

-- Budget % Variance
([Measures].[Amount],[Scenario].[Variance]) /
([Measures].[Amount],[Scenario].[Budget])

..... And then , SolveOrder = 5 ?

2) If I export this calulation back to Excel is it possible somehow
to edit the MDX statement somewhere in Excel (2003)

Re
Bjørn T


Reply With Quote
  #2  
Old   
Michael Vardinghus
 
Posts: n/a

Default Re: MDX expressions in OWC - 06-02-2005 , 06:08 AM






Another way to go was to put these calc's into the AS cube as calculated
members - then they will be available to everyone accessing the cube - and
not just the one report / page that you are creating at the moment.

<bti (AT) ementor (DOT) no> wrote

1) I know I can build my own MDX calulations in OWC (office WEB
components) but what is the correct syntax for setting the correct
calulation order in the OWC formula text box.

For example :

-- Budget % Variance
([Measures].[Amount],[Scenario].[Variance]) /
([Measures].[Amount],[Scenario].[Budget])

..... And then , SolveOrder = 5 ?

2) If I export this calulation back to Excel is it possible somehow
to edit the MDX statement somewhere in Excel (2003)

Re
Bjørn T



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.