Summary
When filtering an Audit Trail report based on an entry path, only the first page of results may be available (you may not be able to browse to subsequent pages). In addition, the results may be listed as 0 of 0, despite the fact that one or more results are visible.
Cause
Audit Trail does not correctly handle the \ or / separators used in the path filter.
Resolution
Replace all \ and / characters in the path filter with _ characters. For example, to filter based on \Folder1\Folder2\Folder3\, enter _Folder1_Folder2_Folder3_.
Note: The _ character is being used in the filter as a wildcard character. In rare instances, this may result in one or more events being returned that would not normally match the filtering criteria.