Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Add a column from another table

Hello, I've two tables: 'Positions' and 'Applicants'. I need to make a new visual table out of the two tables mentioned above. The difficulty here is that I want to combine position[estimatedate] an...
  • rajulshah's avatar
    3 years ago

    Anonymous 
    You can use RELATED or LOOKUPVALUE function to create a calculated column in any one of the tables and then you can create another calculated column in the same table using the 2 columns.