<?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: not exists records in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/not-exists-records/m-p/1824816#M67754</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Table1 is from SQL query&amp;nbsp;&lt;/P&gt;&lt;P&gt;table 2 is from inline load&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jul 2021 12:00:24 GMT</pubDate>
    <dc:creator>harsha087</dc:creator>
    <dc:date>2021-07-27T12:00:24Z</dc:date>
    <item>
      <title>not exists records</title>
      <link>https://community.qlik.com/t5/App-Development/not-exists-records/m-p/1824704#M67732</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Below are the two tables&amp;nbsp;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;Dates, Cust&lt;/P&gt;&lt;P&gt;1/2/2021,A&lt;/P&gt;&lt;P&gt;2/3/2021,C&lt;/P&gt;&lt;P&gt;T2:&lt;/P&gt;&lt;P&gt;Date, Custs&lt;/P&gt;&lt;P&gt;1/2/2021,A&lt;/P&gt;&lt;P&gt;2/2/2021, A&lt;/P&gt;&lt;P&gt;3/2/2021, A&lt;/P&gt;&lt;P&gt;2/3/2021,A&lt;/P&gt;&lt;P&gt;1/2/2021,B&lt;/P&gt;&lt;P&gt;2/2/2021, B&lt;/P&gt;&lt;P&gt;3/2/2021, B&lt;/P&gt;&lt;P&gt;2/3/2021,B&lt;/P&gt;&lt;P&gt;1/2/2021,C&lt;/P&gt;&lt;P&gt;2/2/2021, C&lt;/P&gt;&lt;P&gt;3/2/2021, C&lt;/P&gt;&lt;P&gt;2/3/2021,C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OUTPUT&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need all the records which are not part of T1:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Date, Cust&lt;/P&gt;&lt;P&gt;2/2/2021, A&lt;/P&gt;&lt;P&gt;3/2/2021, A&lt;/P&gt;&lt;P&gt;2/3/2021,A&lt;/P&gt;&lt;P&gt;1/2/2021,B&lt;/P&gt;&lt;P&gt;2/2/2021, B&lt;/P&gt;&lt;P&gt;3/2/2021, B&lt;/P&gt;&lt;P&gt;2/3/2021,B&lt;/P&gt;&lt;P&gt;1/2/2021,C&lt;/P&gt;&lt;P&gt;2/2/2021, C&lt;/P&gt;&lt;P&gt;3/2/2021, C&lt;/P&gt;&lt;P&gt;please help&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 18:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/not-exists-records/m-p/1824704#M67732</guid>
      <dc:creator>harsha087</dc:creator>
      <dc:date>2021-11-30T18:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: not exists records</title>
      <link>https://community.qlik.com/t5/App-Development/not-exists-records/m-p/1824728#M67740</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Maybe by using a mapping table:&lt;/P&gt;&lt;P&gt;Tmap:&lt;/P&gt;&lt;P&gt;mapping load&lt;BR /&gt;Dates&amp;amp;'|'&amp;amp;Cust as Key,&lt;BR /&gt;1 as Map&lt;BR /&gt;resident T1;&lt;/P&gt;&lt;P&gt;OUTPUT:&lt;/P&gt;&lt;P&gt;Load * resident T2 where applymap('TMap',Dates&amp;amp;'|'&amp;amp;Cust,0)&amp;lt;&amp;gt;1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Manuel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 08:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/not-exists-records/m-p/1824728#M67740</guid>
      <dc:creator>ManuelRühl</dc:creator>
      <dc:date>2021-07-27T08:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: not exists records</title>
      <link>https://community.qlik.com/t5/App-Development/not-exists-records/m-p/1824744#M67743</link>
      <description>&lt;P&gt;i m facing error&amp;nbsp;&lt;/P&gt;&lt;DIV class="headline edc_error"&gt;The following error occurred:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;ApplyMap error: map_id not found&lt;/DIV&gt;&lt;DIV class="empty edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;The error occurred here:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;t2: load Dates as Date, Custs Resident t1 where applymap('TMap',Date&amp;amp;'|'&amp;amp;Cust,0)&amp;lt;&amp;gt;1&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Jul 2021 09:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/not-exists-records/m-p/1824744#M67743</guid>
      <dc:creator>harsha087</dc:creator>
      <dc:date>2021-07-27T09:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: not exists records</title>
      <link>https://community.qlik.com/t5/App-Development/not-exists-records/m-p/1824749#M67745</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;Load Dates&amp;amp;'|'&amp;amp;Cust as Key from Table1;&lt;/P&gt;&lt;P&gt;Load * from Table2 where &lt;STRONG&gt;not exists(Key,&amp;nbsp;Dates&amp;amp;'|'&amp;amp;Cust);&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 09:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/not-exists-records/m-p/1824749#M67745</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-07-27T09:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: not exists records</title>
      <link>https://community.qlik.com/t5/App-Development/not-exists-records/m-p/1824764#M67746</link>
      <description>&lt;P&gt;i m getting below error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Unexpected token: 'Key', expected one of: 'kml', 'biff', 'dif', 'fix', 'html', 'json', 'ooxml', ...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 09:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/not-exists-records/m-p/1824764#M67746</guid>
      <dc:creator>harsha087</dc:creator>
      <dc:date>2021-07-27T09:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: not exists records</title>
      <link>https://community.qlik.com/t5/App-Development/not-exists-records/m-p/1824770#M67747</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Am not user, how you are loading the data in Qliksense.&lt;/P&gt;&lt;P&gt;Here, Table1 &amp;amp; Table 2 indicates ur&amp;nbsp; source(either excel, csv, db tables) .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 09:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/not-exists-records/m-p/1824770#M67747</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-07-27T09:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: not exists records</title>
      <link>https://community.qlik.com/t5/App-Development/not-exists-records/m-p/1824816#M67754</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Table1 is from SQL query&amp;nbsp;&lt;/P&gt;&lt;P&gt;table 2 is from inline load&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 12:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/not-exists-records/m-p/1824816#M67754</guid>
      <dc:creator>harsha087</dc:creator>
      <dc:date>2021-07-27T12:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: not exists records</title>
      <link>https://community.qlik.com/t5/App-Development/not-exists-records/m-p/1825054#M67781</link>
      <description>&lt;P&gt;If T2 is an inline table, try a preceeding load.&lt;/P&gt;&lt;P&gt;Load the Key from T1&lt;/P&gt;&lt;P&gt;Then following:&lt;/P&gt;&lt;P&gt;Load * where &lt;STRONG&gt;not exists(Key,&amp;nbsp;Dates&amp;amp;'|'&amp;amp;Cust);&lt;BR /&gt;&lt;/STRONG&gt;LOAD * INLINE [ .......&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 06:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/not-exists-records/m-p/1825054#M67781</guid>
      <dc:creator>ManuelRühl</dc:creator>
      <dc:date>2021-07-28T06:48:25Z</dc:date>
    </item>
  </channel>
</rss>

