Using CTLModuleMaker v1.8.9.3, direct SQL queries like this one....
Code: Select all
{cms_module module="mymodule" what="mylevel" query="A.variable = 5"}
Code: Select all
{cms_module module="mymodule" what="mylevel" query="A.variable > 3"}
{cms_module module="mymodule" what="mylevel" query="A.variable < 7"}
During extensive testing, I've never seen (greater than) working for any variable type.
Has anyone else had working for SQL queries? I'm really stumped. Even if you can point me to the code that executes the search I could employ my sub-standard coding skills and (eventually) hunt down the problem

Thanks in advance