TransposeArray ( array ; columnDelimiter )
Transposes a tabular text array. Requires the GetColumn () custom function.
Average rating: 4.2 (45 votes) Log in to vote
Michael Horak - Show more from this author
*COMMENT Visual Realisation |
"1|2|3¶a|b|c¶x|y|z" ;
"|"
)
2|b|y
3|c|z
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Transposes a tabular text array by turning the first column of the array into the first row of the new array, the second column of the array into the second row of the new array, and so on.
Requires the GetColumn () custom function:
http://www.briandunning.com/cf/877
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.