Calculate average from values in database, then show output in UI labels
Hello,
Please share app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us the steps how can we reproduce this.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello,
Please share app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us the steps how can we reproduce this.
I've shared everything above....step by step
There is incorrect mapping on "five0_incident_query_service". All response fields must be in array $ .
http://docs.appery.io/documentation/u...
Next steps should help to fix this:
i made the changes exactly. I now see all of the response fields. However, when I enter value of variable 1 and click search, I get never ending processing..
Is there any JS errors in browser console?
http://docs.appery.io/documentation/d...
Please share app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a it will help us to resolve this issue faster. This doc will show you how to do this: http://docs.appery.io/documentation/s...
I just shared it
Did you share a correct app? There is no "five0_incident_query_service" in "twillioapp".
sorry I shared wrong app. I just shared correct app. Please take a look.
Hello! You have error in code. Try this way precodevar val=0;
if(data.length) {
for (var i=0; i<data.length; i++) {
val+=+data.grade_courtesy;
};
val=val/data.length;
}
alert(val);/code/pre