<?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: How to remove duplicate values in If Statement expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-values-in-If-Statement-expressions/m-p/1771624#M717452</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/23246"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;, check that you have another fields in that table : Emp Reg Date Relieving_Date, and they have diferent values, so, the value for&amp;nbsp;EMP_DOC_NO, its going to be repeated because of the relation with the others fields&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jan 2021 12:22:23 GMT</pubDate>
    <dc:creator>QFabian</dc:creator>
    <dc:date>2021-01-04T12:22:23Z</dc:date>
    <item>
      <title>How to remove duplicate values in If Statement expressions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-values-in-If-Statement-expressions/m-p/1771617#M717451</link>
      <description>&lt;P&gt;i have the below records. i just want to remove the duplicate values of EMP_DOC_NO.&lt;/P&gt;&lt;P&gt;below is the screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Duplicate Remove - 04JAN2021-1.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46379i040A9150222E69C3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Duplicate Remove - 04JAN2021-1.png" alt="Duplicate Remove - 04JAN2021-1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DIM-1:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=If(vUserInput, if(IsNull(EMP_RELIEVE_DATE), EMP_RESIGN_DATE), if(not IsNull(EMP_RELIEVE_DATE), EMP_RESIGN_DATE))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DIM-2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=EMP_DOC_NO&lt;/P&gt;&lt;P&gt;Expr-1: (Relieving_Date)&lt;/P&gt;&lt;P&gt;=If(vUserInput, if(IsNull([EMP_RELIEVE_DATE]), Date(EMP_RESIGN_DATE+vUserInput)), if(not IsNull([EMP_RELIEVE_DATE]), EMP_RELIEVE_DATE))&lt;/P&gt;&lt;P&gt;Expr-2: (1-10days)&lt;/P&gt;&lt;P&gt;If([Relieving_Date]&amp;gt;=vCalDate10 And [Relieving_Date]&amp;lt;=vToday, 1,0)&lt;/P&gt;&lt;P&gt;Expr-3: (10-30 days)&lt;/P&gt;&lt;P&gt;If([Relieving_Date]&amp;gt;=vCalDate30 And [Relieving_Date]&amp;lt;=vCalDate10, 1,0)&lt;/P&gt;&lt;P&gt;How to remove the duplicate values&amp;nbsp; in the above expressions...???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-values-in-If-Statement-expressions/m-p/1771617#M717451</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2024-11-15T23:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate values in If Statement expressions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-values-in-If-Statement-expressions/m-p/1771624#M717452</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/23246"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;, check that you have another fields in that table : Emp Reg Date Relieving_Date, and they have diferent values, so, the value for&amp;nbsp;EMP_DOC_NO, its going to be repeated because of the relation with the others fields&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 12:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-values-in-If-Statement-expressions/m-p/1771624#M717452</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2021-01-04T12:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate values in If Statement expressions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-values-in-If-Statement-expressions/m-p/1771679#M717453</link>
      <description>&lt;P&gt;what is alternate way to truncate duplicate&amp;nbsp;&lt;SPAN&gt;EMP_DOC_NO..&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 16:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-values-in-If-Statement-expressions/m-p/1771679#M717453</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-01-04T16:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate values in If Statement expressions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-values-in-If-Statement-expressions/m-p/1772106#M717454</link>
      <description>&lt;P&gt;any update.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 06:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-values-in-If-Statement-expressions/m-p/1772106#M717454</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-01-06T06:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate values in If Statement expressions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-values-in-If-Statement-expressions/m-p/1772173#M717455</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;this is because of&amp;nbsp; &amp;nbsp; emp reg date or relieving date&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as there is 3 dates for&amp;nbsp; &amp;nbsp;EMP-004&amp;nbsp; &amp;nbsp;thats y its shwoing duplicate in the data,&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 10:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-values-in-If-Statement-expressions/m-p/1772173#M717455</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2021-01-06T10:25:23Z</dc:date>
    </item>
  </channel>
</rss>

