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

SymbolExists

Use this function to assess whether the specified symbol exists in a specified DataArea. A return value of 1 means the symbol exists in the specified DataArea; a return value of 0 means the symbol does not exist in the specified DataArea.

Note: If you create a variable to store the return value for this function, you must create the variable with the NUM type.

Copy

Syntax

SYMBOLEXISTS ("dataAreaName", "dimName", "symName")        

where:

  • dataAreaName is the name of the DataArea that contains the symbol to search for.
  • dimName is the name of the dimension that contains the symbol to search for.
  • symName is the name of the symbol to search for.

Published:

SymbolExists

Use this function to assess whether the specified symbol exists in a specified DataArea. A return value of 1 means the symbol exists in the specified DataArea; a return value of 0 means the symbol does not exist in the specified DataArea.

Note: If you create a variable to store the return value for this function, you must create the variable with the NUM type.

Copy

Syntax

SYMBOLEXISTS ("dataAreaName", "dimName", "symName")        

where:

  • dataAreaName is the name of the DataArea that contains the symbol to search for.
  • dimName is the name of the dimension that contains the symbol to search for.
  • symName is the name of the symbol to search for.

For an optimal Community experience, Please view on Desktop