<?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 Compare Two fields in a single table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Compare-Two-fields-in-a-single-table/m-p/1560355#M743902</link>
    <description>&lt;DIV class="topic-subject-wrapper"&gt;&lt;DIV class="lia-message-subject lia-component-message-view-widget-subject"&gt;&lt;DIV class="MessageSubject"&gt;&lt;DIV class="MessageSubjectIcons "&gt;&lt;DIV class="lia-message-subject"&gt;Compare Field Values in a single table&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hi Folks..........&lt;/P&gt;&lt;P&gt;I'm working on a project that is loading data from two sources, one is a bank account file, the other is a policy master file.&lt;/P&gt;&lt;P&gt;In my script these two tables are linked by policy number.&lt;/P&gt;&lt;P&gt;In QV, I have created the table box (attached) that includes one field from the bank account file (Bene) and several others from the policy master file (policynum, owner, age)&lt;/P&gt;&lt;P&gt;I want to analyze values where the Bene last name and the owner last name are different.&amp;nbsp; &amp;nbsp;I'm unsure how to present this.&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:04:02 GMT</pubDate>
    <dc:creator>gfisch13</dc:creator>
    <dc:date>2024-11-16T04:04:02Z</dc:date>
    <item>
      <title>Compare Two fields in a single table</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-Two-fields-in-a-single-table/m-p/1560355#M743902</link>
      <description>&lt;DIV class="topic-subject-wrapper"&gt;&lt;DIV class="lia-message-subject lia-component-message-view-widget-subject"&gt;&lt;DIV class="MessageSubject"&gt;&lt;DIV class="MessageSubjectIcons "&gt;&lt;DIV class="lia-message-subject"&gt;Compare Field Values in a single table&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hi Folks..........&lt;/P&gt;&lt;P&gt;I'm working on a project that is loading data from two sources, one is a bank account file, the other is a policy master file.&lt;/P&gt;&lt;P&gt;In my script these two tables are linked by policy number.&lt;/P&gt;&lt;P&gt;In QV, I have created the table box (attached) that includes one field from the bank account file (Bene) and several others from the policy master file (policynum, owner, age)&lt;/P&gt;&lt;P&gt;I want to analyze values where the Bene last name and the owner last name are different.&amp;nbsp; &amp;nbsp;I'm unsure how to present this.&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-Two-fields-in-a-single-table/m-p/1560355#M743902</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2024-11-16T04:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Compare Two fields in a single table</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-Two-fields-in-a-single-table/m-p/1560367#M743903</link>
      <description>Hi Fisch,&lt;BR /&gt;&lt;BR /&gt;DO you want to have the only records in the table where there is a mismatch or you want to just highlight it keeping other records as well&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bhargav</description>
      <pubDate>Sat, 23 Mar 2019 13:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-Two-fields-in-a-single-table/m-p/1560367#M743903</guid>
      <dc:creator>bhargav_bhat</dc:creator>
      <dc:date>2019-03-23T13:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Compare Two fields in a single table</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-Two-fields-in-a-single-table/m-p/1560374#M743904</link>
      <description>Just the mismatches please.&lt;BR /&gt;Thank you!&lt;BR /&gt;</description>
      <pubDate>Sat, 23 Mar 2019 14:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-Two-fields-in-a-single-table/m-p/1560374#M743904</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2019-03-23T14:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Compare Two fields in a single table</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-Two-fields-in-a-single-table/m-p/1560375#M743905</link>
      <description>Try this expression&lt;BR /&gt;&lt;BR /&gt;if (owner=bene, policynum)&lt;BR /&gt;&lt;BR /&gt;and uncheck include null values&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bhargav&lt;BR /&gt;</description>
      <pubDate>Sat, 23 Mar 2019 14:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-Two-fields-in-a-single-table/m-p/1560375#M743905</guid>
      <dc:creator>bhargav_bhat</dc:creator>
      <dc:date>2019-03-23T14:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Compare Two fields in a single table</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-Two-fields-in-a-single-table/m-p/1560556#M743906</link>
      <description>thanks for the input Bhargav, right on point. My data needs some cleansing which will further improve the results!!</description>
      <pubDate>Mon, 25 Mar 2019 08:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-Two-fields-in-a-single-table/m-p/1560556#M743906</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2019-03-25T08:02:57Z</dc:date>
    </item>
  </channel>
</rss>

