Forum Discussion
Sachy123
7 years agoHelper V
Need Help , lookup value from another table
In my scenario, I have two tables Contract Hierarchy ID ParentID ChildID 1 1 6 2 1 7 3 2 8 4 4 10 5 2 9 6 4 11 7 5 12 8 3 13 10 5 14 and ContractDetails ID Contractnumber 1 ABC1234 2 ABC1235 3 ABC1236...
MFelix
7 years agoSuper User
Hi Sachy123,
One point that I think I missed on your question you want to get the related ChildContractNumber or the parent ID on the ContractDetails? And what is the purpose?
If you just need to create a table visual with that information having the relationship active between both tables is enough to make it work, you just need to use the fields where the ParentID is unique and then the ChildID field.
Can you share additional information.
MFelix
Sachy123
7 years agoHelper V
somehow I am not able to post images here.. so I posted it on stackoverflow https://stackoverflow.com/questions/54118654/how-to-lookup-values-from-another-table-with-inactive-relationship you can see the images here..