Skip to main content

GetSymbolParent

Download Developer's Guide

Use this function to return the parent of the symbol specified from the hierarchy.

Syntax:

GetSymbolParent("dimension", "symName", "HierachySymName")

where:

  • dimension is the name of the dimension that contains the symbol.
  • symName is the name of the symbol whose parent is to be retrieved.
  • HierachySymName is the name of the hierarchy from which the parent symbol is retrieved.

Syntax example:

Create variable sSymParent as String

Set Variable sSymParent = GetSymbolParent( "ACCOUNTS", "NIBTAdjT", "NIBTAdj")

Was this article helpful?

We're sorry to hear that.