Search found 5 matches

Go to advanced search

by Robert Vogel
Thu Dec 11, 2014 12:23 pm
Forum: Issues
Topic: Problem with ACL
Replies: 10
Views: 3314
 
Jump to post

Problem with ACL

I had the same problem and solved it with your advice. My question. Why do we use the Session Tokens in this Merchandise - App ?

by Robert Vogel
Tue Oct 07, 2014 9:47 pm
Forum: Issues
Topic: Calculate Sum of List Elemets
Replies: 21
Views: 9364
 
Jump to post

Calculate Sum of List Elemets

got it, thanks a lot.

by Robert Vogel
Mon Oct 06, 2014 6:25 am
Forum: Issues
Topic: Calculate Sum of List Elemets
Replies: 21
Views: 9364
 
Jump to post

Calculate Sum of List Elemets

Hi Yuril and Team, thanks a lot for your response. I map the DBVar (in my example I name it Minuten) to a local storage variable (here in my example I name it SummeMinuten) I know the local Storage variable is a string and I get from the database an array of strings. So in the JS of the mapping I ne...
by Robert Vogel
Sat Oct 04, 2014 4:41 pm
Forum: Issues
Topic: Calculate Sum of List Elemets
Replies: 21
Views: 9364
 
Jump to post

Calculate Sum of List Elemets

Hello Alena, hello Team, thanks for your feedback, it gave me some hints but does not solve my challenge. Here is the DB I defined: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1105598/Datenbank_inline.png?1412440517 and the StartScreen. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1105599/Sta...
by Robert Vogel
Sat Oct 04, 2014 10:31 am
Forum: Issues
Topic: Calculate Sum of List Elemets
Replies: 21
Views: 9364
 
Jump to post

Calculate Sum of List Elemets

I have a List Element full of minutes and want to compute the sum of all these elements via JS. How do I need to access the different list Element, so that I can use: Array.prototype.sum = function () { var w = Appery('mobile_list'); var total = 0; var i = w.length; while (i--) { total += w[i]; } re...

Go to advanced search