1.4

l integer()
l integerUngrouped
()
l number()
l numberUngrouped
()
"Number functions" on page 205.
l date()
l dateLong()
l dateMedium()
l dateShort()
l dateTime()
l dateTimeLong()
l dateTimeMedium()
l dateTimeShort()
l timeLong()
l timeMedium()
l timeShort()
The date, dateTime and time functions allow you to format a
date and/or time. See "Date, date/time and time functions" on
page 192.
l lowerCase()
l upperCase()
l properCase()
The text formatting functions transform all characters to
lowercase (lowerCase) or uppercase (upperCase) or transforms
the first character of each word to uppercase and all other
characters to lowercase (properCase).
loadhtml()
Global function thatreplaces the content (inner html) of each matched element in the result set,
alternatively load the data into a variable.The location should be an URL or a relative file path.
l loadhtml(location)
l loadhtml(location, selector)
Note
Loadhtml() iscached per batch run (based on the URL) in print/email.
loadhtml(location)
Loads allHTML from the HTML file.
Page 201