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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
pawwy1415
Creator III
Creator III

if logic help

Hi Experts,

Can any one please help me on below attached image if logic. The result column has to be aggregated by ID level.

Thanks in advance

 

2 Replies
Anil_Babu_Samineni

Perhaps this?

If(Match(Value, 'Conformity', 'Completeness')>0, Green(), If(Count(Value)>=1, Yellow(), If(Count(Value)=0, Red())))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
pawwy1415
Creator III
Creator III
Author

Hi @Anil_Babu_Samineni 

Thanks for your reply. 

Here for one id one result has to populate for example for 050.. id the first condition is mataching i.e., value has Completeness and Confirmity and status = published so in one row id and G has to populate

as per the above rule for one id getting Green and Amber both