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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Having issues to elimniate duplicate

I am facing a challenge to remove duplicates of employee numbers in a pivot..any help would be appreciated...

11 Replies
sujeetsingh
Master III
Master III

First of all at first it seems there is one to many relationship  in data model due to null values. Please provide a complete details of the table you are using and the data  you are reloading .

SreeniJD
Specialist
Specialist

Venkat -

Try this

Sometimes, if you have some space or anything in the source data, it will not be treated as NULL.. so use function such as len(trim(field_name))=0...

HTH

Sreeni