Hello all,
Could someone share, if there is a better way to calculate the sum of an integer Array elements, than looping the Array and adding each this.field[Counter].value() ?
Since the data is physically available in the database, there should be some way to use an Aggregate, methinks! Any ideas, please?