GreatDreamer
Programmer
I have added the following in Value Exp for one of the controls:
(Sum( [M_R_CAP_TDY] ) Where ([M_BASE_M] <[M_MAT_DT]))/1000
What I would like to do is just compare the MONTH and YEAR part only.
I.E:
(Sum( [M_R_CAP_TDY] ) Where (Month[M_BASE_M] < Month[M_MAT_DT] and Year[M_BASE_M] <= Year[M_MAT_DT] ))/1000
Does anyone know how to do this?
(Sum( [M_R_CAP_TDY] ) Where ([M_BASE_M] <[M_MAT_DT]))/1000
What I would like to do is just compare the MONTH and YEAR part only.
I.E:
(Sum( [M_R_CAP_TDY] ) Where (Month[M_BASE_M] < Month[M_MAT_DT] and Year[M_BASE_M] <= Year[M_MAT_DT] ))/1000
Does anyone know how to do this?