Brian Dunning's FileMaker Custom Functions

FullList ( Field ; NumberOfReps )

FullList is like List, except that it includes repetitions that are empty or zero.

  Average rating: 4.7 (21 votes) Log in to vote

Bill Thurmes   Bill Thurmes - Show more from this author
MDCA
http://www.miyotadca.com

Share on Facebook Share on Twitter

  Sample input:
FullList ( MyDatabase::Date ; 3 )
where Date's repetitions contain
""
5/15/2015
6/15/2015
  Sample output:
¶5/15/2015¶6/15/2015

  Function definition: (Copy & paste into FileMaker's Edit Custom Function window)

FullList is like List, except that it includes repetitions that are empty or zero. This is particularly useful when there are two associated fields, one fully populated (like dates of a month) and one partially populated (things that happened on those dates, where sometimes nothing happened), where you wish to find something in the second list and use its repetition number to determine the associated value in the first list. You could do the same thing by just reading the field; this allows for much faster computations by reading the field in one fell swoop, and thereafter keeping the information in memory.

 

Comments

Log in to post comments.

 

Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.

Support this website.

This library has been a free commmunity resource for FileMaker users and developers for 20 years. It receives no funding and has no advertisements. If it has helped you out, I'd really appreciate it if you could contribute whatever you think it's worth: