Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Getting a Circular Dependency Error in relationship when using 2 concatenated Columns of 2 tables

Hello Everyone,   I have two tables and I am trying to create a relationship between these two tables with the best possible scenario.   Please refer to the tables below:   Table 1       ...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hello All,

    I Figured it out. The reason it was showing a Circular dependency is because the combination in Column Conc_D was repeating. 

     

    To address this I created a Subset Table - Table 3 with Unique Values of Column Conc_D and then linked Table 1 with Table 3.  there were no circular Dependencies this time as Conc_D had unique values.

     

    Regards,

    Vamshi Regalla