IsMaxRows

Checks if there are more results on a Work In Progress or Report page than the MaxQueryRows setting allows.

Type and Usage

Output

  • Returns TRUE if the number of results is greater than the number of rows permitted.

  • Returns FALSE if the number of results is less than the number of rows permitted.

Example

Returns an error message if the maximum number of rows is exceeded:

<$elseif IsMaxRows$>
<table border=0 cellpadding=1 cellspacing=1 width="100%">
    <tr>
    <span class=smallHighlight><$lc("wwOutputLimitedByMaxRows")$>
    </span>
</tr>
</table>