Search found 204 matches

Go to advanced search

by Paul Medawar
Sun May 18, 2014 11:49 am
Forum: Issues
Topic: Simple Label Calculation in List
Replies: 18
Views: 1963
 
Jump to post

Simple Label Calculation in List

Hi Igor, I'm getting exactly the same results using var n1 = parseInt(Appery("mobilelabel_484").text()), n2 = parseInt(Appery("mobilelabel_15").text()); Appery("mobilelabel_485").text(n1-n2); If I use this javascript on Page Show, all the mobilelabel_485 values in the l...
by Paul Medawar
Sun May 18, 2014 6:41 am
Forum: Issues
Topic: Simple Label Calculation in List
Replies: 18
Views: 1963
 
Jump to post

Simple Label Calculation in List

Hi, I have a list that includes three labels. Two of the labels are mapped from a service and are displaying correctly. I would like the third label to be a simple subtraction of the other two labels, and I'm running the following Javascript on Page Show var boughtfor = Number(Apperyio("mobilel...
by Paul Medawar
Wed Apr 23, 2014 11:17 am
Forum: Issues
Topic: Restoring deleted database collection
Replies: 0
Views: 304
 
Jump to post

Restoring deleted database collection

Hi, I've stupidly deleted my database collection by mistake. Is it possible to restore it (FootciiDB)?

by Paul Medawar
Thu Apr 03, 2014 10:55 am
Forum: Issues
Topic: Showing the sum values from a database column in a label
Replies: 3
Views: 545
 
Jump to post

Showing the sum values from a database column in a label

Hi...I have a database called "cash" set up with a column called "cashvalue".

Can anyone help me with the javascript I need to write to calculate the sum of all the values in this column and store it in a localstorage called "_cash"?

Go to advanced search