Difference between revisions of "XL3QueryTableSetParam"

(Created page with 'Sets a query parameter value of a Query Table. ==Syntax== {{Code|XL3QueryTableSetParam( SheetName, QueryTableName, ParameterName, Value )}} ==Parameters== {| class="wikitable"…')
 
m (Text replacement - "XLCubed" to "FluenceXL")
 
(3 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 a query parameter value of a Query Table.
 
Sets a query parameter value of a Query Table.
  
Line 26: 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 09:51, 4 July 2023

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