Forum Discussion
Unable to create relationships between tables
Hi S_M
Could you please explain the scenario with example :-
Like
Dataset 1
id xyz abc
1 a b
Dataset 2
id xyz abc
1 a b
Relationship between Dataset 1 and Dataset 2
and in which step you are facing challenge.
Hi kaushikd,
To break it down : I have a sales table (Table1):
order_number customer_email
I use Table1 to create a new customers table (Table2) which only has the row 'customer_email', removing duplicates, so essentially it looks like this :
Table2:
customer_email
I am now trying to relate Table2 to Table1 using 'customer_email' as primary key, however it doesnt allow me to create a relationship by saying that both tables do not contain distinct values. So i am stumped at why this would happen and how to go about it