I'm getting this error:
VALUE#Error Parser: The end of the input was reached.FORMATTED_VALUE#Error Parser: The end of the input was reached.
when i try to run this:
with member [Measures].[SOR Cost] as (StrToValue([D Services].[Service Unit Price].CurrentMember.membervalue) * ([Measures].[Normal]+[Measures].[Overtime])) select [Measures].[SOR Cost] on 0, nonempty([D Services].[Service Description].children,[Measures].[SOR Cost]) on 1 from [TC Cube]any idea why and how to fix it?