Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

GetSymbolRollupStatus

Use this function to return the rollup status of the specified symbol. The rollup status is returned as a string. Review the following table for a summary of possible return values and their corresponding status.

Return Value

Description

ON

The parent data will be calculated dynamically (automatically).

OFF

The parent data will not be calculated dynamically (automatically), but only during restatements.

Copy

Syntax

GetSymbolRollupStatus( "dimension", "symName")        

where:

  • dimension is the name of the dimension that contains the symbol.
  • symName is the name of the symbol whose rollup status is to be retrieved.
Copy

Syntax example

Set Variable = GetSymbolRollupStatus( "ACCOUNTS", "Trial_Balance")        

Published:

GetSymbolRollupStatus

Use this function to return the rollup status of the specified symbol. The rollup status is returned as a string. Review the following table for a summary of possible return values and their corresponding status.

Return Value

Description

ON

The parent data will be calculated dynamically (automatically).

OFF

The parent data will not be calculated dynamically (automatically), but only during restatements.

Copy

Syntax

GetSymbolRollupStatus( "dimension", "symName")        

where:

  • dimension is the name of the dimension that contains the symbol.
  • symName is the name of the symbol whose rollup status is to be retrieved.
Copy

Syntax example

Set Variable = GetSymbolRollupStatus( "ACCOUNTS", "Trial_Balance")        

For an optimal Community experience, Please view on Desktop