Dropdown that contains a range of numbers based on a repeating group

I want to have a pagination feature and can’t figure out how to get it done…

Showing page [dropdown of #'s that represent repeating group pages] of X

Where X is the total pages of the repeating group.

How can I populate the dropdown with the correct # of pages?

I think it works like this,
do a search for data:count divided by your repeating group cells being displayed per page.

now you have calculated how many pages you need to show in your dropdown.

When page x is selected from you dropdown option… go to repeating group page: x

Thanks for the reply.

It’s a Users repeating group (just to be more detailed). I’m showing 7 users per page. I understand the math of figuring out the range of #'s that should go into the dropdown, I just can’t seem to find a way to do it.

Thanks in advance!!

hmm yeah i never used dropdowns before i prefer designing my own with repeat group
im using rounded to for decimals.


Will try later with repeating group as selection for pages, or maybe you can do it with numeric range.

Now we have the page count needed, in my case is 3. need a way to separate that into 1,2,3, which im not sure how to do.

What you want to do is crazy complicated.

This topic was automatically closed after 70 days. New replies are no longer allowed.