data.length
Returns the number of rows in a table, prior to aggregation and summarization.
Type
integer
Example
// Testing for empty result set:
if (Query1.table.length == 1) {
Text1.text = 'No data returned';
}
See Also
table.length, for the length of post-aggregate (as-displayed) results table.
Accessing Table Data, for information about working with table data.
| << data | © 1996-2013 InetSoft Technology Corporation (v11.4) | data.size >> |