NoOfLeftDims Property
Overloads
NoOfLeftDims |
Number of left dimensions. Default value is -1. The index related to each left dimension depends on the position of the pseudo dimension (if any). For example, a pivot table with: * Four dimensions in the following order: Country, City, Product and Category * One pseudo dimension in position 1 * Three left dimensions. implies that: * The index 0 corresponds to the left dimension Country. * The index 1 corresponds to the pseudo dimension. * The index 2 corresponds to the left dimension City. * Product and Category are top dimensions. Another example: * Four dimensions in the following order: Country, City, Product and Category. * One pseudo dimension in position -1. * Three left dimensions. implies that: * The index -1 corresponds to the pseudo dimension; the pseudo dimension is the most to the right. * The index 0 corresponds to the left dimension Country. * The index 1 corresponds to the left dimension City. * The index 2 corresponds to the left dimension Product. * Category is a top dimension. JSON property name: qNoOfLeftDims |
NoOfLeftDims
Number of left dimensions.
Default value is -1.
The index related to each left dimension depends on the position of the pseudo dimension (if any).
For example, a pivot table with:
- Four dimensions in the following order: Country, City, Product and Category
- One pseudo dimension in position 1
- Three left dimensions.
- The index 0 corresponds to the left dimension Country.
- The index 1 corresponds to the pseudo dimension.
- The index 2 corresponds to the left dimension City.
- Product and Category are top dimensions.
- Four dimensions in the following order: Country, City, Product and Category.
- One pseudo dimension in position -1.
- Three left dimensions.
- The index -1 corresponds to the pseudo dimension; the pseudo dimension is the most to the right.
- The index 0 corresponds to the left dimension Country.
- The index 1 corresponds to the left dimension City.
- The index 2 corresponds to the left dimension Product.
- Category is a top dimension.
implies that:
Another example:
implies that:
JSON property name: qNoOfLeftDims
Declaration
int NoOfLeftDims { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!