Skip to content

Description of attributes for other dimensions

Attributes for the Column form dimension (of a transactional form)

The ColAttribute attribute

Element Description
Availability From 3.1109
Syntax colAttribute(codAttr)
Parameters codAttr Attribute code
Value returned Value of the codAttr attribute associated with the column of a transactional form

Example

$Formcolonna.colAttribute(“XYZ”)

Returns the value of the attribute that has code "XYZ" associated with the current column.

Form attribute

Element Description
Availability From 3.1109
Syntax form
Attributes - code - desc
Value returned Form to which the current column belongs

Example

$Formcolumn.form.code

Returns the code of the form to which the current column belongs.

Attributes for Measure dimensions

The MeasureType attribute

Element Description
Availability From 5.3.4
Syntax measureType
Value returned Measure type (numeric, date, text)

Example

If the form uses a measure with dimension code "ME_001_000001":

  • $ME_001_000001.measureType

It returns the measure type indicated in the filter.