I have a livereport that uses 2 user-supplied variables, a folder and a date. I can use User Input to supply the folder but when I allow the user to supply a date the SQL gets transfigured from "d.CreateDate < %2" to d.CreateDate < { ts '2017-09-20 00:00:00' } , which results in no rows returned. If I hard-code the date the query works fine. Any idea why the report is adding the {ts} around the date field?