How to get PostiveABSolute and otsum -
05-22-2006
, 04:19 PM
Hi
If I have a MDX query like
select {[Measures].[Amount] } on columns,
{ [Dim location].[name].members } on rows
from myCube
and each Measure Amount can be postive, negative or 0 the above returns
the net amount. How do I return the
net, positive (only the sum of postive measure values), negative (only
the sum of negative measure values) and absolute (sum of absolute
values)?
Thank you
Adrian |