Hi,
i’ve got an SQL problem with the use of a field from another dataset. I’ve confirmed the right field is choosen and running the SQL querie in phpMyAdmin does give me the right dataset.
The sql statement is like :
select * from ing
where (CAST(’" . ($my_data -> fields[2]) . “’ AS DATE) between fromd
and toda
)”;
the error = Undefined property: grid_ing_test_apl::$my_data_erro
What could be wrong?
Regards and thanks in advance
Erwin