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: 
Anonymous
Not applicable

What is the use of Distinct?

Example:

Tab1:

Load ID,Name, Dept

from a.xls;

Tab2:

Load disntict ID, Name, Dept

from a.xls;

Both brings the same result. What is the use of distinct keyword?

3 Replies
sushil353
Master II
Master II

Distinct keyword will eliminate the duplicate records...

do u have duplicate id's in your database?

HTH

Sushil

Anonymous
Not applicable
Author

Yes , i have duplicate values to ID column.

Not applicable
Author

Hi,

If  you use disinct load then  duplicate records are eliminated. If you have duplicates in combination of

ID,Name, Dept then qlikview will eliminate the duplicate records without using distinct.