Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have two fact tables i want to create an associate between two fact tables through bridge table.Please help me to create a bridge table for that.
Finally i want connect the bridge table to bellow link table in model. please find the attachment for sample data.
| Linktable |
| Call ID |
| Medical id |
| Account ID |
| Event Id |
| Message id |
| segment id |
Thanks in advance
Use Concatenate(Linktable) function. Also you must to have in the table "LinkTable" one KEY filed with the FACT1 and FACT2 tables.
From what I noticed the "Medical ID" and "Account ID" fields are found in all of this three tables. So the connection field can be [Medical id]&'#'&[Account ID] AS KEY.