I have a table with the following info
Table1
Candidate1 - role1, role2, role3
Candidate2 - role3, role4
Candidate3 - role1, role4
I want to have a newTable2 that shows the status (this field I want to edit) per candidate per role
Role1 Candidate1 statusX
Role1 Candidate3 statusY
Role2 Candidate1 statusZ
Role4 Candidate2 StatusX
Role4 Candidate3 StatusY
.....
Is it possible?
I found this question; it is somewhat related, but it looks like it implements one-way syncing from Table1 to Table2 through JS.
Solved
Unrolling "linked" fields (or records (multiple) -> one-per-row conversion)
Best answer by VictorN
I realized that the list view ALMOST gives me what I want. It "unrolls" linked records but doesn't allow me to make per-row edits.
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
