Page 1 of 1

How to use a query service with a select menu?

Posted: Wed Aug 26, 2015 1:53 pm
by Devin Normand

We are trying to filter a list by using a select menu, for example:

Here is the original list of items, not filtered yet:
Image

Then you select the filter, and it SHOULD FILTER IT:
Image

Unfortunately, regardless of the choice, it only filters based on sports, which is the one already selected...
Image

Here is the query service, before send:
Image

Here is the javascript, in the where (category is the name of category it is sorting by):
Image

Success for query service:
Image

Then you initiate the query service:
Image