runQuery(query_name [,parameters])

Returns a result set as a two-dimensional array that can be assigned to a Table, Chart, or Section.

Parameters

query_name a string containing the query name

parameters (optional) a two dimensional string array,

each row containing a name-value pair

that corresponds to a query parameter

Example

var rs = runQuery('orders',[['category','Business'],['price',100]]);

See Also

Running a Query, for common applications of runQuery().

<< log(string) © 1996-2013 InetSoft Technology Corporation (v11.5) SI.2 Element Object >>