How to filter for two weeks ago

I have a column that shows sales and I have a column that shows sales date. I am trying to create a filter that allows me to filter the sales column for two weeks ago. I was trying to create a custom filter on the field using syntax like 

DATE_SUB(DATE_TRUNC(CURRENT_DATE(),week), INTERVAL 1 Week) > ${Transaction_date}

and 

 DATE_SUB(DATE_TRUNC(CURRENT_DATE(),week), INTERVAL 2 Week) <= ${Transaction_date}

Every time I try this I get an expression incomplete error. Any suggestions would be greatly appreciated!

0 1 1,506
1 REPLY 1
Top Labels in this Space
Top Solution Authors