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

Difference between revisions of "XL3QueryTableSetParam"

 
(One intermediate revision by the same user not shown)
Line 31: Line 31:
 
* [[Formula Reference]]
 
* [[Formula Reference]]
 
* [[Query Tables]]
 
* [[Query Tables]]
 +
* [[Relational Data Tables]]
  
 
[[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, 3 May 2012

Sets a query parameter value of a Query Table.

Syntax

XL3QueryTableSetParam( SheetName, QueryTableName, ParameterName, Value )

Parameters

Parameter Description
SheetName Name of the worksheet where the Query Table is located
QueryTableName Name of the Query Table
ParameterName The name of the parameter to set the value for
Value The new value to set

See Also