Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Link table(urgent)

Hi all,

I have created a data model in qlikview with the help of link tables.  But when i am trying to fetch data from two different facts it is not giving me any data.

The two fact tables are:

FACT1: Link_ID1, Metric value

FACT2: Link_ID2, Metric1 value

Link Table: Link_ID1, Link_ID2, PROF_SK, PROD_SK, CHNL_SK, ACTIVITY_SK

DIM_CHNL: CHNL_SK, CHNL_NM

DIM_ACT: ACTIVITY_SK, ACTIVITY_NAME

Link_ID1 consists of PROF_SK, PROD_SK, CHNL_SK

Link_ID2 consists of PROF_SK, PROD_SK, ACTIVITY_SK

Now i want to show a chart with channel name and activity name and Metric value. But i am not able to do that, it is not showing me any data in the chart.

Please help me with this.

2 Replies
vikasmahajan

Please refer demostration for the same.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable
Author

But the problem in my case is I will have have to join FACT1 and FACT2 for my chart on Prof_SK and PROD_Sk and then i will have to join DIM_ACT and DIM_CHNL with them becuase i do not have both the SKs in any of the fact table. How can i do that?