I tried to create custom report.
Added one file to scanned files list (C:\Folder\file.exe). Then created following query:
SELECT
tblFileVersions.Computername,
tblFileVersions.FilePathfull
FROM
tblFileVersions
WHERE
tblFileVersions.FilePathfull LIKE '%file.exe%'
Report shows that this file has been found on many computers that doesn't have it. What's wrong with this report?