Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

filtr Qlik

Hello Guys,

I need your help

Capture.PNG

a case (code cas ) may have many status, I need to keep cases that have these status  and to keep the other status of cases that have and end status


[Statut Cas]='Fermé crédit'

OR [Statut Cas]='Fermé-remboursé'

OR [Statut Cas]='Fermé activation'

OR [Statut Cas]='Fermé BO'

The desired output is :

Capture.PNG

2 Replies
cristinapo
Contributor III
Contributor III

Hi Wiem, can you please elaborate on the second part where you say "to keep the other status of cases that have and end status". Not sure what you mean.

From the desired output that you pasted, I see that you also have case 137282256 which doesn't have any of the statuses you listed in

[Statut Cas]='Fermé crédit'

OR [Statut Cas]='Fermé-remboursé'

OR [Statut Cas]='Fermé activation'

OR [Statut Cas]='Fermé BO'

Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

You can try a expression like this :

If(WildMatch(Concat(distinct TOTAL <[Code Cas]> [Statut Cas]), 'Fermé*'), Count())

Help users find answers! Don't forget to mark a solution that worked for you!