User Activity

Hi All,I'm trying to return records from a SQL database where the  dates in the "lastcastingdate" column of the DB is more than 14 days ago.  I have entered the following into the WHERE clause in the Select Row action:=LASTCASTINGDATE < today - 14.da...