<?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: Exists in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exists/m-p/1112284#M367717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the exact problem? Can you explain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked that your tables Claim2 and 'Resident' did not concatenated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2016 06:43:20 GMT</pubDate>
    <dc:creator>crusader_</dc:creator>
    <dc:date>2016-08-16T06:43:20Z</dc:date>
    <item>
      <title>Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Exists/m-p/1112277#M367710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two data table in my QV load script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Claim 1 and claim2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to load data from claim2 if a matching record exists in claim2 table. Matching field is RISK&lt;/P&gt;&lt;P&gt;I have written following script but it does not work correctly.&lt;/P&gt;&lt;P&gt;claim1:&lt;/P&gt;&lt;P&gt;LOAD VEHICLE_N0 AS RISK, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NOC, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROVISON, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PAID&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; load &lt;/P&gt;&lt;P&gt; POLICY_NO,&lt;/P&gt;&lt;P&gt; CLAIM_NO,&lt;/P&gt;&lt;P&gt; RISK,&lt;/P&gt;&lt;P&gt; PAID_AMOUNT&lt;/P&gt;&lt;P&gt;&amp;nbsp; Resident CLAIM2&lt;/P&gt;&lt;P&gt; where Exists (RISK) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls correct my syntax if it wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 06:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists/m-p/1112277#M367710</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2016-08-16T06:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Exists/m-p/1112278#M367711</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;Syntax seems to be ok for this part of code but it's a bit unusual. Do you want to use Claim2 table further and separately with noname table? Have you ensured that they are not autoconcatenated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 06:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists/m-p/1112278#M367711</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2016-08-16T06:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Exists/m-p/1112279#M367712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is done in the script before the part with claim1&lt;/P&gt;&lt;P&gt;any other load with a field named RISK?&lt;/P&gt;&lt;P&gt;then you should use another fieldname e.g. CLAIMRISK&lt;/P&gt;&lt;P&gt;or what is the Problem you are facing? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 06:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists/m-p/1112279#M367712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-16T06:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Exists/m-p/1112280#M367713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I want to use data deom claim2 table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 06:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists/m-p/1112280#M367713</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2016-08-16T06:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Exists/m-p/1112281#M367714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I load data from a sql first and the resulting table is CLAIM2. That is resident table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 06:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists/m-p/1112281#M367714</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2016-08-16T06:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Exists/m-p/1112282#M367715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post the Statement of your first SQL? does it contain a field named RISK?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 06:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists/m-p/1112282#M367715</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-16T06:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Exists/m-p/1112283#M367716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sql&lt;/P&gt;&lt;P&gt;select&amp;nbsp; RISK&lt;/P&gt;&lt;P&gt;POLICY_NO,&lt;/P&gt;&lt;P&gt;CLAIM_NO,&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;PAID_AMOUNT &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; from act_claim;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 06:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists/m-p/1112283#M367716</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2016-08-16T06:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Exists/m-p/1112284#M367717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the exact problem? Can you explain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked that your tables Claim2 and 'Resident' did not concatenated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 06:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists/m-p/1112284#M367717</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2016-08-16T06:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Exists/m-p/1112285#M367718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you post your complete script ?? so that it will be helpful for us to debug the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 06:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists/m-p/1112285#M367718</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-08-16T06:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Exists/m-p/1112286#M367719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this may be the problem&lt;/P&gt;&lt;P&gt;use another field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;claim1:&lt;/P&gt;&lt;P&gt;LOAD VEHICLE_N0 AS &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;CLAIMRISK&lt;/STRONG&gt;&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NOC, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROVISON, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PAID&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; load &lt;/P&gt;&lt;P&gt; POLICY_NO,&lt;/P&gt;&lt;P&gt; CLAIM_NO,&lt;/P&gt;&lt;P&gt; RISK&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt; as CLAIMRISK,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; PAID_AMOUNT&lt;/P&gt;&lt;P&gt;&amp;nbsp; Resident CLAIM2&lt;/P&gt;&lt;P&gt; where Exists (RISK,CLAIMRISK) ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 06:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists/m-p/1112286#M367719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-16T06:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Exists/m-p/1112287#M367720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CLAIM2:&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;sql&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;select&amp;nbsp; RISK&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;POLICY_NO,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CLAIM_NO,&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: 10pt; font-family: inherit;"&gt;PAID_AMOUNT&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;from act_claim;&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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;claim1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD VEHICLE_N0 AS RISK,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NOC,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROVISON,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PAID&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&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;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;POLICY_NO,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CLAIM_NO,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RISK,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PAID_AMOUNT&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Resident CLAIM2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Exists (RISK) ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 06:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists/m-p/1112287#M367720</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2016-08-16T06:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Exists/m-p/1112288#M367721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 07:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists/m-p/1112288#M367721</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2016-08-16T07:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Exists/m-p/1112289#M367722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;CLAIM2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sql&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;select&amp;nbsp; RISK&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;POLICY_NO,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CLAIM_NO,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;PAID_AMOUNT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from act_claim;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;claim1:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD VEHICLE_N0 AS C_RISK,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NOC,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROVISON,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PAID&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; noconcatenate&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;POLICY_NO,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CLAIM_NO,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RISK,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PAID_AMOUNT&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Resident CLAIM2&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Exists (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;C_RISK,&lt;/SPAN&gt;RISK) ;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;A _jive_internal="true" class="jive-acclaim-likelink" data-command="like" data-object-id="1105509" data-object-type="2" href="https://community.qlik.com/thread/229159?sr=inbox&amp;amp;ru=94967" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #266fc8;"&gt;Exists&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 07:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists/m-p/1112289#M367722</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-08-16T07:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Exists/m-p/1112290#M367723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 07:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists/m-p/1112290#M367723</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2016-08-16T07:35:29Z</dc:date>
    </item>
  </channel>
</rss>

