TransformValues( ValueList; Pattern )
Rate this function: Average rating: 3.6 (11 votes) Discuss this Custom Function
Peter Vinogradov, Peter Vinogradov Consulting
http://www.PeterVinogradov.com
Transforms each item in ValueList based on Pattern
Sample Input:
TransformValues(
fieldnames ( get(filename);"People");
"<<@MF>>"
) |
|
Sample Output:
<< FirstName >>
<< LastName >>
<< DOB >>
(Where the fields in the "People" table are FirstName, LastName, and DOB) |
|
Description:
Use this function to transform values in a list according to a specific pattern. Useful in combination with the Evaluate() function.
This function requires the <b>TrimReturns</B> function submitted by Kieren MacMillan
NOTE: You must use the characters "@MF" within the "Pattern" parameter wherever you want the current value to appear.
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:There are no comments yet. Be the first to post a comment about this Custom Function! Please try to keep it brief & to the point. Anyone can post:
|
Newest Custom Functions:
| 1. |
ValidateTC( MernisNo ) |
| |
(Tue, Jun 18, 6:44am) |
| 2. |
MinValue( theList ; treatAsNumeric ) |
| |
(Wed, Jun 12, 7:59am) |
| 3. |
MaxValue( theList ; treatAsNumeric ) |
| |
(Wed, Jun 12, 7:57am) |
| 4. |
LengthConvert ( Number , From , To ) |
| |
(Fri, May 31, 2:37pm) |
| 5. |
Backwards( _Field ) |
| |
(Thu, May 23, 10:49am) |
| 6. |
FilteredPortalList ( fieldObjectName ; startingPortalRow ) |
| |
(Tue, May 21, 5:33pm) |
| 7. |
ListToggle ( InList ; InValue ) |
| |
(Thu, May 16, 6:59pm) |
| 8. |
VatFormat ( vat ) |
| |
(Tue, May 14, 2:45am) |
 |
|