For me to be able to limit the results based on a drop down search I need to perform a query in the WHERE SQL in ChronoConnect. Is there a way to do this?
I need to do this to generate a "WHERE myID IN(num,num,num)" since I am testing against a one to many relationship form a separate table.
Right now the error i get is: Fatal error: "Call to a member function setQuery() on a non-object in /*snip*/components/com_chronoconnectivity/libraries/connection.php(155) : eval()'d code on line 24" If that helpful to any one.
Thanks in advance!
- Eric
I need to do this to generate a "WHERE myID IN(num,num,num)" since I am testing against a one to many relationship form a separate table.
Right now the error i get is: Fatal error: "Call to a member function setQuery() on a non-object in /*snip*/components/com_chronoconnectivity/libraries/connection.php(155) : eval()'d code on line 24" If that helpful to any one.
Thanks in advance!
- Eric