Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DataType parameters are used to define the data type of a field to which a formatter is applied. These are defined as final static integers in the Yellowfin's UserInputParameter class.

 

Type

Description

TYPE_UNKNOWN

Unknown Value.

TYPE_NUMERIC

Numeric Value.

TYPE_DATE

Date Value.

TYPE_TIME

Time Value.

TYPE_TIMESTAMP

Timestamp Value.

TYPE_BOOLEAN

Boolean Value.

...