When I create an SQL report and include a condition like:
It gets saved to the database as
Is this a bug or do I need to change a setting?
EDIT
Ironically, the character of course get decoded here so you will see a right arrow in both code examples and I don't know how to correct that, but trust me, it gets HTML encoded in the database.
PHP Code:
crment_so.createdtime > '2016-01-01 00:00:00'
PHP Code:
crment_so.createdtime > '2016-01-01 00:00:00'
EDIT
Ironically, the character of course get decoded here so you will see a right arrow in both code examples and I don't know how to correct that, but trust me, it gets HTML encoded in the database.