Difference between revisions of "DbLabels"
(Content from user guide) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
''(Requires Analytica Enterprise or Power Player)'' | ''(Requires Analytica Enterprise or Power Player)'' | ||
− | = DbLabels( dbIndex ) = | + | == DbLabels(dbIndex) == |
− | + | Returns a list of the column labels for the result table. This statement may be used to define an index which can then be used as the second argument to [[DbTable]](). The argument «dbIndex» must be defined by a [[DbQuery]]() statement. | |
− | Returns a list of the column labels for the result table. This statement may be used to define an index which can then be used as the second argument to [[ | ||
− | |||
− | |||
+ | == Library == | ||
Database Functions | Database Functions | ||
− | = See Also = | + | == See Also == |
− | |||
* [[DbQuery]] | * [[DbQuery]] | ||
* [[DbTable]] | * [[DbTable]] | ||
+ | * [[Database functions]] | ||
+ | * [[Database access]] | ||
+ | * [[media:Db conversion lib.ana|DB conversion lib.ana]] | ||
+ | * [[Analytica_Libraries_and_Templates#DB_Conversion_Library|DB Conversion Library]] |
Latest revision as of 22:50, 24 February 2016
(Requires Analytica Enterprise or Power Player)
DbLabels(dbIndex)
Returns a list of the column labels for the result table. This statement may be used to define an index which can then be used as the second argument to DbTable(). The argument «dbIndex» must be defined by a DbQuery() statement.
Library
Database Functions
See Also
Comments
Enable comment auto-refresher