Michael Maresca
Posts: 0
Joined: Tue Feb 18, 2014 7:14 pm

Calculate using two local stored variables

Hi Everyone, I am very new to this,
I have two local stored variables, one from a database, one from user input, both which I can successfully display individually on a "results" page. My issue, is that I need the result page to display the two multiplied together (product) Any assistance would be greatly appreciate!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Calculate using two local stored variables

You can read both values using local storage API (in JavaScript), add the values and then set them into a component using jQuery API or the simple Appery.io API: http://docs.appery.io/javascript-api/

Return to “Issues”