I have created a report using 2 groups and a detail section which are displaying all records within my select criteria for the database fields that I set up. Now I would like to replace a field and change it to a parameter but I can't seem to get it to work.
I enter in my select statement (which is correct when I run it in mysql query browser) but how do I correctly insert a parameter into my WHERE clause. This is all done through:
Database Fields --> Database Expert --> Add Command
but I can't seem to figure out the correct syntax between the Select statment and the parameters I try to create.
The errors I get are:
Failed To open a rowset
I enter in my select statement (which is correct when I run it in mysql query browser) but how do I correctly insert a parameter into my WHERE clause. This is all done through:
Database Fields --> Database Expert --> Add Command
but I can't seem to figure out the correct syntax between the Select statment and the parameters I try to create.
The errors I get are:
Failed To open a rowset