Page 1 of 1

Counter

Posted: Thu Dec 12, 2013 6:03 pm
by Dustin Moore

I want to have a button in my app that adds 1 to the value of an item in my database...think something like what people use to count customers walking into a store. I would then like to be able to display the current total when a different button is pressed


Counter

Posted: Thu Dec 12, 2013 7:16 pm
by Maryna Brodina

Hello! Appery.io back-end doesn't support increment command. You would need to create two DB services. First one will read current column value, second one save increased value in column.


Counter

Posted: Thu Dec 12, 2013 8:42 pm
by Dustin Moore

Awesome. Exactly what I needed to know. Thanks!