<?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 Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Help-in-a-script/m-p/2112590#M2418</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;Welcome to the QlikView community!&lt;/P&gt;
&lt;P&gt;The answer to your question depends on the details - where do you need to "search" for these policies? In the script? In the layout?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need this in the script, then you could load your two tables, adding a new combined field in table 2, and then reload data from table 1, with the condition that the combination of the two fields doesn't exist in the combo field. Something along these lines:&lt;/P&gt;
&lt;P&gt;Table1:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;PolicyID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ID1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ID2&lt;/P&gt;
&lt;P&gt;FROM ...&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;Table2:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;PolicyID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ID1,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;PolicyID &amp;amp; '|' &amp;amp;&amp;nbsp;ID1&amp;nbsp; &amp;nbsp; AS&amp;nbsp; ComboTest&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;from...&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;Table3:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*&lt;/P&gt;
&lt;P&gt;FROM&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Table1&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;WHERE&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Not Exists(ComboTest,&amp;nbsp;PolicyID &amp;amp; '|' &amp;amp;&amp;nbsp;ID1)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;You will need to take care of renaming or dropping some of the fields, to avoid synthetic keys and circular references, but this is the direction for you to identify Policies that don't exist in Table 2.&lt;/P&gt;
&lt;P&gt;As a new QlikView developer, you could benefit a lot from my book &lt;A href="https://amzn.to/45yyxdU" target="_blank" rel="noopener"&gt;QlikView Your Business&lt;/A&gt; - check it out.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
    <pubDate>Sat, 02 Sep 2023 16:52:37 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2023-09-02T16:52:37Z</dc:date>
    <item>
      <title>Help in a script</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Help-in-a-script/m-p/2112586#M2417</link>
      <description>&lt;P&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&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Sat, 02 Sep 2023 16:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Help-in-a-script/m-p/2112586#M2417</guid>
      <dc:creator>miskas3</dc:creator>
      <dc:date>2023-09-02T16:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help in a script</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Help-in-a-script/m-p/2112590#M2418</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;Welcome to the QlikView community!&lt;/P&gt;
&lt;P&gt;The answer to your question depends on the details - where do you need to "search" for these policies? In the script? In the layout?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need this in the script, then you could load your two tables, adding a new combined field in table 2, and then reload data from table 1, with the condition that the combination of the two fields doesn't exist in the combo field. Something along these lines:&lt;/P&gt;
&lt;P&gt;Table1:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;PolicyID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ID1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ID2&lt;/P&gt;
&lt;P&gt;FROM ...&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;Table2:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;PolicyID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ID1,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;PolicyID &amp;amp; '|' &amp;amp;&amp;nbsp;ID1&amp;nbsp; &amp;nbsp; AS&amp;nbsp; ComboTest&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;from...&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;Table3:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*&lt;/P&gt;
&lt;P&gt;FROM&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Table1&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;WHERE&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Not Exists(ComboTest,&amp;nbsp;PolicyID &amp;amp; '|' &amp;amp;&amp;nbsp;ID1)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;You will need to take care of renaming or dropping some of the fields, to avoid synthetic keys and circular references, but this is the direction for you to identify Policies that don't exist in Table 2.&lt;/P&gt;
&lt;P&gt;As a new QlikView developer, you could benefit a lot from my book &lt;A href="https://amzn.to/45yyxdU" target="_blank" rel="noopener"&gt;QlikView Your Business&lt;/A&gt; - check it out.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Sat, 02 Sep 2023 16:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Help-in-a-script/m-p/2112590#M2418</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2023-09-02T16:52:37Z</dc:date>
    </item>
  </channel>
</rss>

