AX1639
GetTableInfo function
Returns information about a table, given the table name.
NOTE: You can use a data lookup to return the same information as a GetTableInfo function. Whenever possible, it is recommended to use data lookups over Axiom functions for faster performance.
Syntax
GetTableInfo("CodeName", "TableName")
(missing or bad snippet)All non-numeric entries must be placed in double quotation marks, unless you are using cell references to reference the text held in another cell.
Remarks
GetTableInfo is a non-volatile function.
Examples
=GetTableInfo("Classification","Dept")
This example returns the table classification of Dept. For example: Reference.
=GetTableInfo("TableType","GL2021")
This example returns the table type that the table is assigned to. For example: GLData.