Viewing 2 posts - 1 through 2 (of 2 total)
Just to add we are using MDX. Is it possible to have IF conditions in MDX Queries?
March 29, 2011 at 9:45 pm
#1305239
One approach is adding 0.000001 in the ROUND expression.
e.g. Round(12.45+0.000001,1)
February 21, 2011 at 10:55 pm
#1289687