Modules

filter

 

Objects/Functions

module (N/workbook)

SuiteScript 2.0

MeasureSort.otherAxisSelector

// Please search https://system.netsuite.com/app/help/helpcenter.nl?search=MeasureSort.otherAxisSelector for more information.

N/workbook Module
MeasureSort.otherAxisSelector
Property Description: The other axis selector for the measure sort.
Type: workbook.AllSubNodesSelector | workbook.PathSelector | workbook.DimensionSelector
Module: N/workbook Module
Parent Object: workbook.MeasureSort
Sibling Object Members: MeasureSort Object Members
Since: 2020.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=MeasureSort.otherAxisSelector

Example:

// Code Example 1
// Add additional code
//...
// View MeasureSort.otherAxisSelector in a ChartDefinition
var myWorkbook = workbook.load({
id: myWorkbookId
});
log.debug ({
title: 'MeasureSort.otherAxisSelector = ',
details: myWorkbook.chartDefinitions[0].category.sortDefinitions[0].sortBys[0].otherAxisSelector
});
//...
// Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_159066625586.html