<?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: Logical condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Logical-condition/m-p/1774693#M717471</link>
    <description>&lt;P&gt;It's not working.&lt;/P&gt;&lt;P&gt;It excludes those Holdernames which apperas in both Holdername and Nomineename.&lt;/P&gt;&lt;P&gt;I want to exclude those Holdernames whoes Nomineename appears in both Holdername and Nomineename.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jan 2021 09:51:28 GMT</pubDate>
    <dc:creator>dhavalmvyas</dc:creator>
    <dc:date>2021-01-15T09:51:28Z</dc:date>
    <item>
      <title>Logical condition</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-condition/m-p/1774681#M717469</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am new to Qlikview want your help for one calculated logic.&lt;/P&gt;&lt;P&gt;Nomineename of one Holdername should not be from rest of holdername.&lt;/P&gt;&lt;P&gt;For eg :&lt;/P&gt;&lt;P&gt;1&amp;gt; Suppose Nomineename against&amp;nbsp;Aarti is Dhaval,so this record will be excluded because Dhaval is belonging to rest of Holdername for Aarti.&lt;/P&gt;&lt;P&gt;2&amp;gt;Suppose Nomineename against Manav is Suraj,so this record will be excluded because Suraj is belonging to rest of Holdername for Manav.&lt;/P&gt;&lt;P&gt;Please find attachment for your reference.&lt;/P&gt;&lt;P&gt;Kindly help me out on this.&lt;/P&gt;&lt;P&gt;Awaiting for response.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 08:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-condition/m-p/1774681#M717469</guid>
      <dc:creator>dhavalmvyas</dc:creator>
      <dc:date>2021-01-15T08:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Logical condition</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-condition/m-p/1774687#M717470</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/19715"&gt;@dhavalmvyas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;TB01:&lt;BR /&gt;LOAD PolicyNumber,&lt;BR /&gt;Claimtype,&lt;BR /&gt;key,&lt;BR /&gt;Holdername,&lt;BR /&gt;Nomineename&lt;BR /&gt;FROM&lt;BR /&gt;[D:\Qlik\personnal\Sample (2).xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Document_TB01);&lt;/P&gt;&lt;P&gt;Temp:&lt;BR /&gt;Load Distinct Nomineename as Nm Resident TB01;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;Final:&lt;BR /&gt;Load * Resident TB01 Where not Exists(Nm, Holdername);&lt;/P&gt;&lt;P&gt;DROP Table TB01, Temp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 09:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-condition/m-p/1774687#M717470</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-01-15T09:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Logical condition</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-condition/m-p/1774693#M717471</link>
      <description>&lt;P&gt;It's not working.&lt;/P&gt;&lt;P&gt;It excludes those Holdernames which apperas in both Holdername and Nomineename.&lt;/P&gt;&lt;P&gt;I want to exclude those Holdernames whoes Nomineename appears in both Holdername and Nomineename.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 09:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-condition/m-p/1774693#M717471</guid>
      <dc:creator>dhavalmvyas</dc:creator>
      <dc:date>2021-01-15T09:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Logical condition</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-condition/m-p/1774694#M717472</link>
      <description>&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt;1&amp;gt; Holdername Aarti and Manav will excluded because Nomineename apears against Aarti is Dhaval and Manav is Suraj and Dhaval and Suraj appears or present in both Holdername and Nomineename&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 09:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-condition/m-p/1774694#M717472</guid>
      <dc:creator>dhavalmvyas</dc:creator>
      <dc:date>2021-01-15T09:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Logical condition</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-condition/m-p/1774742#M717473</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/19715"&gt;@dhavalmvyas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is ur expected results?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 10:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-condition/m-p/1774742#M717473</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-01-15T10:52:45Z</dc:date>
    </item>
  </channel>
</rss>

