Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hi Community Qlik

I Need ur help guys !   i have this expression "  and  i want  to add  the second paramaeters  [Fact.situation]<> {'G'}

i tried with function p()  but it dosen't work a too

count (Distinct { <[Fact.nature Traitement] = {'S'}>} Police Numéro )  

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

try this

count (Distinct { <[Fact.nature Traitement] = {'S'},   [Fact.situation]-= {'G'}>} Police Numéro )

View solution in original post

1 Reply
Anonymous
Not applicable
Author

try this

count (Distinct { <[Fact.nature Traitement] = {'S'},   [Fact.situation]-= {'G'}>} Police Numéro )