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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
upaliwije
Creator II
Creator II

exists condition

I have following load syntax

Load

  *

Where NET_PRE=0;

Load Sum(PREMIUM) as NET_PRE,

POL_PERIOD_TO AS PER_TO,

POLICY_NO as PLNO

Resident sales1 Group By POLICY_NO,POL_PERIOD_TO;

sales:

NoConcatenate

Load

  *

Resident sales1 where Exists (PER_TO,POL_PERIOD_TO) AND Exists(PLNO,POLICY_NO)

Can I have two exists conditions like above and is it in order ? If not what is the best alternative

1 Solution

Accepted Solutions
Not applicable

Plz look into the attached app.

View solution in original post

2 Replies
Not applicable

Yes You can use, if it works fine...!

Not applicable

Plz look into the attached app.