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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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...

Labels (1)
11 Replies
sunny_talwar
MVP
MVP

What happens when you select 'Suppress When Value Is Null' for your third dimension (I think it says DO, but not completely sure)

Not applicable
Author

It does reduce the data but it takes down the real values as well...I want to eliminate only dupes..

settu_periasamy
Master III
Master III

Hi Venkat,

what about your expressions? is it possible to post the sample qvw?

Not applicable
Author

expression is a simple one thou

Not applicable
Author

count(DISTINCT{$<BU_NAME-={NULL}>}EMPLID)

settu_periasamy
Master III
Master III

Hi Venkat,

is it possible to post the sample qvw?

Anonymous
Not applicable
Author

Hi Venkat,

Check the expression once, you have added ' - ' after BU_Name.

Hope it helps!!

Anonymous
Not applicable
Author

Post sample application so that it will be easy to give solution

Thank You,

avinashelite
MVP
MVP

try like : add a calculated dimension

if(len(BU)>0,BU,null())  and then check on the suppress null in dimension