<?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: Where not exist issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-not-exist-issue/m-p/1752011#M719146</link>
    <description>&lt;P&gt;If you rename SR you need to refer to the new fieldname like:&lt;/P&gt;&lt;P&gt;...&amp;nbsp;&lt;EM&gt;Where not&amp;nbsp;exists(&lt;STRONG&gt;[SR_A]&lt;/STRONG&gt;,[SR No]);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Further if both of your files contain these undefined chars you may skip your keepchar() approach or you need to apply it on both sides like:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;... Where not&amp;nbsp;&lt;STRONG&gt;exists([SR_A],KeepChar([SR No], ' qazwsxedcrfvtgbyhnujmikolpABCDEFGHIJKLMNWOPQRSTUVXYZ1234567890-'))&lt;/STRONG&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Beside this exists() refers to fieldvalues of a field not only to fieldvalues within a table - means any other loads before or in-between your mentioned loads which contain these fields (origin or renamed) will impact the results.&lt;/P&gt;&lt;P&gt;- Marcus&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Oct 2020 13:27:00 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2020-10-13T13:27:00Z</dc:date>
    <item>
      <title>Where not exist issue</title>
      <link>https://community.qlik.com/t5/QlikView/Where-not-exist-issue/m-p/1751816#M719143</link>
      <description>&lt;P&gt;Need help with where not exist issue.&lt;/P&gt;&lt;P&gt;My SR from TableA is not getting removed because in the data itself there are spaces example "SR123&amp;nbsp; &amp;nbsp; ", which QV couldn't read it and remove them.&lt;/P&gt;&lt;P&gt;I'm able to remove those spaces with below but where not exist doesn't work due to the spaces&lt;BR /&gt;KeepChar([SR], ' qazwsxedcrfvtgbyhnujmikolpABCDEFGHIJKLMNWOPQRSTUVXYZ1234567890-') AS [SR],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea how to resolve this?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TableA:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Load [SR] as [SR A]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Downloads.......xxxx.xlsx;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TableB:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load [SR No] as [SR No]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Downloads......DDDD.xlsx;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Where not&amp;nbsp;exists([SR],[SR No]);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DropTableA:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-not-exist-issue/m-p/1751816#M719143</guid>
      <dc:creator>Novelchew</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Where not exist issue</title>
      <link>https://community.qlik.com/t5/QlikView/Where-not-exist-issue/m-p/1751829#M719144</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127597"&gt;@Novelchew&lt;/a&gt;&amp;nbsp; can you share a sample data ?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 07:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-not-exist-issue/m-p/1751829#M719144</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-10-13T07:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Where not exist issue</title>
      <link>https://community.qlik.com/t5/QlikView/Where-not-exist-issue/m-p/1751844#M719145</link>
      <description>&lt;P&gt;can you share the excel?&lt;/P&gt;&lt;P&gt;which values you want to remove exactly?&lt;/P&gt;&lt;P&gt;and what is expected output should be&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 08:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-not-exist-issue/m-p/1751844#M719145</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-10-13T08:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Where not exist issue</title>
      <link>https://community.qlik.com/t5/QlikView/Where-not-exist-issue/m-p/1752011#M719146</link>
      <description>&lt;P&gt;If you rename SR you need to refer to the new fieldname like:&lt;/P&gt;&lt;P&gt;...&amp;nbsp;&lt;EM&gt;Where not&amp;nbsp;exists(&lt;STRONG&gt;[SR_A]&lt;/STRONG&gt;,[SR No]);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Further if both of your files contain these undefined chars you may skip your keepchar() approach or you need to apply it on both sides like:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;... Where not&amp;nbsp;&lt;STRONG&gt;exists([SR_A],KeepChar([SR No], ' qazwsxedcrfvtgbyhnujmikolpABCDEFGHIJKLMNWOPQRSTUVXYZ1234567890-'))&lt;/STRONG&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Beside this exists() refers to fieldvalues of a field not only to fieldvalues within a table - means any other loads before or in-between your mentioned loads which contain these fields (origin or renamed) will impact the results.&lt;/P&gt;&lt;P&gt;- Marcus&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 13:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-not-exist-issue/m-p/1752011#M719146</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-10-13T13:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Where not exist issue</title>
      <link>https://community.qlik.com/t5/QlikView/Where-not-exist-issue/m-p/1752017#M719147</link>
      <description>&lt;P&gt;hi, try to use trim function , example :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TableA:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Load [SR] as [SR &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;A&lt;/FONT&gt;&lt;/STRONG&gt;]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Downloads.......xxxx.xlsx;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TableB:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load trim([SR No]) as [SR No]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Downloads......DDDD.xlsx;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Where not&amp;nbsp;exists([SR &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;A&lt;/FONT&gt;&lt;/STRONG&gt;],trim([SR No]));&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DropTableA:&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 13:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-not-exist-issue/m-p/1752017#M719147</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2020-10-13T13:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Where not exist issue</title>
      <link>https://community.qlik.com/t5/QlikView/Where-not-exist-issue/m-p/1752669#M719148</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;Thanks for the help!&amp;nbsp;&lt;BR /&gt;Managed to resolve this with Marcus's help!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you rename SR you need to refer to the new fieldname like:&lt;/P&gt;&lt;P&gt;...&amp;nbsp;&lt;EM&gt;Where not&amp;nbsp;exists(&lt;STRONG&gt;[SR_A]&lt;/STRONG&gt;,[SR No]);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Further if both of your files contain these undefined chars you may skip your keepchar() approach or you need to apply it on both sides like:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;... Where not&amp;nbsp;&lt;STRONG&gt;exists([SR_A],KeepChar([SR No], ' qazwsxedcrfvtgbyhnujmikolpABCDEFGHIJKLMNWOPQRSTUVXYZ1234567890-'))&lt;/STRONG&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Beside this exists() refers to fieldvalues of a field not only to fieldvalues within a table - means any other loads before or in-between your mentioned loads which contain these fields (origin or renamed) will impact the results.&lt;/P&gt;&lt;P&gt;- Marcus&amp;nbsp;&lt;/P&gt;&lt;DIV class="view-original-post-link"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Oct 2020 07:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-not-exist-issue/m-p/1752669#M719148</guid>
      <dc:creator>Novelchew</dc:creator>
      <dc:date>2020-10-15T07:00:11Z</dc:date>
    </item>
  </channel>
</rss>

