<?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 do I suppress duplicates in a straight table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214006#M389020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm asking the question so I don't have duplicate rows. I work in a large company so I don't know why there is duplicates. How would I go about writing an expression or a script to prevent loading duplicates?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2016 14:54:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-12-06T14:54:54Z</dc:date>
    <item>
      <title>How do I suppress duplicates in a straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214004#M389018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't use a pivot table for this, but I need to make sure that in the ITMSNumber column we are not showing any duplicates. PSA&lt;IMG alt="dupes.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145776_dupes.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 14:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214004#M389018</guid>
      <dc:creator />
      <dc:date>2016-12-06T14:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I suppress duplicates in a straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214005#M389019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't load the duplicates in your data, why do you have duplicate rows anyway?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 14:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214005#M389019</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-06T14:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I suppress duplicates in a straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214006#M389020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm asking the question so I don't have duplicate rows. I work in a large company so I don't know why there is duplicates. How would I go about writing an expression or a script to prevent loading duplicates?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 14:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214006#M389020</guid>
      <dc:creator />
      <dc:date>2016-12-06T14:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I suppress duplicates in a straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214007#M389021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well the Question you asked was to hide the duplicate rows!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, firstly you need to identify what is creating those duplicates,&lt;/P&gt;&lt;P&gt;Are you doing a concatenation operation during data load, then add a flag to identify the source for your data for each record&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 14:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214007#M389021</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-06T14:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I suppress duplicates in a straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214008#M389022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you don't want to do that exercise then just do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AGGR(concat(Distinct Fieldname),ITSMNumber) , in Calculated Dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 15:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214008#M389022</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-06T15:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I suppress duplicates in a straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214009#M389023</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;Does the straight table has only two dimensions ITSM &amp;amp; Name?&lt;/P&gt;&lt;P&gt;If not then the other dimensions are causing the issue.&amp;nbsp; If Yes your expression should filter the duplicate rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 15:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214009#M389023</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2016-12-06T15:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I suppress duplicates in a straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214010#M389024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, try formatting &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ITMSNumber with more precision, maybe it has significant values after "."&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 15:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214010#M389024</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-12-06T15:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I suppress duplicates in a straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214011#M389025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It has dimensions ITMSNumber, Name, AM Contact, Data Steward, Pr Yr, % Complete, Incomplete Fields, Data Ops Notes, IT Notes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 15:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214011#M389025</guid>
      <dc:creator />
      <dc:date>2016-12-06T15:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I suppress duplicates in a straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214012#M389026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this will work&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGGR(concat(Distinct Fieldname),ITSMNumber) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if your record has more distinguishing factors to identify a unique record then kep them adding to the AGRR()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;else i would suggest using a key field that identifies unique rows Which i think should be ITSMNumber. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 15:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214012#M389026</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-06T15:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I suppress duplicates in a straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214013#M389027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check only ITMS number &amp;amp; Name columns only have duplicate or entire row itself is duplicated.&lt;/P&gt;&lt;P&gt;I hope due to the Dimensions you have added it is showing distinct values. that is the representation of Straight table. If you don't want to view like duplicates then you need to convert the straight table to Pivot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 15:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214013#M389027</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2016-12-06T15:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I suppress duplicates in a straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214014#M389028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried doing your code in calculated dimension in the straight table where FieldName is ITMSNumber and it didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 15:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214014#M389028</guid>
      <dc:creator />
      <dc:date>2016-12-06T15:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I suppress duplicates in a straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214015#M389029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what you mean...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 17:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214015#M389029</guid>
      <dc:creator />
      <dc:date>2016-12-06T17:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I suppress duplicates in a straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214016#M389030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vineeth, can you please provide a step by step guide on how to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 17:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214016#M389030</guid>
      <dc:creator />
      <dc:date>2016-12-06T17:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I suppress duplicates in a straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214017#M389031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See Attached app, made my own sample&lt;/P&gt;&lt;P&gt;TEMP:&lt;/P&gt;&lt;P&gt;LOAD *,rowno() as KEY INLINE [&lt;/P&gt;&lt;P&gt;ITMSNumber,Comment,detail&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1,aaaaaa,a1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1,aaaaaa,a1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1,aaaaaa,a2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2,bbbbbbb,b1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2,bbbbbbb,b1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2,bbbbbbb,b2&lt;/P&gt;&lt;P&gt;3,ccccccc,c1&lt;/P&gt;&lt;P&gt;3,ccccccc,c2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart Dimension:&lt;/P&gt;&lt;P&gt;ITMSNumber&lt;/P&gt;&lt;P&gt;=aggr(Concat(DISTINCT detail),ITMSNumber,KEY)&lt;/P&gt;&lt;P&gt;=aggr(Concat(DISTINCT Comment),ITMSNumber,KEY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="242435_1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145809_242435_1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you do not have any expressions uncheck Supress Missing &amp;amp; uncheck Zero Values from Presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 20:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214017#M389031</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-06T20:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I suppress duplicates in a straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214018#M389032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The duplication happens because some where in your data model, One value of&amp;nbsp; "ITMS number" or "Name" is mapped to different value in the rest columns, which you should expect 1:1 map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you also have a lot other columns, can you double check and confirm that the rest columns in the duplication columns is the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 10:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-suppress-duplicates-in-a-straight-table/m-p/1214018#M389032</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-07T10:15:56Z</dc:date>
    </item>
  </channel>
</rss>

