Skip to main content

Combine several records into one

  • December 3, 2021
  • 2 replies
  • 18 views

Andrey_Kovalev
Forum|alt.badge.img+20

Hello everyone!
I need to combine several records into one so that records with the same key accumulated all linked records in one field. That is, the table looking like this:

…would be transformed into this:

Any advice is much appreciated.

2 replies

Alexey_Gusev
Forum|alt.badge.img+25

Hi,

Create new empty table, link it to this table. Return here, and copy-paste primary field into new linked field here. Your empty table will be filled with the unique U1,U2… and links. Add “Elect…” field as lookup. Trasfer it to linked.


Andrey_Kovalev
Forum|alt.badge.img+20
  • Author
  • Inspiring
  • December 6, 2021

Hi,

Create new empty table, link it to this table. Return here, and copy-paste primary field into new linked field here. Your empty table will be filled with the unique U1,U2… and links. Add “Elect…” field as lookup. Trasfer it to linked.


@Alexey_Gusev thanks for your suggestion, but I would like to avoid creating additional table. Actually, I already have a solution of my problem thanks to @JonathanBowen.