2022.2

Table Of Contents
l
Long Date/Timedisplaysthedateasamediumdateandthetimeasamediumtime,for
example1. April 2016 00:00:00 EDT.
Fontstyle
Textoriginatingfromvariabledatacanbedisplayedinuppercase,lowercaseorpropercase.
l
Uppercase transformsallcharacterstouppercase.
l
Lowercase displaystransformsallcharacterstolowercase.
l
Propercase transformsthefirstcharacterofeachwordtouppercaseandallothercharactersto
lowercase.
Numbersandcurrencies
Numbers,andstringsexistingofdigits,canbedisplayedasanumberwithacertainformattingorasan
amountofmoney.Thereareafewpresets,butyoucanalsotypeaformatmask.
l
Custom Pattern:allowsyoutoenteracustomformatmask.Forexample,thepattern000000
meansthatthenumbershouldcountsixdigits;leadingzerosareaddedtonumbersshorterthan
sixdigits.Foranoverviewofpatternsymbolssee"Numberpatterns"onpage1196andhttp://-
docs.oracle.com/javase/7/docs/api/java/text/DecimalFormat.html.Inthedatamappingcon-
figuration,setthefieldtypetoInteger,FloatorCurrency.Whenyouopenadatafileordatabase,
allfieldsaretextfields(fieldsofthetypestring).
l
Standard:displaysthenumberwiththedefaultpatternandsymbolsforthecurrentLocale.
l
Groupeddisplaysanumberwiththreedecimalplacesandsetsthethousandsseparatorforthe
valuebasedonthecurrentlocale;see"Locale"onpage706.
l
Currencydisplaysanumberasanamountofmoney,withathousandsseparatorandroundedto
twodecimalplaces,basedonthecurrentlocale;see"Locale"onpage706.
l
Currency no symboldoesthesameasCurrency,butomitsthecurrencysymbol.
l
Leading zeroaddsaleadingzerotoafloatingvaluebetween0and1.Thisformatisonlyavail-
ableforfieldsthatcontainafloatvalue.Notethatwhenyouopenadatafileordatabase
withoutadatamappingconfiguration,allfieldsareofthetypestring.
l
(Sum)and∑↑ (Sum Up)areusedinDetailTablesinaPrintcontext.isfortransportrulesat
theendofapageand∑↑showsthesubtotalofthepreviouspage.
Showing content conditionally
Onewaytopersonalizecontentistoshoworhideoneormoreelementsdependingonthevalueofa
datafieldorruntimeparameter.Forexample,aparagraphwrittenforCanadiancustomerscouldbehid-
denwhentherecipientoftheletterisnotlivinginCanada,ifthatcanbederivedfromthedata.
Page 734