Can I create sequences specific to views?

Hi all,

I’m trying to create a meeting agenda table where users can re-order rows and have the times dynamically change accordingly. I can do this if there’s just one table, but I want it to work on views. So if there’s an “agenda items” database, I want there to be a view where a control filters the table and only the rows within that filtered view of the table are sequenced. Is there a way to do that.

In this doc I have a “Sequence: view” column where I’m trying to make this work

1 Like

Hey Tim,

I repurposed an old experiment I had to fit your use-case.

Let me know if this is what you had in mind.

Hope this helps,

Pablo

3 Likes

Refer to the view explicitly in your formula (instead of thisTable) to get the row’s index in that view

3 Likes

Thanks, this is the one!

1 Like

Thanks very much for sharing this is great. I started making the button thing in my doc before and felt like I was going down a Cones of Dunshire-esque rabbit hole

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.