GetColumnOfList ( _list ; _column ; _delimiter )
extracts a column from a multi-column list
Be the first to rate this function Log in to vote
Otmar Kramis - Show more from this author
https://developer.balimusic.ch |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Based on the genius CF CustomList of Agnes Barough.
Since FM12 we gather data with ExecuteSQL, getting lists. Unfortunately we can't query this lists again to extract i.e. just a single column of it, so here you go with a non recursive CF.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.