Re: Please help - Percentage query -
05-20-2005
, 04:22 PM
I just tried the below and it seems to work! Is it correct
calc measure X
sum({[Project Status].members}, [Measures].[Count])/2
I have divided by 2 as it shows the exact double otherwise
calc measure Y
([Measures].[Count]/[Measures].[X]) * 100
thanks!
--
Message posted via http://www.sqlmonster.com |