data.length

Returns the number of rows in a table, prior to aggregation and summarization. This setting is overwritten by the number of rows returned by the query that is bound to the table.

Type

integer

Example

if (data.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 >>