2022.2

Table Of Contents
l
Touseonlypartofadatafield,ortosplitthedata,youwillhavetowriteascript.
Foranexample,seethisHow-to:Howtosplitastringintoelements.
l
Areyoucurioustoseetheactualcodeofthescript?
Double-clickthescripttoopentheScriptWizard,andthenclicktheExpandbuttontosee
thecode.
Caution: Whenyouchangeanexpandedtextscriptandsaveit,itbecomes
impossibletoeditthescriptusingtheScriptWizardagain.
Formatting variable data
Thewayvariabledataaredisplayedinatemplatedependsontwothings.Firstly,thelocaleinfluences
thewaydates,times,numbersandcurrenciesareformatted;see"Locale"onpage295.Secondly,
therearefunctionstodisplayatextinuppercase,applythousandsseparatorstonumbers,etc.
TheText Helper Wizard(see"UsingtheHelperWizard"onpage310)andtheText Script Wizard
(see"UsingtheTextScriptWizard"onpage314)letyouselectaformatorenteraformatmaskfor
eachfieldthatthescriptaddstothetemplate.Thistopicdescribestheoptionsthatthewizardsoffer,
dependingonthetypeoffield.
ReopentheHelperorscriptbydouble-clickingitintheScriptspane.
Inanexpression,e.g.{{LastName}}(see"Variabledataintext:expressions"onpage307),youcan
typethedesiredformatfunctionbeforethefieldname,e.g.{{uppperCase LastName}}.Functionsinan
expressionarecalled"Helpers".ForanoverviewoftheavailableFormatHelperssee"FormatHelpers"
onpage334.
Formattingcanbeappliedtovalues in a Dynamic Tableviathedata-formatattribute.See:For-
mattingvaluesinaDynamicTable.
Youcouldalsoformatdatainascriptusingtheformatter;see"StandardScriptAPI"onpage715.
Date
Datescanonlybeformattedviaascript.AlldataintheDataModelarestrings;theyhavetobecon-
vertedtoDateobjectsbeforeapplyingaparticulardateformat.Seealso:"CreatingaDateobjectfroma
string"onpage724.
Fontstyle
Textoriginatingfromvariabledatacanbedisplayedinuppercase,lowercaseorpropercase.
l
Uppercase transformsallcharacterstouppercase.
l
Lowercase displaystransformsallcharacterstolowercase.
Page 317