Forum Discussion
Issue with relationship
- 2 years ago
if you are creating a column in the table at the many side of the relationship, use RELATED
if you are creating a colum in the table at the one side of the relationship , you should use relatedtable .
NB : relatedtable returns a table , so you need to use relatedtable with an iterator or countrows() etc.. .
let me know if that works for you .
If this answers your question , mark it as the solution ✅ so can you can help other people in the community find it easily .
if you are creating a column in the table at the many side of the relationship, use RELATED
if you are creating a colum in the table at the one side of the relationship , you should use relatedtable .
NB : relatedtable returns a table , so you need to use relatedtable with an iterator or countrows() etc.. .
let me know if that works for you .
If this answers your question , mark it as the solution ✅ so can you can help other people in the community find it easily .