Skip to main content

GetSymbolPartitionIndex

Download Developer's Guide

Use this function to return the partition index for a specified symbol. The partition index is returned as a numeric value.

Syntax:

GetSymbolPartitionIndex ("dimension", "symName")

where:

  • dimension is the name of the dimension that contains the symbol.
  • symName is the name of the symbol for which the partition index is retrieved.

Syntax example:

Create Variable nSymPartitionIndex as NUM

Set Variable nSymPartitionIndex = GetSymbolPartitionIndex( "ACCOUNTS", "A12455")

Was this article helpful?

We're sorry to hear that.