Matthew Ke
Posts: 0
Joined: Fri Jan 09, 2015 5:29 pm

An app that yields a result based on user-input values

Hi Everyone,

I want to start by saying I'm not very good with the programming code side of things so I apologize in advance if my question seems too broad to be answered effectively...

I am trying to create an app that does various basic (adding, subtracting, multiplcation, and division only) calculations based on various user inputs. For example, the user will input a value for "fluid rate", a value for "gas rate" and my calculation will output the "combined flow rate".

Furthermore, I have a library of preset values based on the user choosing a "casing size". For example, I would have a list of casing sizes from which the user will choose, and based on that size chosen, it will grab the corresponding volume corresponding to that size and then be able to use it in our calculation of another variable, such as "velocity".

Any input will be GREATLY appreciated. Thank you all so much in advance!!

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

An app that yields a result based on user-input values

Dear Matthew,

This is possible with pretty standard JavaScript methods.

This docs will be useful http://devcenter.appery.io/documentat...
http://devcenter.appery.io/documentat...

Also we recommend that you start with Getting started section to find out more about custom logic http://devcenter.appery.io/getting-st... and cover some tutorials, as you may need REST APIs http://devcenter.appery.io/tutorials/

Return to “Issues”