Hi all First-time posting from a Zope newbie ... hopefully someone can help I have defined a number of ClientProjects within Zope and I am trying to display these in a number of ways, filtered by object property values. So, for example, I want to display all client projects, or perhaps only those marketing projects, ie. where the marketing property has a value. Displaying all projects works OK and displays as I want, because the index of the , and my DTML uses sequence-number to control the dynamic page display. My problem arises when I have a sub-set of projects to display, because the sequence-number and sequence-index values still seem to relate to the full set of objects. So if only objects 7 & 8 are displayed, the Thanks Dave