Forum Discussion
Anonymous
7 years agoNot applicable
RELATED function not working in one to many relationship
HI ALL I have two Tables Registration Table and Interview Result Table. I want to create two columns (Final Status, Interview Completed?) in the Registration Table by using Interview Result...
- 7 years ago
RELATED works only for side 1 of the relationship, for side many you need to use RELATEDTABLE
Column = LASTNONBLANK(SELECTCOLUMNS(RELATEDTABLE('Interview Result'),"Status",[Final Status]),TRUE())
Stachu
Community Champion
7 years agoRELATED works only for side 1 of the relationship, for side many you need to use RELATEDTABLE
Column = LASTNONBLANK(SELECTCOLUMNS(RELATEDTABLE('Interview Result'),"Status",[Final Status]),TRUE())