Any help appreciated! Multiple selectors before loading DataTable?
Any help appreciated! Multiple selectors before loading DataTable?
enjoypb
Posts: 31Questions: 12Answers: 0
Can I, or how would I, create a selection form where the user can choose from multiple criteria to narrow down what data is delivered in the DataTable? My hope was to use a variety of checkboxes, and dropdowns with pre-filled data (eg, cities, status, zip codes etc.). The users have a good idea of what data they want, and this would be a very helpful capability.Thanks!
This discussion has been closed.
Answers
Scratch this answer... ugh... it's just sorting by one criteria. Any clues would be helpful. Thanks.
I believe I got it answered (sleep helped) by using:
$filterAdd="city = 'Los Angeles' AND status = 'Active'"
It works so off to the next dragon (this one took a day of my life hence the followup).
Good to hear you got it working .
A combined
WHERE
condition looks good to me.Allan