Column.formula

Note:

The content in this help topic applies to SuiteScript 2.x.

Property Description

The formula of the column. For more information about formulas in SuiteAnalytics, see Formula Fields.

Type

string (read-only)

Module

N/dataset Module

Parent Object

dataset.Column

Sibling Object Members

Column Object Members

Since

2020.2

Syntax

Important:

The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/dataset Module Script Samples.

            // Add additional code
...
// View Column.formula
var myDataset = dataset.load({
    id: myDatasetId 
});

log.audit({
    title: 'Column.formula = ',
    details: myDataset.columns[0].formula
});
...
// Add additional code 

          

Related Topics

dataset.Column
N/dataset Module
SuiteScript 2.x Modules
SuiteScript 2.x

General Notices