Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Relationship issue between 2 tables (date columns)

Hi,   I am trying to plot open incidents + close incidents + backlog on a same graph. I have 4 tables:  - all incidents  - open incidents  - closed incidents  - date   I created relationship...
  • Stachu's avatar
    7 years ago

    the relationships propagate from Date to INCT tables, but not the other way round. So e.g. INCT ALL will not propagate any filters to INCT OPEN

     

    You would need to do one of the 2:
    1) new tables listing unique customers with joins to the 3 fact tables, same for the Assignment Groups

    2) append all 3 tables into 1, with additional column specifying original table name, the model is just 2 tables - Date and Union, as Customer and Assignment groups are in the same table they will act like one