<?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: Dupes not showing on the table box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dupes-not-showing-on-the-table-box/m-p/892375#M310748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works. Thank You!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2015 18:18:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-16T18:18:15Z</dc:date>
    <item>
      <title>Dupes not showing on the table box</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes-not-showing-on-the-table-box/m-p/892373#M310746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help to display a dupe record on the table box. In my current process i loaded my data from an excel file, where i have 2 records with same data that i want it to display on the table. Somehow only showing once. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 433px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl74" height="17" width="62"&gt;Company&lt;/TD&gt;&lt;TD class="xl75" width="63"&gt;ID&lt;/TD&gt;&lt;TD class="xl76" width="64"&gt;Date 1&lt;/TD&gt;&lt;TD class="xl75" width="49"&gt;Activity&lt;/TD&gt;&lt;TD class="xl75" width="47"&gt;Type&lt;/TD&gt;&lt;TD class="xl76" width="77"&gt;Date 2&lt;/TD&gt;&lt;TD class="xl77" width="71"&gt;Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;99990888&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;4/13/2011&lt;/TD&gt;&lt;TD class="xl68" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;Fee&lt;/TD&gt;&lt;TD class="xl68" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;Misc&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;4/13/2011&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;-100.50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl69"&gt;99990888&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;"&gt;4/13/2011&lt;/TD&gt;&lt;TD class="xl71" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;"&gt;Fee&lt;/TD&gt;&lt;TD class="xl71" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;"&gt;Misc&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;"&gt;4/13/2011&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;"&gt;-100.50&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 16:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes-not-showing-on-the-table-box/m-p/892373#M310746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-16T16:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dupes not showing on the table box</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes-not-showing-on-the-table-box/m-p/892374#M310747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Frankie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add RowNo() in script that will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load*,RowNo() as RowNo;&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;A,B,C&lt;/P&gt;&lt;P&gt;1,2,3&lt;/P&gt;&lt;P&gt;1,2,3];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 16:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes-not-showing-on-the-table-box/m-p/892374#M310747</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-07-16T16:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dupes not showing on the table box</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes-not-showing-on-the-table-box/m-p/892375#M310748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works. Thank You!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 18:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes-not-showing-on-the-table-box/m-p/892375#M310748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-16T18:18:15Z</dc:date>
    </item>
  </channel>
</rss>

