I have created a budget app and have tried invoking the service with page load and also page show. It is extremely bugging and only sometimes invokes the service. I have tried invoking all of the services through a button and even then it still doesn;t work all of the time. The link to my app is htt...
Could possibly supply the code I need to use server code. So far I have this, precode var database_id = "52839b58e4b0adb2eff0848d" var result = {}; result = Collection.distinct(database_id,"Budget1","Amount", null, null); response.success( result ); /...
I have changed around my app a little and the server code seems a little hard for what I am doing, just a reminder I know very little javascript. All I need to know now is how do I save the total of a list database column to a variable. I have this part so far: var total_expense = JSON.Budget_expens...