Unfortunately thats not possible. However i think i can give you more information that might help track the problem down.
On the default installation of WP, on which i have full access to the database, i have checked and all pageviews are correctly logged into the db. So then i thought it must be just something with the output in the administration area.
The first default post in WP installation is Hello World.
If i go to https://localhost/slimstats/wp-admin/edit.php?page=slimview1 and search for PERMALINK which CONTAINS/EQUALS to /slimstats/2015/11/20/hello-world/ , i get the correct results.
However, when i go to https://localhost/slimstats/wp-admin/edit.php and click on PageView number on the right, it redirects me to this link :
https://localhost/slimstats/wp-admin/edit.php?page=slimview1&fs%5Bresource%5D=contains /slimstats/2015/11/20/hello-world/&fs[day]=equals 0&fs[month]=equals 0&fs[year]=equals 0&fs[interval]=equals 30&fs[hour]=equals 0
which shows 0 results.
If from that URL i remove the last part “&fs[interval]=equals 30&fs[hour]=equals 0”, it will display the correct results.
So i believe it has something to do with the link. The parameters could be wrong. Or just its the way it works with the time periods which would mean its not basically a bug.
I have also just realised that the pageviews on POSTS page show only the last 30 days pageviews, not lifetime.
Thank you