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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

pick

how can i convert

if (sum({<MODE={'Cab'},[Time]={">0"}>}[Time])   < 15 ,A,

    if (sum({<MODE={'Bus'},[Time]={">0"}>}[Time])  >= 150  and  sum({<MODE={'Cab'},[Time]={">0"}>}[Time])  <= 50,B))

to pickmatch?

Labels (1)
2 Replies
MK_QSL
MVP
MVP

Why you want to change to PickMatch?

It's not going to improve performance !

sunny_talwar
MVP
MVP

See if Marco's response here helps:

Re: nested if statement