Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How would a rewrite this with pick match.
Sum(if(PSortKey='Female',PCases)) |
Thanks
Great thanks
@Jeff2 I would say set analysis will be better option here than pick match
Sum({<PSortKey={'Female'}>}PCases)
Great thanks
@Jeff2 close the thread by accepting solution