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

Difference between revisions of "XL3QueryTableSetSQL"

(Created page with 'Sets the SQL statement of a Query Table. ==Syntax== {{Code|XL3QueryTableSetSQL( SheetName, QueryTableName, SQL )}} ==Parameters== {| class="wikitable" ! Parameter ! Descriptio…')
 
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]].
 +
|}}
 +
 
Sets the SQL statement of a Query Table.
 
Sets the SQL statement of a Query Table.
  

Revision as of 16:37, 19 March 2012

Sets the SQL statement of a Query Table.

Syntax

XL3QueryTableSetSQL( SheetName, QueryTableName, SQL )

Parameters

Parameter Description
SheetName Name of the worksheet where the Query Table is located
QueryTableName Name of the Query Table
SQL The new SQL statement to use

See Also