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: 
eprehu
Contributor III
Contributor III

Count if

eprehu_0-1651483025102.png

Bonjour, 

J'aimerais faire un calcul, si ce client est une femme alors je fais ma sum. Mais je suis bloquée ici.

 

Merci.

Labels (1)
1 Solution

Accepted Solutions
Andrea_Spinetti
Former Employee
Former Employee

Hello, to make a sum only where a field equals a specific value you can use: sum(if(Gender='Female', ValueToSum))

If the issue is solved please mark the answer with Accept as Solution.

View solution in original post

1 Reply
Andrea_Spinetti
Former Employee
Former Employee

Hello, to make a sum only where a field equals a specific value you can use: sum(if(Gender='Female', ValueToSum))

If the issue is solved please mark the answer with Accept as Solution.