Hi Chas,
no I do not want the repeater to return over 1000 items.
I want that my database is checked for all data, which are relevant for that user and not only 1000 lines.
Before I had a limit(50) parameter and my repeater showed only 2 elements.
After I changed it to limit(1000) it showed all. (which where 3 elements in this case)