Page 1 of 1

Display total number of items from database.

Posted: Fri Sep 05, 2014 3:22 pm
by Chris6995508

Is there a way to query the database and return the total number of items matched to the query then display that number as a label probably by saving it to a local storage variable and then setting that label to the variable. For example I search bikes and there are a total of 101 bikes I want to display 101 to the user. I just need to know how to return the total number of matches and then save that to a local variable. Thanks in advance.


Display total number of items from database.

Posted: Fri Sep 05, 2014 4:06 pm
by Evgene Karachevtsev

Hello Chris,

Please look at this link: http://devcenter.appery.io/documentat...


Display total number of items from database.

Posted: Fri Sep 05, 2014 4:08 pm
by Chris6995508

Perfect! Thanks a lot.