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 |