Difference between revisions of "DbLabels"

(Content from user guide)
(fixed hyperlinks)
Line 6: Line 6:
 
= 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 first 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 [[DbTable]](). The first argument, ''dbIndex'', must be defined by a [[DbQuery]]() statement.
  
 
= Library =
 
= Library =

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


You are not allowed to post comments.