Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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
sunny_talwar

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

try like : add a calculated dimension

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