<?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 needed in Exists function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-needed-in-Exists-function/m-p/1239657#M393851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Load * where exists(DRG, FINALDRG);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The field to check comes first.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2016 19:20:35 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-11-28T19:20:35Z</dc:date>
    <item>
      <title>Help needed in Exists function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-in-Exists-function/m-p/1239655#M393849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with two columns as below:&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;DRG,&lt;/P&gt;&lt;P&gt;Wave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a second table with two columns FINALDRG, COST. The &lt;SPAN style="font-size: 13.3333px;"&gt;FINALDRG in the second table is same as the DRG in the first table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So I have renamed the &lt;SPAN style="font-size: 13.3333px;"&gt;FINALDRG as DRG and the table looks like below:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Table2:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FINALDRG as DRG&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;COST&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have to load the table2 but with a condition. And the condition is, table2 should be loaded only with the DRGs which are loaded in table 1. How to do that? I tried using exists function but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the below script:&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load * where exists(FINALDRG,DRG) but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 19:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-in-Exists-function/m-p/1239655#M393849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-28T19:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in Exists function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-in-Exists-function/m-p/1239656#M393850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have switched the parameters. Try &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * where exists(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DRG, &lt;/SPAN&gt;FINALDRG)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 19:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-in-Exists-function/m-p/1239656#M393850</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2016-11-28T19:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in Exists function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-in-Exists-function/m-p/1239657#M393851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Load * where exists(DRG, FINALDRG);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The field to check comes first.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 19:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-in-Exists-function/m-p/1239657#M393851</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-11-28T19:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in Exists function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-in-Exists-function/m-p/1239658#M393852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stefan, this worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 19:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-in-Exists-function/m-p/1239658#M393852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-28T19:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in Exists function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-in-Exists-function/m-p/1239659#M393853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vegar. This worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 19:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-in-Exists-function/m-p/1239659#M393853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-28T19:28:51Z</dc:date>
    </item>
  </channel>
</rss>

