Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME 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?