<?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: Exsists function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191066#M384914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry forgot to mention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Combine means&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-style: inherit; font-family: inherit;"&gt;Dim1:&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;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Customer_key&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;other details&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Join&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Dim2:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Ok_Customer_Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;other details&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2016 08:08:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-09-23T08:08:02Z</dc:date>
    <item>
      <title>Exsists function</title>
      <link>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191062#M384910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my load data model i had a fact and two dimension tables, one for Customer and other of Ok_Customer. Both of these have customer ID in them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use to load &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fact:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Customer_Key&lt;/P&gt;&lt;P&gt;Ok_Customer_Key&lt;/P&gt;&lt;P&gt;Metrics&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dim1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Customer_key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;other details&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;where exists(&lt;SPAN style="font-size: 13.3333px;"&gt;Customer_key&lt;/SPAN&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Dim2:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Ok_Customer_Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;other details&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;where exists(Ok_&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Customer_key&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&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;Now i want to combine dim1 and dim2 . So how can i use exists function?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 07:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191062#M384910</guid>
      <dc:creator />
      <dc:date>2016-09-23T07:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exsists function</title>
      <link>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191063#M384911</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;What are the values for&amp;nbsp; Customerkey and OK cust key?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 07:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191063#M384911</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-09-23T07:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exsists function</title>
      <link>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191064#M384912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it matter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are unique keys associated to customers and Ok_customers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191064#M384912</guid>
      <dc:creator />
      <dc:date>2016-09-23T08:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Exsists function</title>
      <link>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191065#M384913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you mean Combine? concatenate, join?&lt;/P&gt;&lt;P&gt;concatenate (Dim1)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;Ok_Customer_Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;other details&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;&lt;SPAN style="font-size: 13.33px;"&gt;where exists(Customer_key,Ok_&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.33px;"&gt;Customer_key&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.33px;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;join automatically only joins same records&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;left join(Dim1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;load &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;Ok_Customer_Key as Customer_Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;Ok_Customer_Key &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;other Details&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;resident Dim2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191065#M384913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-23T08:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Exsists function</title>
      <link>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191066#M384914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry forgot to mention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Combine means&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-style: inherit; font-family: inherit;"&gt;Dim1:&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;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Customer_key&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;other details&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Join&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Dim2:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Ok_Customer_Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;other details&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191066#M384914</guid>
      <dc:creator />
      <dc:date>2016-09-23T08:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exsists function</title>
      <link>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191067#M384915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i m doing full outer join &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191067#M384915</guid>
      <dc:creator />
      <dc:date>2016-09-23T08:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exsists function</title>
      <link>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191068#M384916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;this should do (Keep origin OK_Customer_Key, so you can identify those records coming from Dim2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;left join(Dim1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;load &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;Ok_Customer_Key as Customer_Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; O&lt;SPAN style="font-size: 13.33px;"&gt;k_Customer_Key &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 13.33px;"&gt;ther Details&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;resident Dim2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;above script will only load those records from Dim2 which exists (Customer_Key)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191068#M384916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-23T08:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exsists function</title>
      <link>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191069#M384917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what if&amp;nbsp; i just want to load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim1 &lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;Dim2&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;exsists (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.33px;"&gt;Customer_Key,Ok_&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.33px;"&gt;Customer_Key&lt;/SPAN&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will the above work correctly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191069#M384917</guid>
      <dc:creator />
      <dc:date>2016-09-23T08:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exsists function</title>
      <link>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191070#M384918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at least you need an identical field, without you would create a cartesian product&lt;/P&gt;&lt;P&gt;but the where condition is obsolete as you only want the records joined where &lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;Ok_&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.33px;"&gt;Customer_Key&lt;/SPAN&gt; exists as Customer_Key&lt;/P&gt;&lt;P&gt;so your Syntax would look like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;left join(Dim1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;load &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;Ok_Customer_Key as Customer_Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; O&lt;SPAN style="font-size: 13.33px;"&gt;k_Customer_Key &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;other Details&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;resident Dim2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;where exists(Customer_Key, OK_Customer_Key)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;-&amp;gt; Where condition is not neccessary!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191070#M384918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-23T08:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exsists function</title>
      <link>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191071#M384919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an identical field already have customer_cd which is present in both the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191071#M384919</guid>
      <dc:creator />
      <dc:date>2016-09-23T08:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Exsists function</title>
      <link>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191072#M384920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then the following Syntax should do as Long as field customer_cd is in both tables DIm1 and DIm2&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;left join(Dim1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;load &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; O&lt;SPAN style="font-size: 13.33px;"&gt;k_Customer_Key &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt; other Details&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;resident Dim2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;where exists(Customer_Key, OK_Customer_Key)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191072#M384920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-23T08:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Exsists function</title>
      <link>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191073#M384921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if i have already placed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dim 1 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;join&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Dim 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;in a qvd .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to use it in presentation layer with exists function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191073#M384921</guid>
      <dc:creator />
      <dc:date>2016-09-23T08:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Exsists function</title>
      <link>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191074#M384922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can i use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from QVD where exists(&lt;SPAN style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Customer_Key&lt;/SPAN&gt;) or exists(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;O&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;k_Customer_Key&lt;/SPAN&gt;);??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191074#M384922</guid>
      <dc:creator />
      <dc:date>2016-09-23T08:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exsists function</title>
      <link>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191075#M384923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you explain more in Detail? what do you mean with presentation layer?&lt;/P&gt;&lt;P&gt;normally you would provide the datamodel in an own qvw and load it binary&lt;/P&gt;&lt;P&gt;in surface&lt;/P&gt;&lt;P&gt;what Special do you want to perfrom in presentation layer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191075#M384923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-23T08:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Exsists function</title>
      <link>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191076#M384924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct that i should load in data model and do binary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for testing purpose i was doing it like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to know whether if i use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Load * from QVD&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;where&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;exists&lt;/STRONG&gt;(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.33px;"&gt;Customer_Key&lt;/SPAN&gt;) or &lt;STRONG&gt;exists&lt;/STRONG&gt;(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;O&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.33px;"&gt;k_Customer_Key&lt;/SPAN&gt;);??&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Is the above approach correct?&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 15px 0 -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-weight: inherit; font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/1129401" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-size: 11.7px; font-family: inherit; color: #3778c7; background-color: #f3f3f3;"&gt;Exsists function&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191076#M384924</guid>
      <dc:creator />
      <dc:date>2016-09-23T08:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Exsists function</title>
      <link>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191077#M384925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's okay for testing purposes (i do that as well)&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit;"&gt;Load * from QVD&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit;"&gt;where&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;exists&lt;/STRONG&gt;(&lt;SPAN style="font-size: 13.33px; font-style: inherit; font-weight: inherit;"&gt;Customer_Key,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;O&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.33px; font-style: inherit; font-weight: inherit;"&gt;k_Customer_Key&lt;/SPAN&gt;);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 09:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exsists-function/m-p/1191077#M384925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-23T09:17:36Z</dc:date>
    </item>
  </channel>
</rss>

