Forum Discussion

jtpiazzamn's avatar
jtpiazzamn
Helper I
3 years ago
Solved

retrieve values from a Non active relationship table

I'm trying to pull the value of a field from a related (not active) table. 

 

There is an INACTIVE relationship between these two tables using the ID from Ideas Table, and the Idea ID from the Evaluation Table. 

 

 

Ideas Table

Name,

ID,   <----------this value and the Idea ID value from the Evaluation Table. 

Title,

Original Name

 

Evaluation Table

ID

Reviewer Name

Idea ID (same as Ideas ID from above)

Score

 

I want to add the Original Name field from Ideas Table to the Evaluation Table. The Idea ID from Evaluation Table will match the ID from the Ideas Table to retrieve the value for Original Name field. I don't need to "add" it to the evaluation table, but just to be able to add it to a table visualisation table using the Evaluation Table data. But if makes sense to add a calculated column to the Evaluation table thats fine. 

 

Thanks for your help! 

Jim

 

 

 

1 Reply