<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Help in a script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-in-a-script/m-p/1834667#M1214786</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149144"&gt;@YekinKebo&lt;/a&gt;&lt;BR /&gt;
I moved this thread to the QlikView App Development section.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Wed, 08 Sep 2021 13:10:04 GMT</pubDate>
    <dc:creator>Chip_Matejowsky</dc:creator>
    <dc:date>2021-09-08T13:10:04Z</dc:date>
    <item>
      <title>Help in a script</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-a-script/m-p/1834554#M1214784</link>
      <description>&lt;DIV class="_3xX726aBn29LDbsDtzr_6E _1Ap4F5maDtT1E1YuCiaO0r D3IL3FD0RFy_mkKLPwL4"&gt;&lt;DIV class="_292iotee39Lmt0MkQZ2hPV RichTextJSON-root"&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Hello everyone, Im a begineer in qlikview. I have 2 tables, in the table 1 I have Policy ID and two different endorsement IDs, in the other table I have Policy ID and just one endorsement ID. How can I search for the policies that are in the table 1 but aren’t in the table 2. Using the combinations of Policy and enforsement.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Thanks!!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Sep 2021 08:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-a-script/m-p/1834554#M1214784</guid>
      <dc:creator>YekinKebo</dc:creator>
      <dc:date>2021-09-08T08:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help in a script</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-a-script/m-p/1834593#M1214785</link>
      <description>&lt;P&gt;It may depend on how you want to use the resulting set.&amp;nbsp; But 1 option is to use where exists.&amp;nbsp; see below for an example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;table2:&lt;BR /&gt;load *&lt;BR /&gt;//create composite key&lt;BR /&gt;,policyID &amp;amp; table2.endorsementID as Key;&lt;/P&gt;&lt;P&gt;load * inline [&lt;BR /&gt;policyID, table2.endorsementID&lt;BR /&gt;1, 100&lt;BR /&gt;2, 100&lt;BR /&gt;]&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;table1:&lt;BR /&gt;load * inline [&lt;BR /&gt;policyID, table1.endorsementID&lt;BR /&gt;1, 100&lt;BR /&gt;1, 200&lt;/P&gt;&lt;P&gt;]&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;table1_NOT_table2:&lt;BR /&gt;noconcatenate load *&lt;BR /&gt;resident table1&lt;BR /&gt;where not exists (Key, policyID &amp;amp; table1.endorsementID)&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 10:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-a-script/m-p/1834593#M1214785</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-09-08T10:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help in a script</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-a-script/m-p/1834667#M1214786</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149144"&gt;@YekinKebo&lt;/a&gt;&lt;BR /&gt;
I moved this thread to the QlikView App Development section.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 13:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-a-script/m-p/1834667#M1214786</guid>
      <dc:creator>Chip_Matejowsky</dc:creator>
      <dc:date>2021-09-08T13:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help in a script</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-a-script/m-p/1834756#M1214793</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I guess you are looking for a front end solution?&lt;/P&gt;&lt;P&gt;Can you please post some sample data of both tables including only the relevant ID fields?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 19:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-a-script/m-p/1834756#M1214793</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-09-08T19:30:57Z</dc:date>
    </item>
  </channel>
</rss>

