<?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: UnderStanding Where Exists() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/UnderStanding-Where-Exists/m-p/1398589#M424305</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to introduce single inline table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;RegionToload&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;Region,Sales&lt;/P&gt;&lt;P&gt;A,10&lt;/P&gt;&lt;P&gt;B,20&lt;/P&gt;&lt;P&gt;C,30&lt;/P&gt;&lt;P&gt;D,40&lt;/P&gt;&lt;P&gt;] Where Exists(RegionToload,Region);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Sep 2017 12:08:49 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2017-09-12T12:08:49Z</dc:date>
    <item>
      <title>UnderStanding Where Exists()</title>
      <link>https://community.qlik.com/t5/QlikView/UnderStanding-Where-Exists/m-p/1398587#M424303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;Region,Sales&lt;/P&gt;&lt;P&gt;A,10&lt;/P&gt;&lt;P&gt;B,20&lt;/P&gt;&lt;P&gt;C,30&lt;/P&gt;&lt;P&gt;D,40&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now here I want to load only Region 'C' data using only Where Exists function.Please help me in doing that. I am also trying like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *,1 as flag&lt;/P&gt;&lt;P&gt;Resident A&lt;/P&gt;&lt;P&gt;Where Exists(Region,'C');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 12:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UnderStanding-Where-Exists/m-p/1398587#M424303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-12T12:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: UnderStanding Where Exists()</title>
      <link>https://community.qlik.com/t5/QlikView/UnderStanding-Where-Exists/m-p/1398588#M424304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Region&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Region,Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;A,10&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;B,20&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;C,30&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;D,40&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Where Exists(Region);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 12:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UnderStanding-Where-Exists/m-p/1398588#M424304</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-12T12:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: UnderStanding Where Exists()</title>
      <link>https://community.qlik.com/t5/QlikView/UnderStanding-Where-Exists/m-p/1398589#M424305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to introduce single inline table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;RegionToload&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;Region,Sales&lt;/P&gt;&lt;P&gt;A,10&lt;/P&gt;&lt;P&gt;B,20&lt;/P&gt;&lt;P&gt;C,30&lt;/P&gt;&lt;P&gt;D,40&lt;/P&gt;&lt;P&gt;] Where Exists(RegionToload,Region);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 12:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UnderStanding-Where-Exists/m-p/1398589#M424305</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-12T12:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: UnderStanding Where Exists()</title>
      <link>https://community.qlik.com/t5/QlikView/UnderStanding-Where-Exists/m-p/1398590#M424306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 12:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UnderStanding-Where-Exists/m-p/1398590#M424306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-12T12:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: UnderStanding Where Exists()</title>
      <link>https://community.qlik.com/t5/QlikView/UnderStanding-Where-Exists/m-p/1398591#M424307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find the attached for the sample example for the explain of the Where Exists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//In this inline table we add single field &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;RegionToload &lt;/STRONG&gt;which has only field with Region C to load &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ToloadTable:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;RegionToload&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//In this we are loading only Region C data by this line &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Where Exists(RegionToload,Region);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;Region,Sales&lt;/P&gt;&lt;P&gt;A,10&lt;/P&gt;&lt;P&gt;B,20&lt;/P&gt;&lt;P&gt;C,30&lt;/P&gt;&lt;P&gt;D,40&lt;/P&gt;&lt;P&gt;] Where Exists(RegionToload,Region);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 12:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UnderStanding-Where-Exists/m-p/1398591#M424307</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-12T12:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: UnderStanding Where Exists()</title>
      <link>https://community.qlik.com/t5/QlikView/UnderStanding-Where-Exists/m-p/1398592#M424308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where Exists() will filter an ongoing load by analysing a specific column in the current row and checking whether the value in that column exists in a named field ( ! )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The single parameter version of Exists() will check whether the value in column FieldName is present in the field with the same name. That field may not exist before starting the current load, for example if you you want to avoid loading duplicates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two-parameter version will check the field specified in the first parameter for existence of the value specified in the second parameter. Usually this second parameter consists of a differently named cell in the current row, or of a concatenation of multiple cells in the current row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code won't do anything useful because you are checking for a static value in a field that has been created before and does contain value 'C' for sure. Which lmeans that all rows will be loaded anyway. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 12:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UnderStanding-Where-Exists/m-p/1398592#M424308</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-09-12T12:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: UnderStanding Where Exists()</title>
      <link>https://community.qlik.com/t5/QlikView/UnderStanding-Where-Exists/m-p/1398593#M424309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anand &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 12:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UnderStanding-Where-Exists/m-p/1398593#M424309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-12T12:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: UnderStanding Where Exists()</title>
      <link>https://community.qlik.com/t5/QlikView/UnderStanding-Where-Exists/m-p/1398594#M424310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kaushal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a simple way also as i seen you are trying by adding some table you can do another way also see the inline load by using Where with Like key wod&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;EM&gt;Where Region like 'C'&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;load * inline [&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Region,Sales&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;A,10&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;B,20&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;C,30&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;D,40&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;] Where Region like 'C' ;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 12:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UnderStanding-Where-Exists/m-p/1398594#M424310</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-12T12:16:52Z</dc:date>
    </item>
  </channel>
</rss>

