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: 
ptl14624
Contributor III
Contributor III

Duplicated Values - Filter for different than

Hi!

I want to get the values which are different than DISTR on the column 'Período de Faturação', so I don't have duplicated values (as shown on the image below). Any I idea of what should I use on 'Período de Faturação' to make it happen?

Thanks in advance!

Capture.PNG

1 Solution

Accepted Solutions
ptl14624
Contributor III
Contributor III
Author

3 Replies
vikramv
Creator III
Creator III

Try using as follows

Dimension 1 : Contract_No

Dimension 2 :  Customer Name

Dimension 3 :  If ( Período de Faturação <> 'DISTR' , Período de Faturação , Null() ) 

 

thannila
Creator
Creator

Dimension 1 : Contract_No

Dimension 2 :  Customer Name

Dimension 3 :  If ( Período de Faturação <> 'DISTR' , Período de Faturação , Null() ) 

Last uncheck the Include Null Value option for the third dimension

ptl14624
Contributor III
Contributor III
Author

Solved! Thanks!