Page 2 of 2

Multiple dependent variable query

Posted: Tue Jun 03, 2014 1:11 am
by Alena Prykhodko

Chris,

Code seems to be almost correct, olease trey the following

prereturn '{"$and":[{"StoreName":"' + ("searchinput_1").val()+'"},{"MetroArea":' + ("dropdown_1").val() + '}]}';

/pre


Multiple dependent variable query

Posted: Tue Jun 03, 2014 1:19 am
by chris huert

I tried it. Unfortunately, nothing. Still no response.


Multiple dependent variable query

Posted: Tue Jun 03, 2014 3:58 am
by Alena Prykhodko

Chris,

Please give us your app public link (http://devcenter.appery.io/documentat...) and steps to test the issue.


Multiple dependent variable query

Posted: Tue Jun 03, 2014 12:52 pm
by chris huert

http://appery.io/app/view/302b02ef-97...

Click the button on the first page.
Enter Log in Details: a href="mailto:sean@gmail.com" rel="nofollow"sean@gmail.com/a, password: incline1
Click on button on next page
This should take you to the main search screen. Once a value is entered in the input, and a city selected from the dropdown, click search.

Example from database would be Conrad (for input) New York (from drop down)

Thank you for the assistance.


Multiple dependent variable query

Posted: Tue Jun 03, 2014 7:30 pm
by chris huert

Any guidance on what the issue could be?


Multiple dependent variable query

Posted: Tue Jun 03, 2014 7:39 pm
by chris huert

http://appery.io/app/view/302b02ef-97...

Click the button on the first page.
Enter Log in Details: a href="mailto:sean@gmail.com" rel="nofollow"sean@gmail.com/a, password: incline1
Click on button on next page
This should take you to the main search screen. Once a value is entered in the input, and a city selected from the dropdown, click search.

Example from database would be Conrad (for input) New York (from drop down)


Multiple dependent variable query

Posted: Tue Jun 03, 2014 9:02 pm
by Kateryna Grynko

Hi Chris,

Replace:prereturn '{"$and":[{"estabname":"' + ("search1").val()+'"},{"MetroArea":' + ("mobileselectmenu_43").val() + '}]}';/preWith:prereturn '{"$and":[{"estabname":"' + Apperyio("search1").val()+'"},{"MetroArea":' + Apperyio("mobileselectmenu_43").val() + '}]}';/prein service main_query_search parameter 'where'.


Multiple dependent variable query

Posted: Tue Jun 03, 2014 9:12 pm
by chris huert

Hi Katya,

Thank you. I just tried the new JS and still nothing. The program is at least responding now by showing the spinning circle indicating it is processing the request. However, nothing is displaying


Multiple dependent variable query

Posted: Wed Jun 04, 2014 4:01 pm
by Kateryna Grynko

Hi Chris,

Not sure what could cause this. Are there any console errors?