cfGetData ( field )
Rate this function: Average rating: 3.9 (11 votes) Discuss this Custom Function
Michele Olson, AppleSauce Productions, Inc.
http://www.applesaucepro.com
Returns the contents of a list of fields, recursive function.
Sample Input:
| cfGetData ( "Date" "Test" "Score" ) |
|
Sample Output:
|
Description:
This is a recursive function designed to return the data from a paragraph delimited list of fields, thus reduce the need to 'hard code' report layouts.
The need for the function arose from a requirement to have an extremely flexible report layout. The calculation field, using the function, was placed on the layout extending the full width of the report. Tab delimiting controls display of the data within the field.
The 'field' parameter of the function is most often a global that is set by a script which identifies the field names required for a report. cfGetData then displays the data from each field named in the global in tab delimited order.
The cfGetData function uses cfTab -- which is a custom function producing the tab character. (I have uploaded this function as well and given attribution to the source where I first learned about it: Love, Lane & Bowers " FileMaker 8 Functions & Scripts Desk Reference".)
Depending upon the field type of both the global parameter field and the calculation using the function, various types of data can be displayed. The sample shows a mix of date, text, and number; the calculation field type is text.
This function is also useful for displaying summary data when you don't want to 'hard code' the summary field names by placing them on the layout.
Note: these functions are not guaranteed
or supported by BrianDunning.com. Please contact the individual
developer with any questions or problems.
This is my Custom Function and I want to
edit it
Discuss:Make a comment about this Custom Function (please try to keep it brief & to the point). Anyone can post:
|
Newest Custom Functions:
| 1. |
list.intersect (listA; listB) |
| |
(Mon, May 14, 12:43pm) |
| 2. |
WeekStart ( weekOfYear ; year ) |
| |
(Sat, May 12, 8:42am) |
| 3. |
PercentToWords (FIELD) |
| |
(Thu, May 10, 3:16pm) |
| 4. |
PercentToText (FIELD) |
| |
(Thu, May 10, 2:37pm) |
| 5. |
StripReserved( text ) |
| |
(Wed, May 02, 6:05pm) |
| 6. |
ListBaseTables |
| |
(Wed, May 02, 3:48pm) |
| 7. |
ValidEmail( theEmail ) |
| |
(Wed, May 02, 7:27am) |
| 8. |
UltraDate (Text; LongDate_or_DateDigit) |
| |
(Wed, May 02, 6:07am) |
 |
|
Hello, Michele,
I hope everything is well with you.
This is a simple yet elegant Custom Function. Thank you for sharing.
Edward Souza, Victoria, BC, CA
September 15, 2010 9:44pm