Leaderboard to show only next place

Hi guys,

I want to make a “short” leaderboard, which would show only 1 place above the user and 1 place below.

How do I make it in Glide?

I have indexed the positions using array of points.

If you know the users indexed position in the array, you could use two single value columns, selecting one either side. Another option could be the Array Slice plugin column.

1 Like