<?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: Remove duplication and sum value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-duplication-and-sum-value/m-p/747958#M266904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ahmed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pleas try wildmatch function for the same requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kushal Thakral&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2015 08:08:45 GMT</pubDate>
    <dc:creator>kushalthakral</dc:creator>
    <dc:date>2015-01-22T08:08:45Z</dc:date>
    <item>
      <title>Remove duplication and sum value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-duplication-and-sum-value/m-p/747957#M266903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing an issue for removing duplication and adding the values of these duplicate records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attaching my qvw, qvd and screenshot for better understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed this thread, It is useful but not working in my scenario.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/148680"&gt;Merge two values&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 07:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-duplication-and-sum-value/m-p/747957#M266903</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2015-01-22T07:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplication and sum value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-duplication-and-sum-value/m-p/747958#M266904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ahmed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pleas try wildmatch function for the same requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kushal Thakral&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 08:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-duplication-and-sum-value/m-p/747958#M266904</guid>
      <dc:creator>kushalthakral</dc:creator>
      <dc:date>2015-01-22T08:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplication and sum value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-duplication-and-sum-value/m-p/747959#M266905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if(wildmatch(SKU,&amp;nbsp; peek(fieldgroup)&amp;amp; '*') and len(peek(SKU))&amp;gt;0, peek(fieldgroup), SKU) as fieldgroup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 09:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-duplication-and-sum-value/m-p/747959#M266905</guid>
      <dc:creator />
      <dc:date>2015-01-22T09:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplication and sum value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-duplication-and-sum-value/m-p/747960#M266906</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;Check the given application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 10:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-duplication-and-sum-value/m-p/747960#M266906</guid>
      <dc:creator>kavita25</dc:creator>
      <dc:date>2015-01-22T10:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplication and sum value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-duplication-and-sum-value/m-p/747961#M266907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not the script error.&lt;/P&gt;&lt;P&gt;i think, without reloading the qvw, you checked that the written script is working or not.&lt;/P&gt;&lt;P&gt;Without editing the script, just reload the qvw. you will get the output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 11:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-duplication-and-sum-value/m-p/747961#M266907</guid>
      <dc:creator>kavita25</dc:creator>
      <dc:date>2015-01-22T11:04:37Z</dc:date>
    </item>
  </channel>
</rss>

