Missing rows in list

0
I have a list screen which is indicating (by page number and row number) that there are 1000+ rows in my table. However, the list is empty and I am repeatedly running a utility to retrieve a list of the items and delete them in an Iterator. Any ideas why the list is indicating that there are rows of data, and how do I clear the list correctly?
asked
2 answers
0

Try clearing your cache. I seem to remember I had it once and that did the trick.

answered
0

The only way to have rows is that security is not allowing to let you see these rows. Then deleting these will also be a problem. Did you directly look in the postgres database? Sometimes this helps to see how many records there really are in the database.

Regards,

Ronald

answered