Date Filter

sabzamsabzam Member Posts: 1,149
I need to set the date filter in the Jobs but for some reason the code is not working properly; can anyone check whether the below code is coded properly and whether both codes are correct (obviously I will be implementing either one or the other)

SETFILTER ("Date Filter", '%1..%2', FromDate, ToDate);;
SETRANGE ("Date Filter", FromDate, ToDate);

Comments

  • KonradKonrad Member Posts: 30
    "Date Filter" is a FlowFilter field.
    Use Calcfields after seting range/filter.
Sign In or Register to comment.