<?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 Need to find out duplicate values in a table/chart. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-find-out-duplicate-values-in-a-table-chart/m-p/293049#M1179862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you attach a image of the solution that you need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Feb 2012 11:43:24 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2012-02-17T11:43:24Z</dc:date>
    <item>
      <title>Need to find out duplicate values in a table/chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-out-duplicate-values-in-a-table-chart/m-p/293046#M1179859</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;I have some table where we consider the three differen fields value which is in text and date. If I want to put a condition between all three like if all three fields are same for same passeger that means that ticket is duplicate. And I want to know the ticket number based on all three fields value only if the fields are matching twice or more than that. Could any one please let me know the solution. &lt;/P&gt;&lt;P&gt;EX;_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( route &amp;amp; Passenger &amp;amp; Dateof departure) &amp;gt; 1, that means all the three values are if matching for the same passenger and date of journey and itinary is same that means it should show the duplicate ticket number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Shubham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 09:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-out-duplicate-values-in-a-table-chart/m-p/293046#M1179859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-17T09:10:35Z</dc:date>
    </item>
    <item>
      <title>Need to find out duplicate values in a table/chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-out-duplicate-values-in-a-table-chart/m-p/293047#M1179860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Have Ticket number as Dimension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Expr: If(Count(route &amp;amp; Passenger &amp;amp; Dateof departure)&amp;gt;1,Count(route &amp;amp; Passenger &amp;amp; Dateof departure))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 09:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-out-duplicate-values-in-a-table-chart/m-p/293047#M1179860</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-17T09:21:11Z</dc:date>
    </item>
    <item>
      <title>Need to find out duplicate values in a table/chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-out-duplicate-values-in-a-table-chart/m-p/293048#M1179861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Celambarasan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. It's the same coding which I have already applied but not a satisfactory solution for the problem. What I want to see the same ticket details should get selected on other side of table where I have taken all the other relevant fields or details regarding the ticket information. Like all other passenger details in one table. And that table can be exported in excel file to have a look of the passenger details who has paid more than once for the same itin, dep.date. Is that possible, to select all this at other field after applying some code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shubham &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 11:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-out-duplicate-values-in-a-table-chart/m-p/293048#M1179861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-17T11:04:32Z</dc:date>
    </item>
    <item>
      <title>Need to find out duplicate values in a table/chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-find-out-duplicate-values-in-a-table-chart/m-p/293049#M1179862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you attach a image of the solution that you need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 11:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-find-out-duplicate-values-in-a-table-chart/m-p/293049#M1179862</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-17T11:43:24Z</dc:date>
    </item>
  </channel>
</rss>

