<?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: Innner Join to exclude values in other table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Innner-Join-to-exclude-values-in-other-table/m-p/827219#M667498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also join in sql&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Text:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;SQL SELECT&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;te.txtnr,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;te.memofeld,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;nz.&lt;/SPAN&gt;notnr,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;nz.&lt;/SPAN&gt;art,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;nz.&lt;/SPAN&gt;thema,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;nz.&lt;/SPAN&gt;notiz_typ&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;FROM EASY.texte te, &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;EASY.notiz nz&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Where Trim(te.txtnr) = Trim(nz.txtnr) and nz.&lt;/EM&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;notiz_typ = 258;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Nov 2014 06:47:11 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-11-28T06:47:11Z</dc:date>
    <item>
      <title>Innner Join to exclude values in other table</title>
      <link>https://community.qlik.com/t5/QlikView/Innner-Join-to-exclude-values-in-other-table/m-p/827217#M667496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 Tables. One Field in a table contains a lot of data. Therefore, I would like to load only port of the data. Thus, I joined the tables to exclude part of the data:&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-AU" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-AU" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Notiz:&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-AU" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SQL&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-AU" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; SELECT&lt;BR /&gt; &lt;BR /&gt; notnr,&lt;BR /&gt; &lt;BR /&gt; art,&lt;BR /&gt; &lt;BR /&gt; thema,&lt;BR /&gt; &lt;BR /&gt; notiz_typ,&lt;BR /&gt; &lt;BR /&gt; txtnr&lt;BR /&gt; &lt;BR /&gt; FROM EASY.notiz where notiz_typ = '258';&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-AU" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Inner&lt;/SPAN&gt; &lt;SPAN lang="EN-AU" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Join&lt;/SPAN&gt;&lt;SPAN lang="EN-AU" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; (Notiz)&lt;BR /&gt; &lt;BR /&gt; Text:&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-AU" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SQL&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-AU" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; SELECT&lt;BR /&gt; &lt;BR /&gt; txtnr,&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-AU" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;&lt;SPAN style="color: #000000;"&gt;memofeld&lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-AU" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; FROM EASY.texte; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is, "memofeld" is still loaded completely with 1 Mio datasets. The "Where" condition is ignored in this setting...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 16:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Innner-Join-to-exclude-values-in-other-table/m-p/827217#M667496</guid>
      <dc:creator />
      <dc:date>2014-11-27T16:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Innner Join to exclude values in other table</title>
      <link>https://community.qlik.com/t5/QlikView/Innner-Join-to-exclude-values-in-other-table/m-p/827218#M667497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try removing the &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;&lt;EM&gt;Text:&lt;/EM&gt;&lt;/SPAN&gt; after the&lt;EM&gt;&lt;STRONG&gt; &lt;SPAN lang="EN-AU" style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;Inner&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-AU" style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;Join&lt;/SPAN&gt;&lt;SPAN lang="EN-AU" style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt; (Notiz)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 16:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Innner-Join-to-exclude-values-in-other-table/m-p/827218#M667497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-27T16:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Innner Join to exclude values in other table</title>
      <link>https://community.qlik.com/t5/QlikView/Innner-Join-to-exclude-values-in-other-table/m-p/827219#M667498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also join in sql&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Text:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;SQL SELECT&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;te.txtnr,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;te.memofeld,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;nz.&lt;/SPAN&gt;notnr,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;nz.&lt;/SPAN&gt;art,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;nz.&lt;/SPAN&gt;thema,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;nz.&lt;/SPAN&gt;notiz_typ&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;FROM EASY.texte te, &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;EASY.notiz nz&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Where Trim(te.txtnr) = Trim(nz.txtnr) and nz.&lt;/EM&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;notiz_typ = 258;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 06:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Innner-Join-to-exclude-values-in-other-table/m-p/827219#M667498</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-28T06:47:11Z</dc:date>
    </item>
  </channel>
</rss>

