March 16, 200520 yr Author Can anyone help with a function that eliminate duplicate values from a field. I have e.g. a field with 5 values, separated by a carrige return: 8 4 5 4 8 and I need to end up with a field/list that have filtered out the duplicates: 8 4 5 any suggestions ?? ;-) Claus
March 16, 200520 yr Can anyone help with a function that eliminate duplicate values from a field. I have e.g. a field with 5 values, separated by a carrige return: 8 4 5 4 8 and I need to end up with a field/list that have filtered out the duplicates: 8 4 5 any suggestions ?? ;-) Claus
March 16, 200520 yr Author Can anyone help with a function that eliminate duplicate values from a field. I have e.g. a field with 5 values, separated by a carrige return: 8 4 5 4 8 and I need to end up with a field/list that have filtered out the duplicates: 8 4 5 any suggestions ?? ;-) Claus
March 16, 200520 yr Been done: http://www.briandunning.com/filemaker-custom-functions/detail.php?fn_id=203
March 16, 200520 yr Been done: http://www.briandunning.com/filemaker-custom-functions/detail.php?fn_id=203
March 16, 200520 yr Been done: http://www.briandunning.com/filemaker-custom-functions/detail.php?fn_id=203
March 21, 200520 yr Author Thank you for your suggestion comment. This can do the stuff, but it require 3 costum functions, and that might be a little overkill for my use. (4-5 lists), so I guess I'm going to use a valuelist instead. ....unless anyone have other suggestions.....??
March 21, 200520 yr Author Thank you for your suggestion comment. This can do the stuff, but it require 3 costum functions, and that might be a little overkill for my use. (4-5 lists), so I guess I'm going to use a valuelist instead. ....unless anyone have other suggestions.....??
Create an account or sign in to comment