XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

Difference between revisions of "XL3QueryTableGetConnectionString"

(Created page with 'Gets the connection string of a Query Table. ==Syntax== {{Code|XL3QueryTableGetConnectionString( SheetName, QueryTableName )}} ==Parameters== {| class="wikitable" ! Parameter …')
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{Imbox
 +
| type = notice
 +
| text = XLCubed now includes a updated version of this feature, more information about which can be found [[Relational Data Tables|in this article]].
 +
|}}
 +
 
Gets the connection string of a Query Table.
 
Gets the connection string of a Query Table.
  
Line 20: Line 25:
 
* [[Formula Reference]]
 
* [[Formula Reference]]
 
* [[Query Tables]]
 
* [[Query Tables]]
 +
* [[Relational Data Tables]]
 
* [[XL3QueryTableSetConnectionString|XL3QueryTableSetConnectionString formula]]
 
* [[XL3QueryTableSetConnectionString|XL3QueryTableSetConnectionString formula]]
  
 
[[Category:Formulae]]
 
[[Category:Formulae]]
 
[[Category:Query Table Formulae]]
 
[[Category:Query Table Formulae]]
[[Category:Relational Reporting]]
+
[[Category:Relational Reporting (Version 6)]]

Latest revision as of 08:51, 3 May 2012

Gets the connection string of a Query Table.

Syntax

XL3QueryTableGetConnectionString( SheetName, QueryTableName )

Parameters

Parameter Description
SheetName Name of the worksheet where the Query Table is located
QueryTableName Name of the Query Table

See Also