CATable::NumRowIndexes
ADE User Guide > ADE Server Class Reference > CATable
property int NumRowIndexes
Description
This property is used to access information about the table pivot that would be used by desktop Analytica (DTA) to view this table. Information about the pivot is stored in several attributes, such as ReformDef and ReformVal, but is computed based on this information and several additional heuristics that take several other factors into account, including the lengths of the indexes, their textual names, etc.
This property reveals the number of row indexes. Currently this can be either 0 or 1, since DTA supports at most one row index. In future releases, it is possible that the pivot may permit more than one row index. Use CATable::NthRowIndex with a parameter of 1 to obtain the row index.
Data type
int
Access
read
Usage
if tab.NumRowIndexes>0 then ...
History
This property was introduced in ADE 5.0. It is unavailable in releases prior to that.
Enable comment auto-refresher