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: 
phongnnguyen
Contributor II
Contributor II

Filter with conditional in set analysis

Hi there,

I have a problem with my set. I want to just filter all row which have status "Old" . Like below example:

My original straight table is:

IDvaluestatus
a11123

Old

b11456Old
c11789New

with status is a Variable $(v_status): if(createdate>'01/01/2018','new','old')

and this is what I want to show

Header 1Header 2Header 3
a11123Old
b11456Old

Thanks for your help

13 Replies
phongnnguyen
Contributor II
Contributor II
Author

Yes, I can do it but actually, it is not the way what i want to do. I just wanna show New status without NULL. My idea is how to make set analysis can filter within NEW status. because each ID has different status NEW or OLD.

ChennaiahNallani
Creator III
Creator III

Thanks,

Please close it

thannila
Creator
Creator

Please attach your sample dataset.I will try and provide a solution.

thannila
Creator
Creator

Try this below one:


ONLY({<STATUS={'old'}>}VALUE)