Multi-column-Repeating Group: start Data from right to left

I have a single-row-6 column repeating group that is supposed to show items linked to a parent item, and i want it to show data from right to left: so if there is less than 6 items in the DB for a specific parent, the empty ones are on the left, and the list always start to the right

Could use a List of Numbers for the RG data source: 6,5,4,3,2,1

Then in the cell put a group, conditional tab for data source if parent list’s count > current cell value, and data for the group: parent list # current cell value.

1 Like

Thanks, it does solve the problem, but it introduces new problems:

  • if you allow the RG to stretch when page gets bigger, the right side becomes blank.
  • If there is more than 1 rows, the 1st items starts on the bottom rather than going from top to bottom

Those two variables make it a more complex problem:

  • RG stretch/shrink: Bubble doesn’t tell us how many columns it is displaying, so we need to delve into javascript.

  • Would need a two-level iteration for rows and columns, rather than just a list of numbers.

It would take me a couple of hours to do, PM if you want to pay me to do it.

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