
Announcements
I have a form with filter criteria on one side and the resulting filtered gallery on the other side. Is there a way to show X of XX when the user clicks through the filtered records in the gallery? I am using the "Show Navigation" property on the gallery, not the "Show scrollbar".
Records in Galleries don't have indexes by default. There are ways to use the Sequence() function to add an index column to the datasource for the Gallery. You can then use that column as the X and the CountRows() for the XX