<?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: qlik requirement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qlik-requirement/m-p/1718852#M724965</link>
    <description>&lt;P&gt;Table box shows only the unique values. But the records will be there. If you use Count(quality), you could see the count of records.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jun 2020 13:38:43 GMT</pubDate>
    <dc:creator>Saravanan_Desingh</dc:creator>
    <dc:date>2020-06-15T13:38:43Z</dc:date>
    <item>
      <title>qlik requirement</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-requirement/m-p/1709319#M724962</link>
      <description>&lt;P&gt;HI Team,&lt;/P&gt;&lt;P&gt;could you please help me out with the below requirement&lt;/P&gt;&lt;P&gt;input table :&lt;/P&gt;&lt;P&gt;product ,quantity&lt;/P&gt;&lt;P&gt;AC,2&lt;/P&gt;&lt;P&gt;TyV,3&lt;/P&gt;&lt;P&gt;EXPECTED OUTPUT AS BELOW:&lt;/P&gt;&lt;P&gt;product,quantity&lt;/P&gt;&lt;P&gt;AC,1&lt;/P&gt;&lt;P&gt;AC,1&lt;/P&gt;&lt;P&gt;TV,1&lt;/P&gt;&lt;P&gt;TV,1&lt;/P&gt;&lt;P&gt;TV,1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;siva&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-requirement/m-p/1709319#M724962</guid>
      <dc:creator>siva8</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: qlik requirement</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-requirement/m-p/1709322#M724963</link>
      <description>&lt;P&gt;Try like:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Load
	product,
	1 as quantity
While IterNo() &amp;lt;=quantity;	

Load * Inline [
product ,quantity
AC,2
TV,3]&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 09 Jun 2020 09:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-requirement/m-p/1709322#M724963</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-06-09T09:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: qlik requirement</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-requirement/m-p/1718807#M724964</link>
      <description>&lt;P&gt;HI Tresesco,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry for the late response&lt;/P&gt;&lt;P&gt;the above&amp;nbsp; mentioned&amp;nbsp; script working as per my requirement.&lt;/P&gt;&lt;P&gt;in table viewer&amp;nbsp; it showing as expected but when i Create a table box in front end its showing wrongly&amp;nbsp;&lt;/P&gt;&lt;P&gt;please find the below table viewer and table box screen shots&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="siva8_0-1592221170696.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35556i643B3E455EE9311A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="siva8_0-1592221170696.png" alt="siva8_0-1592221170696.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="siva8_1-1592221318523.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35559i43FF9FB3C6F22BCD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="siva8_1-1592221318523.png" alt="siva8_1-1592221318523.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 11:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-requirement/m-p/1718807#M724964</guid>
      <dc:creator>siva8</dc:creator>
      <dc:date>2020-06-15T11:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: qlik requirement</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-requirement/m-p/1718852#M724965</link>
      <description>&lt;P&gt;Table box shows only the unique values. But the records will be there. If you use Count(quality), you could see the count of records.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 13:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-requirement/m-p/1718852#M724965</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-06-15T13:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: qlik requirement</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-requirement/m-p/1718854#M724966</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@...&lt;P&gt;a table box in front end its showing wrongly&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;No, table box is showing only the unique combination of records/rows and that is how it is designed. So don't worry about the number of records seeing in the table box. Do your calculations, it would work as expected.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 13:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-requirement/m-p/1718854#M724966</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-06-15T13:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: qlik requirement</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-requirement/m-p/1718897#M724967</link>
      <description>&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;thank you for your prompt response&amp;nbsp;&lt;/P&gt;&lt;P&gt;i understood the behavior of&amp;nbsp; table box , is there any way in qlik,&amp;nbsp; we can show in front end as we saw duplicate records in table viewer&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 15:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-requirement/m-p/1718897#M724967</guid>
      <dc:creator>siva8</dc:creator>
      <dc:date>2020-06-15T15:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: qlik requirement</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-requirement/m-p/1718901#M724968</link>
      <description>&lt;P&gt;If you want to show the Duplicates, add RowNo() As RowID. Bring this in the Table&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 15:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-requirement/m-p/1718901#M724968</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-06-15T15:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: qlik requirement</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-requirement/m-p/1718903#M724969</link>
      <description>&lt;P&gt;Hi Saran,&lt;/P&gt;&lt;P&gt;thank you its working&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 15:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-requirement/m-p/1718903#M724969</guid>
      <dc:creator>siva8</dc:creator>
      <dc:date>2020-06-15T15:28:29Z</dc:date>
    </item>
  </channel>
</rss>

