Hello! Sure, it's possible - here is more information http://docs.appery.io/documentation/b... (User queries)
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/
Hello! Sure, it's possible - here is more information http://docs.appery.io/documentation/b... (User queries)
I'm sorry I have figured it out already.
One more question:
I've made a test tying to use the following code to query this tipoUsuario column with a saved local variable:
return '{"tipoUsuario" : "'+value+'"}';
But nothing happens.
I've checked the local variable pointing the response to a Label on the UI and it's being saved correctly.
Thanks
Just one correction.
The code used in the where clause is:
return '{"_id" : "'+value+'"}';
Hello,
When you test the query service in Test tab - Were you getting results from the service?
Are the any errors in browser console when you test app?
Igor,
I got it.
Thank you!