Not in AS 2000...
A This statement in 2000 would create a recursion, which is not allowed in
AS 2000.
If you want to do somehting like this you need to look at Calcuated Cell and
using PassOrder to reference the values form the same cell at a previous
PASS.
Thierry
This posting is provided "AS IS" with no warranties, and confers no rights.
"Derrick" <derrick1298 (AT) excite (DOT) com> wrote
Quote:
Is there a "this" type operator for custom member formula MDX?
What i would like to do is, for a leaf member in a dimension, have the
formula set it's value to half of what is stated in the fact table.
Basically
[Dimension].[*this*] * 0.5
Is that possible?
Thanks in advance!
Derrick |