ok, I have the search part working but it is showing ALL of the records if nothing is entered in the search. I need it to filter everything unless the filter is a match: "QRID is equal to [get param=QRID]"
I added an OR statement QRID is equal to a random text (ie "ditW") and it seems to work. Let me know if there's a better way.
Excellent! If it works, leave it alone. Make sure the random text is not anything that could possibly show up in that field in the future.
Haha, I guess right? It just seems to have the opposite behaviour of a database. When one filters in a database the filter is applied (or can be) at all times. The default seems to be show everything until a parameter is entered, then the filter is activated
Please login or Register to submit your answer