Difference between revisions of "XL3QueryTableSetConnectionString"

(Created page with 'Sets the connection string of a Query Table. ==Syntax== {{Code|XL3QueryTableGetConnectionString( SheetName, QueryTableName, ConnString )}} ==Parameters== {| class="wikitable" …')
 
m (Text replacement - "XLCubed" to "FluenceXL")
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{Imbox
 +
| type = notice
 +
| text = FluenceXL now includes a updated version of this feature, more information about which can be found [[Relational Data Tables|in this article]].
 +
|}}
 +
 
Sets the connection string of a Query Table.
 
Sets the connection string of a Query Table.
  
 
==Syntax==
 
==Syntax==
  
{{Code|XL3QueryTableGetConnectionString( SheetName, QueryTableName, ConnString )}}
+
{{Code|XL3QueryTableSetConnectionString( SheetName, QueryTableName, ConnString )}}
  
 
==Parameters==
 
==Parameters==
Line 23: Line 28:
 
* [[Formula Reference]]
 
* [[Formula Reference]]
 
* [[Query Tables]]
 
* [[Query Tables]]
 +
* [[Relational Data Tables]]
 
* [[XL3QueryTableGetConnectionString|XL3QueryTableGetConnectionString formula]]
 
* [[XL3QueryTableGetConnectionString|XL3QueryTableGetConnectionString 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:52, 4 July 2023

Sets the connection string of a Query Table.

Syntax

XL3QueryTableSetConnectionString( SheetName, QueryTableName, ConnString )

Parameters

Parameter Description
SheetName Name of the worksheet where the Query Table is located
QueryTableName Name of the Query Table
ConnString The new connection string to set

See Also