Element Details: Extra+Crosstab+Label+Column
 Back


Available in: Logi Info Source code name: ExtraCrosstabLabelColumn

Crosstab Tables always have a label column that determines how values are grouped together. For some Crosstab Tables, you may want to display additional columns so that they can be included in a Crosstab Table element. For example, you may use a field called EmployeeID as the main label column to create the crosstab. But if you want to also show the employees' names, you should add an Extra Crosstab Label Column for the first and last name columns.

These extra label columns are for display only; they are not used when determining the crosstab table rows.

Reference the value with "@Data.myID~", where myID is the value of this element's ID attribute.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
CrosstabLabelColumn
UserDefined
(Required) Specifies a column name returned in the DataLayer. Each distinct label value adds a new row to the crosstabbed DataLayer. Display the column in a Crosstab Table with "@Data.ColumnName~", where ColumnName is the name of the column.
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.



PARENT ELEMENTS

Click element to drill down for more information.

Crosstab Filter


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top


 Chart Debug