Hello,
Can anyone help me in my MDX query?
I am working on a calculated members in the cube. I need to round up the result to the next integer value.
Please see the samples below :
If my calculation result is 34.2 then round up to 35
If my calculation result is 34.6 then round up to 35 again.
Here is my calculated member calculation :
[Measures].[TotalCalendarTimeInDays]/ IIF([Measures].[TotalFundedApplication] = 0 , 1,[Measures].[TotalFundedApplication])
Any help will be greatly appreciated!
Thanks
Can anyone help me in my MDX query?
I am working on a calculated members in the cube. I need to round up the result to the next integer value.
Please see the samples below :
If my calculation result is 34.2 then round up to 35
If my calculation result is 34.6 then round up to 35 again.
Here is my calculated member calculation :
[Measures].[TotalCalendarTimeInDays]/ IIF([Measures].[TotalFundedApplication] = 0 , 1,[Measures].[TotalFundedApplication])
Any help will be greatly appreciated!
Thanks