Hi Experts,
I am facing an issue while writing dimension member formula in Time dimension
basically I want Variance of the current month and previous month
if I have report like:
Time in Column and Entity in Row
2012.DEC 2012.NOV Variance
E01 150 200 -50
E02 150 200 -50
....
....
....
like that. I wanted to write Dimension member formula for variance like
[TIME].CURRENTMEMBER - [TIME].PREVMEMBER
But it is giving me dump error while running report
it will be great, if anyone can give the solution.
Thanks
Obaid