Dear All,
I have a field like “Month” , that contains the data base values 1,2,3,4……12.
But I want get those values according to sysdate. Like if sysdate is the month 5 then ,I should have to filter the values for Month field is 5, 4,3 .
I created a varible M1(reploaced in the field Month) and in that used formula like
=<Month of Dest Date> InList (MonthNumberOfYear(CurrentDate())-2,MonthNumberOfYear(CurrentDate())-1,MonthNumberOfYear(CurrentDate()))
But I am unable to filter according my problem. When I use the above formula, the field values are showing in the report as same as the formula.
Can any body correct the formula to achieve my result.
My data base is Oracle.
Thanks
rrbo
I have a field like “Month” , that contains the data base values 1,2,3,4……12.
But I want get those values according to sysdate. Like if sysdate is the month 5 then ,I should have to filter the values for Month field is 5, 4,3 .
I created a varible M1(reploaced in the field Month) and in that used formula like
=<Month of Dest Date> InList (MonthNumberOfYear(CurrentDate())-2,MonthNumberOfYear(CurrentDate())-1,MonthNumberOfYear(CurrentDate()))
But I am unable to filter according my problem. When I use the above formula, the field values are showing in the report as same as the formula.
Can any body correct the formula to achieve my result.
My data base is Oracle.
Thanks
rrbo