Hi
I have as a start made a Query with the following field: Running total: DSum("Ordersumma";"Order";"[Ordersumma]<=" & [Order sum])
That line produces the total sum at the first record and then continues down to zero.
The result is fine but in the end I want to select e.g. the order values that make up 80% of the total value. So how do I continue to select only those records.
In the query's property sheet I can select 10% of the total records but that is not valid in this case since I want to base the percentage upon the values.
Best regards
Hugo