Update numerical order in a filtered table

I want to update a filtered table with a column that indicates the consecutive order for printing, how could it be generated?
Thank you.

0 6 122
6 REPLIES 6

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Wilfredo

Welcome to the community.
You may want to change category into โ€œQuestionsโ€.

I think you are loooking for a UX settings.
It is here:

Hello Aurelio, what I am looking for is that my table is updated in consecutive order since when several people enter at the same time the item is repeated, use the SELECT MAX plus 1 as generator of the numerical order, and then it comes out like this.
3X_9_b_9b73ff9ef9cf730d178e0c138807c4265ec95503.png

ok.
What about that, then ?
Initial value expression for [Item Participante]:

MAX([Item Participante])+1

Steve
Platinum 4
Platinum 4

Not possible.

I disagree. However it would be quite difficult. Too difficult for me to have had enough time to respond here, especially in a way that a new Appsheet user would understandโ€ฆ

Basically:

  1. Ref Action, select next item in list to modify, run Action #2
  2. Group Action
    2a. Set column vals. [order] = last+1, [checked]=true
    2b. Ref Action, run Action #1

i.e. serial loop processing

Hence, โ€œnot possibleโ€.

Top Labels in this Space