Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help in Creating Bridge table

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

10 Replies
ElizaF
Creator II
Creator II

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.