Forum Discussion
pji
8 years agoAdvocate I
Create relationships using 2 columns as primary key
Please allow us to create relationship between two tables using a combination of 2 columns instead of single column, if none of the single columns have unique values. Sometimes it is not possible to ...
jthomson
8 years agoSolution Sage
You could create a column concatenating the two you want to use as a workaround?
pji
8 years agoAdvocate I
That won't help in my case, since I am making a generic template and the base table would be deleted and readded every time. I would like to minimise the effort as much as possible.