The users see different number of records based on sorting order in the list view.Description<!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms When the users who have access to only a certain number of records(non admin users) in a table will see different number of records based on sorting order. In order to reproduce the issue, the list should have a filter using scripted query. Release ALL Cause When there is a before query business rule which does a different query than the filter of the list view, the list shows the number of records based on the filter of the list on sorting it in the ascending order. While sorting it in the descending order shows the number of records that should be displayed based on the business rule. When there is a contradiction between the list filter query and the before query business rule query, the issue is seen. Resolution In order to resolve the issue, the users can have a direct filter in the breadcrumbs of the list instead of the scripted query.