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: 
Somasundaram
Creator III
Creator III

How can I join tables using Qliksense Data Manager

Hi,

we can able to do concatenation using data manager.

How can I do joins using qlik Sense Data manager.

 

Thanks in advance,

Somasundaram


-Somasundaram

If this resolves your Query please like and accept this as an answer.
Labels (2)
1 Solution

Accepted Solutions
jyothish8807
Master II
Master II

Hi Soma,

 

As far as i know you can only concatenate tables in Data Manager, if you want to do a join then you have to do it from Data Load editor.

Load

*

from A;

Join

Load

*

from B;

 

Best Regards,
KC

View solution in original post

1 Reply
jyothish8807
Master II
Master II

Hi Soma,

 

As far as i know you can only concatenate tables in Data Manager, if you want to do a join then you have to do it from Data Load editor.

Load

*

from A;

Join

Load

*

from B;

 

Best Regards,
KC