Modules

filter

 

Objects/Functions

module (N/workbook)

SuiteScript 2.0

MeasureSort.measure

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

N/workbook Module
MeasureSort.measure
Property Description: The sort of the measure sort.
Type: workbook.Measure
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.measure

Example:

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

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