Difference between revisions of "DbLabels"
m (adding doc status category stub page) |
(Content from user guide) |
||
Line 1: | Line 1: | ||
[[Category:Database Functions]] | [[Category:Database Functions]] | ||
− | [[Category:Doc Status | + | [[Category:Doc Status C]] <!-- For Lumina use, do not change --> |
− | ( | + | ''(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 first argument, ''dbIndex'', must be defined by a [[DBQuery]]() statement. | ||
+ | |||
+ | = Library = | ||
+ | |||
+ | Database Functions | ||
+ | |||
+ | = See Also = | ||
+ | |||
+ | * [[DbQuery]] | ||
+ | * [[DbTable]] |
Revision as of 20:26, 1 August 2007
(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 first argument, dbIndex, must be defined by a DBQuery() statement.
Library
Database Functions
See Also
Comments
Enable comment auto-refresher