Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Multiple dependent variable query

Chris,

Code seems to be almost correct, olease trey the following

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

/pre

chris huert
Posts: 0
Joined: Sat May 31, 2014 10:34 pm

Multiple dependent variable query

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Multiple dependent variable query

Chris,

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

chris huert
Posts: 0
Joined: Sat May 31, 2014 10:34 pm

Multiple dependent variable query

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.

chris huert
Posts: 0
Joined: Sat May 31, 2014 10:34 pm

Multiple dependent variable query

Any guidance on what the issue could be?

chris huert
Posts: 0
Joined: Sat May 31, 2014 10:34 pm

Multiple dependent variable query

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)

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Multiple dependent variable query

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'.

chris huert
Posts: 0
Joined: Sat May 31, 2014 10:34 pm

Multiple dependent variable query

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Multiple dependent variable query

Hi Chris,

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

Return to “Issues”