Difference between revisions of "DbLabels"

 
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
[[Category:Database Functions]]
 
[[Category:Database Functions]]
 +
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
  
(stub)
+
''(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 ==
 +
* [[DbQuery]]
 +
* [[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


You are not allowed to post comments.