Usage
measure: field_name {
direction: "row"
}
}
Hierarchydirection |
Possible Field TypesMeasureAcceptsEitherrow or column
|
Definition
If a measure of type: percent_of_total
or type: running_total
is used with a pivot, you can control the direction of the calculation using direction
.
When pivoted, the default direction for these calculations is across the row. Sometimes users prefer the calculation to be performed down the column. This can be done by using direction: "column"
.