Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

multi condition in where clause

how i can inject a multi condition in  where clause for this set analysis :

Only({<sales ={">0"},ID ={'id1','id2','id3'},typeDocument -={'d1','d2','d3'}, PR-={'PE'},type -= {''}>}Document)

where sales >0 and ....

thanks

7 Replies
sunny_talwar

Looks right to me, is it not working? or what's the issue?

Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Something like this:

WHERE

     sales =>0

and

     Match(ID,'id1','id2','id3') > 0

and

     Match(typeDocument, 'd1','d2','d3') = 0

and

     PR<>'PE'

and

     type <> ''


cheers,

Oleg Troyansky

Take your Qlik Skills to the next level at the Masters Summit for Qlik - now with new and redesigned materials!

HirisH_V7
Master
Master

Hi,

can you post u r sample data.

-Hirish

HirisH
“Aspire to Inspire before we Expire!”
Not applicable
Author

hi

no it works but i want to put it in my script but not in the chart tavle

thanks

sunny_talwar

Have you tried Oleg Troyansky‌'s provided where statement? I think it should give you what you are looking for.

Not applicable
Author

thanks oleg that works

thanks all

sunny_talwar

Please mark Oleg's answer as correct to close the thread.

Best,

Sunny