query
Specifies the query, Worksheet, or data model bound to the Table element.
Type
string
Example
// Query:
Table1.query = 'customers';
Table1.query = 'DWS/Fast Go Game'
// Global Worksheet:
Table1.query = 'ws:global:State Stats';
Table1.query = 'ws:global:Sales/Sales Explore';
// Local Worksheet:
Table1.query = "ws:Sales Explore";
// User Worksheet:
Table1.query = "ws:Annie:Sales Explore";
// Data Model:
Table1.query = "Orders/logicModel::Return Model"
See Also
Binding Queries, for general information on the 'query' property.
Creating a Local Query, in Data Modeling, for information about local queries.
Creating a Local Worksheet, in Data Mashup, for information about local Worksheets.
Controlling Access to an Asset, in Data Mashup, for information about user Worksheets.
query, for the equivalent Chart property.
query, for the equivalent Section property.
| << size | © 1996-2013 InetSoft Technology Corporation (v11.5) | grow >> |