Generic service x json query string
Posted: Tue Jun 16, 2015 8:14 pm
by RCMX
Hi,
I'm using Generic service to extract data from a json file locally and show into a list component. This is done.
My question is how to filter the JSON data because the request does not have the " Query String " option?
Thanks.
Generic service x json query string
Posted: Wed Jun 17, 2015 9:38 am
by Evgene Karachevtsev
Generic service x json query string
Posted: Wed Jun 17, 2015 1:51 pm
by RCMX
Thanks for reply.
I found a solution using $.grep before settings.complete and using settings.data.someParameter to pass the filter string.
Thanks again.