UnorderedPairs ( listOfValues )
Returns a list of all unordered pairs that can be selected from list of values.
Average rating: 4.9 (27 votes) Log in to vote
Michael Horak - Show more from this author
*COMMENT Visual Realisation |
b
c
d
e
{ a ; c }
{ a ; d }
{ a ; e }
{ b ; c }
{ b ; d }
{ b ; e }
{ c ; d }
{ c ; e }
{ d ; e }
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Enumerates all possible combinations of two values that can be selected from the given list of values, with no significance attached to the internal order of values in a pair.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.