I have 3 tables.
Table1:
adjid(PK)
Recnum(FK)
Totadjamt(Fact)
Table2:
Recnum(PK)
TrackNum(FK)
Table3:
Tracknum(PK)
Bill rep
Manager
Location
These are views with real time data.
I want a report with metric as sum(totaladjamt) with tracknum,billrep,manager,location as dimensions.
I created Recnum and Tracknum attribute and made the Recnum as the child of tracknum.
but when i place the tracknum and the metric on the report there is a cross join between table1 and table3 even though the relationship i have defined is correct!
do any one of u think this might be wrong?
Thank you.
Table1:
adjid(PK)
Recnum(FK)
Totadjamt(Fact)
Table2:
Recnum(PK)
TrackNum(FK)
Table3:
Tracknum(PK)
Bill rep
Manager
Location
These are views with real time data.
I want a report with metric as sum(totaladjamt) with tracknum,billrep,manager,location as dimensions.
I created Recnum and Tracknum attribute and made the Recnum as the child of tracknum.
but when i place the tracknum and the metric on the report there is a cross join between table1 and table3 even though the relationship i have defined is correct!
do any one of u think this might be wrong?
Thank you.