Help on MXD expression

A

Avi

I am trying to create an MDX expression (first time ever) in the cube
configuration area. Below is the MDX expression. The intention is to
format Budget cost field using the VBA round function. I could be
totally wrong .. but i need to get this done and found the below
sample code on technet. can somebody please look and help?

WITH MEMBER [Measures].[Budget Cost formatted] AS VBA!ROUND([Measures].
[Budget Cost],0) SELECT { [Measures].[Budget Cost formatted] } ON 0,
NON EMPTY{ [Customer].[Customer].[Customer] } ON 1 FROM
[MSP_PORTFOLIO_ANALYZER]

This is in PS2007 SP1

thanks!
 
A

Avi

AVI,

You're more likely to get a response if you post this question to the
Project Developer Forum.

Paul
--
Did this post help you. Consider passing on the good will by making a
donation this great charity.http://www.fundraiseonline.co.nz/TheProjectServerGuru/

http://theprojectserverguru.spaces.live.com



Avi said:
I am trying to create an MDX expression (first time ever) in the cube
configuration area.  Below is the MDX expression.  The intention is to
format Budget cost field using the VBA round function.  I could be
totally wrong .. but i need to get this done and found the below
sample code on technet.  can somebody please look and help?
WITH MEMBER [Measures].[Budget Cost formatted] AS VBA!ROUND([Measures].
[Budget Cost],0) SELECT { [Measures].[Budget Cost formatted] } ON 0,
NON EMPTY{ [Customer].[Customer].[Customer] } ON 1 FROM
[MSP_PORTFOLIO_ANALYZER]
This is in PS2007 SP1
thanks!- Hide quoted text -

- Show quoted text -

Thank you Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top