Creating a search with 2 variables
Thank you. Could you please make your app public (Test, check public) and post that link here
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Thank you. Could you please make your app public (Test, check public) and post that link here
Thank's. We'll take a look and I'll update.
OH OH OH , my csv wouldn't upload, so I only inputted "Beaufort" county. So when you test it, please use "Beaufort" for the county.
For my "county" and "restaurant" buttons, I had to set up a huge javascript to give it the drop down buttons effect. Could that be the reason why I'm having so much trouble. My options are set in a rather large array in my javascript.
Ok:)
1) You are using the same service saniGrade_Grades_query_service on two pages. You can delete that service on page Query_Page.
2) On Results page add next JS in mapping to "where":
codevar whereClause = { "County": localStorage.getItem('chooseCounty'), "Restaurant": localStorage.getItem('localRestaurant')};
return JSON.stringify(whereClause); /code
3) You would need to bind localStorage to component (for both Select menus)
4) on Query_Page in JS (on typeList value change event) in line
codedropDown.append('<option value="' + newData + '">​' + newData + '</option>');/code
in value="' there is an invisible in editor additional symbol. Delete this part and write it again manually.
OMG, OMG, let me try this out......THANK YOU THANK YOU
... Its not working
Hi Chris,
On results page, you've created service to get data from database, but there is no "Invoke Service" action.
Could you clarify what isn't working exactly?