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

i have two tables as t1.xls,t2.xls? can you give JOIN syntax to combine these two tables in SCRIPT?

Hi

I am new to qlikview..can any one ans me please

1 Solution

Accepted Solutions
agni_gold
Specialist III
Specialist III

natural join

table1;

join

table2;

Concatenate

test:

table1;

concatenate(test)

table2;

View solution in original post

3 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

I think you need to provide a little more detail (preferably upload samples), if you want any useful guidance. Better still, try it yourself and if you are not successful, upload your attempt.

If you don't know where to start, do the online training and/or the tutorial. I think most people will be more willing help those who try themselves first.

Regards

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
agni_gold
Specialist III
Specialist III

natural join

table1;

join

table2;

Concatenate

test:

table1;

concatenate(test)

table2;

sujeetsingh
Master III
Master III

Hi see this sample and see the script tto with comments .