Can you display a total number of records after filtering in qListView?
Using a qListView web part, how can you display the total number of records in the grid after filtering list contents?
The OOB available option is to use 'Numeric' Paging which shows the totals in the grid for qListView.
<p>WORKAROUND:</p><p>Alternatively, you can choose to group on a field and add an aggregare function for the field which renders in group header showing total number of records. However for is to work, this field would have to have the same value for all fields.</p>
The OOB available option is to use 'Numeric' Paging which shows the totals in the grid for qListView.