Forum Discussion
Creating relationships between two tables.
- 9 years ago
Hi Pratima,
If the table don't have any common colum when you put the values in a visual you will be getting null values since there is no common information that allows you to make a relation between the information.
I don't know how you have your model set up but in some cases that i have I create an ID column in one table that matches information in the other table allowing me to have the link between both, however you have to make sure that in one of those table the information is unique.
Regards,
MFelix
Hi Pratima,
If the table don't have any common colum when you put the values in a visual you will be getting null values since there is no common information that allows you to make a relation between the information.
I don't know how you have your model set up but in some cases that i have I create an ID column in one table that matches information in the other table allowing me to have the link between both, however you have to make sure that in one of those table the information is unique.
Regards,
MFelix
- Pratima9 years agoAdvocate II
Thanx MFelix.........................