L
lmattern
Is it possible to run a query that would return a list of values that sum to
a known quantity. A simplified example would be as follows:
Return any items from the list that sum to 10
1
3
4
7
9
The returned values would be 1,9 and 3,7.
Thanks.
a known quantity. A simplified example would be as follows:
Return any items from the list that sum to 10
1
3
4
7
9
The returned values would be 1,9 and 3,7.
Thanks.