Modules

filter

 

Objects/Functions

module (N/workbook)

SuiteScript 2.0

Aspect.measure

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

N/workbook Module
Aspect.measure
Property Description: The measure of the aspect.
Type: workbook.Measure
Module: N/workbook Module
Parent Object: workbook.Aspect
Sibling Object Members: Aspect Object Members
Since: 2020.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=Aspect.measure

Example:

// Code Example 1
// Add additional code
//...
// View Aspect.measure in a ChartDefinition
var myWorkbook = workbook.load({
id: myWorkbookId
});

log.audit({
title: 'Aspect.measure = ',
details: myWorkbook.chartDefinitions[0].series[0].aspect[0].measure
});
//...
// Add additional code

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