...
Field | Description | ||||
---|---|---|---|---|---|
Pivot Column Source | The pivot column source determines how the the values that are converted to Pivot Columns are generated:
If no labels are provided, they are derived from the pivot values using the formatting options set on the Column attribute. | ||||
Pivot Column Expr | If Pivot Column Source == Expression, this expression must return either a list of values or a list of pairs of values (the values and corresponding labels). E.g.
or
The expression can refer to any lookup pipe that is an input to the Stream being viewed. If no labels are provided, they are derived from the pivot values using the formatting options set on the Column attribute. | ||||
Row Attributes | The row attributes will be displayed on the left of the view. | ||||
Maximum Pivot Columns | |||||
Column attribute | |||||
Value Attribute | |||||
Label Attribute |
...