Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Not able to join 2 tables using relationships. Values are getting aggregated from 2nd table

Hi Folks,

 

I am trying to join Actual hours per category and forecast hours per category from 2 different tables. However, I am unable to do so. I used all the permuations and combinations.

Actual Hours Table:

 

Service CategoryTerritory NameActual HousDate
ABCUS51-Dec-2021
ABCUS102-Dec-2021

 

Forecast Hours Table

 

Service CategoryTerritory NameForecast HousDate
ABCUS101-Dec-2021
ABCUS202-Dec-2021

 

Also in the forecast table there are future dates as well. I tried to build a realtionship using date, territory and service category. When I am trying to insert in one table, values from 2nd table is getting aggregated.

 

Results I am getting:

 

Service CategoryTerritory NameActual HousForecast HoursDate
ABCUS5301-Dec-2021
ABCUS10302-Dec-2021

 

Thanks in advance for the help.

2 Replies