Hi, I've just started so I'm a newby
. I have created a page that asks for two (numerical) inputs and puts them in a database. In the database I want to create a column that contains the product of the two inputs - how do I do this?
Hi, I've just started so I'm a newby
. I have created a page that asks for two (numerical) inputs and puts them in a database. In the database I want to create a column that contains the product of the two inputs - how do I do this?
Hi Koen -
We highly recommend to start from our tutorials section here: https://devcenter.appery.io/tutorials/
Here is an example, shows how to work with input component and database service:
https://devcenter.appery.io/tutorials/building-a-simple-todo-app-with-appery-io-backend-services/#Ad...