table.length

Returns the number of rows in a table, as displayed. It counts the header rows as well as the data rows.

Type

integer

Example

// Testing for empty result set:

if (Query1.table.length == 1) {

  Text1.text = 'No data returned';

}

See Also

Accessing Table Data, for information about working with table data.

data.length, for number of rows prior to grouping and summarization.

<< table © 1996-2013 InetSoft Technology Corporation (v11.5) table.size >>