Jump to content
Server Maintenance This Week. ×

CF Authors Update your Functions for 8.5...


This topic is 6509 days old. Please don't post here. Open a new topic instead.

Recommended Posts

there is a new built in function in FileMaker Pro 8.5 called "List ( field {; field...} )

If you have created a custom function or are using a custom fuction that uses the word "list" as a parameter you may be experience undesireable resutls.

If you are trying to paste in a CF forumula into your solution you will be prevented from using that term in your function, forcing you to rename all instances from your CF unless you are actually using the built in List function with the correct parameters..


As described in the FileMaker 8.5 Help.

Format

List(field{;field...})

Parameter

field - any related field, repeating field, or set of non-repeating fields; or an expression that returns a field, repeating field, or set of non-repeating fields.

Parameters in curly braces { } are optional.

Data type returned

text

Description

Returns a concatenated list of non-blank values (separated by carriage returns) for either:

	 a single field (table::field), calculates a single result over all repetitions (if any) for this field and over all matching related records, whether or not these records appear in a portal.

	 several fields and/or literal values (table::field1,constant,table::field2...), calculates a separate result for each repetition of the calculation across each corresponding repetition of the fields. If any fields are related, only the first related record is used.

Link to comment
Share on other sites

This topic is 6509 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.