Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Sam_1985
Contributor II
Contributor II

EXCLUDE SOME VALUES

HOW TO EXCLUDE NAMES AS TEST FROM PATIENT NAME COLUMN FROM THE TRANSFORM NOT TABLE IN DASHBOARD

Labels (1)
2 Replies
Sam_1985
Contributor II
Contributor II
Author

This is screenshot ; I try to add it as PATIENT_NAME <> 'TEST'

but its not work

vinieme12
Champion III
Champion III

Use wildmatch

 

   wildmatch(PATIENT_NAME,'test','*test','test*,'*test*')=0

 

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.