Page 1 of 1

How can I multiply the user input on the data in the database?

Posted: Tue Feb 24, 2015 7:23 am
by Jeric Millena

I am making a currency converter and i want the user input to be multiply on the data in the database how will i perform the operation?


How can I multiply the user input on the data in the database?

Posted: Tue Feb 24, 2015 3:46 pm
by Evgene Karachevtsev

Jeric,

Please clarify with more details what do you mean by "user input to be multiply on the data in the database"?


How can I multiply the user input on the data in the database?

Posted: Tue Feb 24, 2015 7:31 pm
by Jeric Millena

Hi sir this is the UI of my app and the database:
Image
Image
how can i do the mathematical operation inside?


How can I multiply the user input on the data in the database?

Posted: Tue Feb 24, 2015 8:07 pm
by Evgene Karachevtsev

Jeric,

Unfortunately custom app logic is outside the scope of our support, but here is a couple advises. You can add 'Run JavaScript' on 'click' event of button and add there any code. To understand how it will be better for you to get data from db read please http://devcenter.appery.io/documentat... and try to go through tutorials http://devcenter.appery.io/tutorials/...


How can I multiply the user input on the data in the database?

Posted: Tue Feb 24, 2015 8:20 pm
by Jeric Millena

oh thank you sir :)