filter with date in for each
hello,
how can i make to have all items where DATE MODIFIED < year(current date) ?
i try
for each i in MyForm[Modified_date < year(zoho.currentdate)]
for each i in MyForm[year(Modified_date) < year(zoho.currentdate)]
do you have an idea ?
thanks you