aijosh
Member
Hello,
I need to display some columns from another table in another list.
LIST A
id, userid, name, surname
LIST B
id, listA_id, userid, school, course, year
I am loading LIST B but I want name, surname to also appear.
I know I can duplicate LIST A (to say LIST C) and then join LIST B to it.
I really would prefer if I can dont have to do that.
Is there a straightforward way to do this right when loading LIST B?
I need to display some columns from another table in another list.
LIST A
id, userid, name, surname
LIST B
id, listA_id, userid, school, course, year
I am loading LIST B but I want name, surname to also appear.
I know I can duplicate LIST A (to say LIST C) and then join LIST B to it.
I really would prefer if I can dont have to do that.
Is there a straightforward way to do this right when loading LIST B?