<?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 avoid Duplicate Records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413486#M806068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried above expression. But its not working. What does 2, 1 Indicates?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Oct 2017 12:38:04 GMT</pubDate>
    <dc:creator>bhavvibudagam</dc:creator>
    <dc:date>2017-10-23T12:38:04Z</dc:date>
    <item>
      <title>How to avoid Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413483#M806065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Every one,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please help me on below Requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In My pivot table i have the data like below in Group and Metric Dimensions.&lt;/P&gt;&lt;P&gt;The Met35.1,Met35.2 records in Metric field is assigned to only SAP and Operations Group.&lt;/P&gt;&lt;P&gt;But requirement is need to show those two records only to SAP group only and the restriction should be on SAP Group and Met35.1,Met35.2 Records in Metrics remaining all the records need to be keep same as it is &lt;SPAN style="font-size: 10pt;"&gt;the Duplicate records are applied only to SAP Group. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413483#M806065</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413484#M806066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply exclude the 'operations' Group values in the load script: &lt;EM&gt;where Group &amp;lt;&amp;gt; 'operations'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;or in the front end expression: &lt;EM&gt;Sum({&amp;lt;Group -= {'operations'}&amp;gt;} ... )&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 12:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413484#M806066</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-10-23T12:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413485#M806067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If((Count(DISTINCT TOTAL &amp;lt;Metric&amp;gt; Group) = 2 and Group = 'SAP') or &lt;SPAN style="font-size: 13.3333px;"&gt;Count(DISTINCT TOTAL &amp;lt;Metric&amp;gt; Group) = 1&lt;/SPAN&gt;, YourExpression)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 12:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413485#M806067</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-23T12:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413486#M806068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried above expression. But its not working. What does 2, 1 Indicates?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 12:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413486#M806068</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2017-10-23T12:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413487#M806069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count of Groups within a Metric &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 12:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413487#M806069</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-23T12:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413488#M806070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks for your reply. Actually I don''t have the measures in the table all are the dimensions.&lt;/P&gt;&lt;P&gt;I need to restrict at dimension level Only.&lt;/P&gt;&lt;P&gt;When the Operation = Met 35.1 and Met 35.2 then I need to remove the records.&lt;/P&gt;&lt;P&gt;When Operation= Met 35.6 then I need to keep it same as it is.&lt;/P&gt;&lt;P&gt;Please help me on above restriction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 13:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413488#M806070</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2017-10-23T13:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413489#M806072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No expression? Are you using Qlik Sense or Qlik View?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 13:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413489#M806072</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-23T13:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413490#M806074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qliksense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 13:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413490#M806074</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2017-10-23T13:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413491#M806076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this for BusinessGrouping Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr(If((Count(DISTINCT TOTAL &amp;lt;Metric&amp;gt; Group) = 2 and Group = 'SAP') or &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Count(DISTINCT TOTAL &amp;lt;Metric&amp;gt; Group) = 1&lt;/SPAN&gt;, BusinessGrouping), BusinessGrouping, Metric)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 13:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413491#M806076</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-23T13:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413492#M806078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Its working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 13:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-Duplicate-Records/m-p/1413492#M806078</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2017-10-23T13:47:56Z</dc:date>
    </item>
  </channel>
</rss>

