Hi Sarada,
If you know the start date of the the date-field then you can get
last week: ADD_DAYS(date-field, -7)
last year: ADD_YEARS(date-field, -1)
Regards
Raj
Hi Sarada,
If you know the start date of the the date-field then you can get
last week: ADD_DAYS(date-field, -7)
last year: ADD_YEARS(date-field, -1)
Regards
Raj