_UniqueValues ( _list )
Creates a list of unique values without the trailing return carriage...
Be the first to rate this function Log in to vote
Kyle Williams - Show more from this author
Augusto Digital https://www.youtube.com/channel/UCpJlB7cmVNMjbjgY96MEsng |
_UniqueValues ( List("One"; "One"; "Two" ) )
PatternCount ( _UniqueValues ( List("One"; "One"; "Two" ) ); ¶ )
One¶Two
1
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Removes trailing carriage return created by FM's UniqueValues function
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.