Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Looks right to me, is it not working? or what's the issue?
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!
Hi,
can you post u r sample data.
-Hirish
hi
no it works but i want to put it in my script but not in the chart tavle
thanks
Have you tried Oleg Troyansky's provided where statement? I think it should give you what you are looking for.
thanks oleg that works
thanks all
Please mark Oleg's answer as correct to close the thread.
Best,
Sunny