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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
pala_jagadeesh
Contributor III
Contributor III

select only true condition

Hi I have table with three columns, i want to show only true condition if there is true and false condition for same ID

if there is one condition for ID, it come as it is like below output

ID names condition
1 abc;aba;bca yes
1 abc;aba;bca No
2 fff;lll;mmm yes
2 fff;lll;mmm No
3 qqq;www;rrr No
3 qqq;www;rrr yes
4 kkk;ooo NO
5 ggg;aaa;zzz NO

 

Output

ID condition  
1 yes  
2 yes  
3 yes  
4 NO  
5 NO  
Labels (4)
10 Replies
pala_jagadeesh
Contributor III
Contributor III
Author

@PrashantSangle ,

@Afa_Momin 

Thank you