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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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