2022.2

Table Of Contents
Example: {{dateLongDueDate}}
Inthisexample,dateLongistheHelper,andDueDateisthenameofadatafieldthatcontainsadate.
Theexpressionreturnsthedate,formattedasalongdate,e.g.February 23, 2022.
Note: Therulesofthecurrentlocalealsoinfluencethewaythedataisformatted;see"Locale"on
page706.
Tochangetheformatoftheoutputofanexpression,simplytypethenameofaHelperintheexpres-
sion.WhichHelpersworkdependsonthetypeofthedata.
ThistopicliststheavailableHelpersthatcanformatavaluebydatatype.
Note: ThenamesoftheseHelpersarecasesensitive.Forexample,"upperCase"works,but
"uppercase"doesnot.
TextHelpers
ThesearetheFormatHelpersthatcanbeusedwithtext.
l
lowerCasetransformsallcharacterstolowercase.
l
upperCasetransformsallcharacterstouppercase.
l
properCasetransformsthefirstcharacterofeachwordtouppercaseandallothercharactersto
lowercase.
NumberHelpers
ThefollowingFormatHelpersworkwithnumbers,i.e.datafieldsofthetypeCurrency,Floatand
Integer.
l
currencyformatsanumberasanamountofmoney,withacurrencysymbol.
Optionally,youcanspecifyacustompattern.Putthepatternafterthenameofthedatafield,and
encloseitindoublequotes.
Example: {{currencyTotal"#.0"}}
Foravailablepatterns,see"Numberpatterns"onpage1196.
l
currencyNoSymbolformatsanumberasacurrencywhilstomittingthecurrencysymbol.
l
groupedformatsanumberusingathousandsseparator.
Note: WhichcurrencysymbolandwhichthousandsseparatorareuseddependsontheLocale;
see"Locale"onpage706.
Page 770