Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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?

2 Replies
MK_QSL
MVP
MVP

Why you want to change to PickMatch?

It's not going to improve performance !

sunny_talwar

See if Marco's response here helps:

Re: nested if statement