Forum Discussion

konradjonsson's avatar
konradjonsson
Helper II
6 years ago
Solved

How to resolve ambiguous relationship

Hi. I have run into a problem with ambiguous relationships.    What I want: -I have three transaction tables (highlighted in green) -each of these tables include the field 'Part number replaced'...
  • tex628's avatar
    6 years ago

    Hello Konrad, 

    The issue here is due to the double sided crossfilter directions. 

    As an example,

    If you place a filter on IBC_Item_BOM_List it it will filter RPT_Warranty_and_sold
    If RPT_Warranty_and_sold is filtered it will then filter Sourcing_mart dim.
    Sourcing_mart dim will then filter Claim_Master_View.
    And finally Claim_Master_View filters IBC_Item_BOM_List.

    So the result is that placing a filter on IBC_Item_BOM_List creates a situation where the tables tries to filter itself, which doesn't work too well. 

    If you change the direction of the crossfilter so that they are one-sided you should be able to create the relationship. 

    Br,
    Johannes