Forum Discussion
Table Updating issue
- 2 years ago
In your 'Edgerton' table you are using a column as the one side of a one to many relationship. The error is telling you that there are duplicate values in that column, or there are blanks in that column.
One path forward is to identify the column in question and add a remove duplicates step to the query. If blanks are your issue you can filter them out prior to updating the model as well.
Of course the best practice would be to analyize your table to understand why there are duplicate or blank values and correct the problem at the source.
Hope this helps.
In your 'Edgerton' table you are using a column as the one side of a one to many relationship. The error is telling you that there are duplicate values in that column, or there are blanks in that column.
One path forward is to identify the column in question and add a remove duplicates step to the query. If blanks are your issue you can filter them out prior to updating the model as well.
Of course the best practice would be to analyize your table to understand why there are duplicate or blank values and correct the problem at the source.
Hope this helps.