Currency ( Amount, Code, Lead, Trail, ShowDecimal, RedNegative )
Format currency as text in many formats (inc. red negative)
Average rating: 4.0 (41 votes) Log in to vote
Tony Tanevski - Show more from this author
Hi-Voltage http://www.hi-voltage.com.au |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Format currency as text in many formats. Suitable for displaying currency for multiple countries. Option to display trailing characters. Option to display red negative amounts.
Comments
tom, ShiftPoint Jul 31, 2009 |
||
With FileMaker 10, "Code" is no longer allowed as a parameter name since it is now the name of an internal function. A simple change of "Code" to something like "CodeLabel" everywhere in the function will suffice. |
||
Fergus Black, Peterborough UK Jan 29, 2010 |
||
Very many thanks - an excellent resource. | ||
Braxton, Sacramento Mar 29, 2010 |
||
This certainly beats: "$" & Int (Round (Number;2)) & "." & Right (Round (Number;2) * 100;2) Thank you very much! |
||
Steve Hearn, London ON Mar 11, 2011 |
||
Thanks for this. I added another parameter for thousands separator so it has the option of using one or not. | ||
Joshua Paul, Neo Code Sep 10, 2012 |
||
Love this function! Thanks Tony!!! | ||
Adam Glick, HelpDesk, Inc. Feb 29, 2020 |
||
great little function that solved a need in some custom text blocks I generate in a quoting solution for a client. Thanks! | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.