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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Eliminate Duplicate Records

Hi:

LOAD A,

     B,

     C,

     D,

     E,

     F,

     G

FROM

C:\Users\QVCONS\Desktop\DATA.txt

(txt, codepage is 1252, embedded labels, delimiter is ',', msq)

WHERE NOT EXISTS(*);

But it is not working.

My intentions is to write all the columns. Is there any shortcut ?

2 Replies
sujeetsingh
Master III
Master III

Can you post asample

swuehl
MVP
MVP

Have you tried a

LOAD DISTINCT ...

without the WHERE clause?