getPivotTableDimensions(buckets, isTransposed) | Prepares dimensions for pivot table execution from buckets and info if table is transposed or not. |
isAbsoluteColumnWidth(columnWidth) | Tests whether object is an instance of IAbsoluteColumnWidth |
isAllMeasureColumnWidthItem(obj) | Tests whether object is an instance of IAllMeasureColumnWidthItem |
isAttributeColumnLocator(obj) | Tests whether object is an instance of IAttributeColumnLocator |
isAttributeColumnWidthItem(obj) | Tests whether object is an instance of IAttributeColumnWidthItem |
isMeasureColumnLocator(obj) | Tests whether object is an instance of IMeasureColumnLocator |
isMeasureColumnWidthItem(obj) | Tests whether object is an instance of IMeasureColumnWidthItem |
isMixedValuesColumnWidthItem(obj) | Tests whether object is an instance of IMixedValuesColumnWidthItem |
isSliceMeasureColumnWidthItem(obj) | Tests whether object is an instance of ISliceMeasureColumnWidthItem |
isTotalColumnLocator(obj) | Tests whether object is an instance of ITotalColumnLocator |
isWeakMeasureColumnWidthItem(obj) | Tests whether object is an instance of IWeakMeasureColumnWidthItem |
newAttributeColumnLocator(attributeOrId, element) | Creates a new attribute column locator |
newTotalColumnLocator(attributeOrId, totalFunction) | (ALPHA) Creates a new total column locator |
newWidthForAllColumnsForMeasure(measureOrId, width, allowGrowToFit) | Creates width item that will set width for all columns containing values of the provided measure. |
newWidthForAllMeasureColumns(width, allowGrowToFit) | Creates width item that will set width for all measure columns in the table. |
newWidthForAttributeColumn(attributeOrId, width, allowGrowToFit) | Creates width item that will set width of a column which contains values of a row attribute. |
newWidthForSelectedColumns(measureOrId, locators, width, allowGrowToFit) | Creates width item that will set width for all columns containing values of the provided measure. To prepare width items for columns in tables without measures, pass measureOrId as null . |
pivotTableMenuForCapabilities(capabilities, desiredMenu) | Given analytical backend capabilities and the desired aggregations menu config. |
setNewWidthForSelectedColumns(measuresOrIds, locators, width, allowGrowToFit) | Creates width item that will set width for all columns containing values of the provided measure. To prepare width items for columns in tables without measures, pass measureOrId as null . |