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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Jeff2
Contributor
Contributor

Replace if with pick match

How would a rewrite this with pick match.

Sum(if(PSortKey='Female',PCases))

 

Thanks

Labels (1)
1 Solution

Accepted Solutions
Jeff2
Contributor
Contributor
Author

3 Replies
Kushal_Chawda

@Jeff2  I would say set analysis will be better option here than pick match

Sum({<PSortKey={'Female'}>}PCases)

Jeff2
Contributor
Contributor
Author

Great thanks

Kushal_Chawda

@Jeff2  close the thread by accepting solution