Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

exists function pls apply it for this tables

exists function pls apply it for this tables

tab1:

LOAD id,

     a,

     c,

     f,

     g

FROM

exists.xlsx

(ooxml, embedded labels, table is Sheet1);

tab2:

LOAD id,

     a,

     b,

     c

FROM

exists.xlsx  where exists(id);

(ooxml, embedded labels, table is Sheet2);

PLS MAKE THIS SCRIPT CORRECT BY USING EXISTS FUNCTION .I AM Q QLIKVIEW LEARNER PLS..........................

WHERE TO WRITE SYNTAX CORRECTLY

1 Solution

Accepted Solutions
Nicole-Smith

tab1:

LOAD id,

     a,

     c,

     f,

     g

FROM

exists.xlsx

(ooxml, embedded labels, table is Sheet1);

tab2:

LOAD id,

     a,

     b,

     c

FROM

exists.xlsx

(ooxml, embedded labels, table is Sheet2)

where exists(id);

View solution in original post

6 Replies
Nicole-Smith

tab1:

LOAD id,

     a,

     c,

     f,

     g

FROM

exists.xlsx

(ooxml, embedded labels, table is Sheet1);

tab2:

LOAD id,

     a,

     b,

     c

FROM

exists.xlsx

(ooxml, embedded labels, table is Sheet2)

where exists(id);

swuehl
MVP
MVP

tab2:

LOAD id,

     a,

     b,

     c

FROM

exists.xlsx 

(ooxml, embedded labels, table is Sheet2)

where exists(id);

Not applicable
Author

GRAND SUCESS THANK U

Not applicable
Author

GRAND SUCESS THANK U

Nicole-Smith

Please mark helpful and correct answers so others can find answers to their problems too

Not applicable
Author

for not exists also its showing same fields