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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

hi

How to eliminate duplicate values frm a table while loading?

6 Replies
robert_mika
Master III
Master III

Try:

LOAD DISTINCT

ID,

Sales

.....

mustafaelryah
Creator
Creator

Hello ,

     Find the solution here

How to get real distinct value.

Looking forward.

Anonymous
Not applicable
Author

Hi,

Try:

     Load Distinct Field1,Field2 from ABC;

Regards

Neetha

Not applicable
Author

this is my table and i loaded the table

sales:

LOAD Region,

     Year,

      Products,

     Sales

FROM

(biff, embedded labels, table is Sheet1$);

in above table i have west and east in field Region so many times...

But i need only one west and east respective data with out duplicates.

how should i apply distinct....

(please ignore if any grammatical mistakes)..

Thanks,

Ramana.

Not applicable
Author

Hi,

Can you explain your requirement with sample data or QVW file.

Regards

Nandkishor S Pandirkar

robert_mika
Master III
Master III

Unless you have your Region data not cleaned

like

'  East'

'  East   '

Remember that 'east' and "East" are not the same values in Qlikview.