Two values to determine database results
Hello,
I have a database set up and I wish to display results based on user input. The input is determined by two drop downs selectors. I can display the results based on the first selector value but my question is how can I display results based on the two values from both drop downs.
I am using
return '{"columnOne":"'+value+'"}';
I guess what I am asking is how to insert a AND command into this so that the results are based of two values.
I hope that makes sense and thanks for any help you can provide.