<?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: showing duplicate rows in TableBox/Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/showing-duplicate-rows-in-TableBox-Straight-Table/m-p/382645#M142818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your load script:&lt;/P&gt;&lt;P&gt;RowNo() as LineNo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then include LineNo in your table. You can shrink the column as much as possible and change font color to equal background color to make the column less obtrusive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2012 18:04:36 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2012-08-30T18:04:36Z</dc:date>
    <item>
      <title>showing duplicate rows in TableBox/Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/showing-duplicate-rows-in-TableBox-Straight-Table/m-p/382644#M142817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am loading multiple excel file using *.csv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need all duplicate Value also straight and tablebox hides duplicate Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Tried Rowno() but it also hides duplicate rows&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 17:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-duplicate-rows-in-TableBox-Straight-Table/m-p/382644#M142817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-30T17:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: showing duplicate rows in TableBox/Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/showing-duplicate-rows-in-TableBox-Straight-Table/m-p/382645#M142818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your load script:&lt;/P&gt;&lt;P&gt;RowNo() as LineNo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then include LineNo in your table. You can shrink the column as much as possible and change font color to equal background color to make the column less obtrusive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 18:04:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-duplicate-rows-in-TableBox-Straight-Table/m-p/382645#M142818</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-08-30T18:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: showing duplicate rows in TableBox/Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/showing-duplicate-rows-in-TableBox-Straight-Table/m-p/382646#M142819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;table box always doeas it this way&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to use straight table wit the expression &lt;STRONG&gt;=FieldIndex('MYear',MYear)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mwolf idea seems to be still the best&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 19:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-duplicate-rows-in-TableBox-Straight-Table/m-p/382646#M142819</guid>
      <dc:creator />
      <dc:date>2012-08-30T19:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: showing duplicate rows in TableBox/Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/showing-duplicate-rows-in-TableBox-Straight-Table/m-p/382647#M142820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think&amp;nbsp; =FieldIndex('MYear',MYear) will be the same for duplicates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try Count(MYear) in a straight table (MYear as a dimension).&lt;/P&gt;&lt;P&gt;Or even Count({1&amp;lt;MYear={"=Count(MYear)&amp;gt;1"}&amp;gt;}MYear)&lt;/P&gt;&lt;P&gt;This will show only duplicated MYear-s in a straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or use =aggr(Only({1&amp;lt;MYear={"=Count(MYear)&amp;gt;1"}&amp;gt;}MYear), MYear) as a list box expression.&lt;/P&gt;&lt;P&gt;You'll see only duplicates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 19:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-duplicate-rows-in-TableBox-Straight-Table/m-p/382647#M142820</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-08-30T19:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: showing duplicate rows in TableBox/Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/showing-duplicate-rows-in-TableBox-Straight-Table/m-p/382648#M142821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did the same thing by changing background color of the columb and reduced its zise 60% (not able to do much more than that)....lol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 00:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-duplicate-rows-in-TableBox-Straight-Table/m-p/382648#M142821</guid>
      <dc:creator />
      <dc:date>2013-09-10T00:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: showing duplicate rows in TableBox/Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/showing-duplicate-rows-in-TableBox-Straight-Table/m-p/382649#M142822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use straight table and show the row number, you must see all the rows. Then go to presentation and hide the column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 06:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-duplicate-rows-in-TableBox-Straight-Table/m-p/382649#M142822</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2013-09-10T06:24:43Z</dc:date>
    </item>
  </channel>
</rss>

