2021.1

Table Of Contents
<td>, <span>,
etc.
By default this attribute is placed on cells. In order
to mix data and text in a cell, move the data-
field attribute from the cell itself to an element
inside it. See:"Mixing text and data in one cell" on
page824.
data-format
<td> (a table
cell)
Defines how a value must be formatted; e.g.
data-format="date-short" displays a date value
using the format for a short date. See: "Formatting
values in a Dynamic Table" on page825.
The available formats depend on the data type of
the corresponding field in the Data Model (see
"Data types" on page286).
They correspond to the options given in the Text
Script Wizard. For a detailed description see:
"Formatting variable data" on page803.
l Integer, Float, Currency:
l grouped
l number-ungrouped
l currency
l currency-nosymbol
l pattern('some pattern') (see "Number
patterns" on page1298)
l String:
l uppercase
l lowercase
l propercase.
Note that it is not possible to set a format on
an HTMLString value.
l Date:
l date-short
l date-medium
l date-long
Page 831