Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Thomas_5
Contributor II
Contributor II

Increase Performance with Joins?

Hello, I finished recently my Dashboard which is about fuel-consumption and activity of several construction machines.

But the dashboard is loading quite slowly. So I was thinking that I could increase the performance by joining the tables you can in the first picture (initial situation). But I don't know how to do it. 

 

The following code was my first attempt, but this ended up with several synthetic keys and circular references as you can see in the second pictures (Situation after code was added).

[joinTable] :
LOAD [unit], 
[type] 
RESIDENT E7_activity;
join load [unit_u1], [type_u1] resident E7_idleconsumption;

 

Can you give me a idea or a solution how I should do that?

 

Best regards

 

Thomas

1 Solution

Accepted Solutions
abhijitnalekar
Specialist II
Specialist II

@Thomas_5 ,

 

Please create alias fields for which are present in multiple tables.

 

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

1 Reply
abhijitnalekar
Specialist II
Specialist II

@Thomas_5 ,

 

Please create alias fields for which are present in multiple tables.

 

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!