Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: sample code for YTD and MAT

    i have managed to sort this problem by using YTD function and for MAT using SUM function with Lag

    sample code: for YTD:

    SUM(YTD([Fiscal Time April]),[Measures].[Actual])

    sample code MAT:

    Sum([Fiscal Time April].currentmember.lag(

    iif([Fiscal Time April].CurrentMember.Level.Name...

Viewing post 1 (of 1 total)