Limit record count

<< Click to Display Table of Contents >>

Navigation:  Delphi HTML Report Library > Tables >

Limit record count

To limit number of records in rowset use sql maxcount attribute. F.e:

<sql maxcount="10">...</sql>

Rest records will be grouped into one record with first field set to "...(Number of records)", other fields with total="sum" will contain summary value.