Problem after adding week level to cube

K

Kevin

Hi All,

I'm using the Hugues Perron sample code (unmodified) to add the week level
to the time dimension. After rebuilding the cube with the
mspolapbreakout.dll registered, the week level is sucessfully added but the
"availabilty" total disappears from the field list in Portfolio Analyzer.
Unregistering the .dll and rebuilding the cube restores the availabilty
total. I'm running retail box versions of 2003.

Any thoughts on what could causing this?

Thank you,

Kevin
 
K

Kevin

Turns out availability is a calculated member that references "time.year" in
its MDX statement. The sample code creates "time.years". Removing the 's'
and recompiling the .dll fixed the problem.
 
H

Hugues Perron

Hi Kevin,

Thanks for this information. I will check it and make the appropriate
modifications. A new documents should be posted soon.

Hugues
 
Top