Element Details: Extra+Crosstab+Value+Column
 Back


Available in: Logi Info Source code name: ExtraCrosstabValueColumn

By default, the CrosstabFilter produces a single value for each column and row combination. ExtraCrosstabValueColumn allows additional values.

These values can be displayed in a CrosstabTableValueColumns element. In the Label element use the special token:

@Data.rdCrosstabValue-myID~

(Replace myID with the ID of this element.)



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
CrosstabValueColumn
UserDefined
(Required) Specifies a column name returned in the DataLayer. The column should contain values which are aggregated into each cell of the table.
CrosstabValueFunction
Sum
Stdev
Mode
Min
Median
Max
DistinctCount
Count
Average
Any
(Required) Specifies how values are calculated into the Value Column. For the CrosstabFilter element, the "Any" function displays a value from any of the input rows. This may be used when the CrosstabValueColumn is a string that is not appropriate for aggregation, especially when there is one record to represent each crosstab cell.
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