Hello all,
First thanks in advance for any help with this.
I have a (big) amount of records (corresponding to items on a store) and, among other fields, I have a numeric field with the price of each item. These records are sorted in a specific way, so that on the top of my records I have the "top priority" items and on the bottom the "bottom priority" items.
I would like to sum the first N elements so that the sum of their price is equal to a certain amount X (and this amount X can vary according to a user input).
what would be the best way to achieve this? thanks in advance.
Miguel