Hi,
I understand in queries that if I want to filter for a record attribute = Current_Date that I have to use the syntax:
FIND Client WHERE Client.CreationDate=DATE_ADD(CURRENT_DATE,0)
Could you please help me out with the syntax for a similar query that filters for clients created week-to-date:
I have tried without success a number of syntax options including:
FIND Client WHERE WEEK(Client.CreationDate)=WEEK_DIFFERENCE(CURRENT_WEEK,0)
thanks,
Pete