Crow Canyon Software Forum

Forum Navigation
Please or Register to create posts and topics.

Filtered ListView count in drop down list is not reflecting filtered items count

We have a ListView on one of our sites where the ListView "Show View Items Count" would be very useful, however because we are filtering the results shown using the Advanced Settings / Javascript / scriptManager.IsItemVisible to filter out entries based on permissions (which is working).  The count in the drop down list is the original view results count, and not the filtered results shown.  Is there any way to either update the count or have it reflect the count of rows visible?

We have been upgraded to version 3.x, but we did see this prior to the upgrade.

Uploaded files:
  • ListViewCountIssue.jpg

Hi Brian,

Could you please share the script used in the List view settings and we will check this.

Here's a simple recreation, 3 columns (Title, Status, AssignedTo), all Single line of text

For the script, I'm only showing the entries with my name in the AssignedTo column.

Have included screenshots before and after applying the filter.

Uploaded files:

Hi Brian,

To display the total item count in a NITRO List view, please follow the steps below:

  1. Go to NITRO List View Settings and click Edit View (as shown in Picture 1).

  2. Navigate to the Totals tab, select Specify columns, then choose any column and set its value to Count.

    • Please ensure the selected column always has a value for all items (as shown in Picture 2).

  3. Save the NITRO List view settings.

Once saved, the total count of items will appear at the bottom of the column, as shown in Picture 3.

Uploaded files:
  • Screenshot-2026-01-13-021248.png
  • Screenshot-2026-01-13-021427.png
  • Screenshot-2026-01-13-021612.png
Brian has reacted to this post.
Brian

Works great! Thank you!