Rearrage Positions in Another Table

Hi all,

I have the following table:

Table A

Screen Shot 2022-03-17 at 7.23.46 PM.png

I want to copy each row to another table using an action/actions/bot/other that rearranges the positions by assigning the last position (in this case 6 but could be fewer or more positions) to the user who has the first position in Table A (Peter) and the first position to the user who has the last position in Table A (Teresa).

Example:

                 Table A                                                           Table B

Screen Shot 2022-03-17 at 7.35.16 PM.png

 

I hope someone can help ๐Ÿ™‚

0 3 112
3 REPLIES 3

Easy, but please post screenshots of your actual table columns and key columns; the exact expression depends on this info. Thanks. 

Hi @Joseph_Seddik

Thanks for answering. Here are the tables:

                           Table A                                                                                Table B

Screen Shot 2022-03-18 at 4.59.13 PM.png

โ€ƒPlease let me know if you need anything else.

โ€ƒ

 

Thank you!

  1. Table B column "ID" should be a Ref column to Table A.

  2. "Position" of Table B should be of type Number, having the following expression in its App Formula:

    COUNT(Table A[ID]) - [ID].[Position] + 1

  3. In Table B, App Formula for:
    • "Name" is: [ID].[Name]
    • "Event ID" is: [ID].[Event ID]

 

Top Labels in this Space