<?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: Serial number in pivot table. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Serial-number-in-pivot-table/m-p/1033902#M943056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear T.Nagaraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any suggestion to use above serial no. not sensitive with selections. I mean what ever the selection in my pivot table serial no should starts with ONE and ends with the last raw no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Priyantha.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jan 2016 10:45:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-27T10:45:47Z</dc:date>
    <item>
      <title>Serial number in pivot table.</title>
      <link>https://community.qlik.com/t5/QlikView/Serial-number-in-pivot-table/m-p/1033898#M943052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I include a serial number to a pivot table (raw number) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Priyantha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 07:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Serial-number-in-pivot-table/m-p/1033898#M943052</guid>
      <dc:creator />
      <dc:date>2016-01-20T07:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Serial number in pivot table.</title>
      <link>https://community.qlik.com/t5/QlikView/Serial-number-in-pivot-table/m-p/1033899#M943053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Priyantha&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use RecNo() function in load script.&lt;/P&gt;&lt;P&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;Load * , RecNo() as SerialNo&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;From&amp;nbsp; source file:&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;You can use the field Serial Number in pivot table after reloading the application. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 07:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Serial-number-in-pivot-table/m-p/1033899#M943053</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-01-20T07:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Serial number in pivot table.</title>
      <link>https://community.qlik.com/t5/QlikView/Serial-number-in-pivot-table/m-p/1033900#M943054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use RowNo()&amp;nbsp; function with load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 07:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Serial-number-in-pivot-table/m-p/1033900#M943054</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-01-20T07:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Serial number in pivot table.</title>
      <link>https://community.qlik.com/t5/QlikView/Serial-number-in-pivot-table/m-p/1033901#M943055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably with lot's of zeroes in front?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to keep something that looks like a number as the exact string value it had when you first brought it into your data model, you can either&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;treat it from the start like text using the text() function. Serial Nos that are longer than 14 digits will remain text&lt;/LI&gt;&lt;LI&gt;prefix them with a non-numeric characyer (like a #) upon first loading them. The special character will force QlikView to treat them as text everywhere.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not describing a solution, please provide fursther details on what you mean by "include a serial number in a pivot" and why you are unable to do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 07:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Serial-number-in-pivot-table/m-p/1033901#M943055</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-20T07:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Serial number in pivot table.</title>
      <link>https://community.qlik.com/t5/QlikView/Serial-number-in-pivot-table/m-p/1033902#M943056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear T.Nagaraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any suggestion to use above serial no. not sensitive with selections. I mean what ever the selection in my pivot table serial no should starts with ONE and ends with the last raw no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Priyantha.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 10:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Serial-number-in-pivot-table/m-p/1033902#M943056</guid>
      <dc:creator />
      <dc:date>2016-01-27T10:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Serial number in pivot table.</title>
      <link>https://community.qlik.com/t5/QlikView/Serial-number-in-pivot-table/m-p/1033903#M943057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For use in (dynamic) chart objects (tables or graphs) you're on the wrong track with numbering table rows in your script with RecNo().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, RowNo() can be used in sheet objects as well, and it will dynamically number the currently displayed rows. In a pivot table, use =RowNo() as the first dimension column, or use 'total' as parameter to number from the start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 22:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Serial-number-in-pivot-table/m-p/1033903#M943057</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-27T22:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Serial number in pivot table.</title>
      <link>https://community.qlik.com/t5/QlikView/Serial-number-in-pivot-table/m-p/1033904#M943058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priyantha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You can use RowNo() in that case . If you have one dimension, RowNo() function would be fine. If you have more than one dimension, you need to use RowNo(Total). I have attached a sample file for your understanding.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; pivot table (raw number) &lt;/SPAN&gt;&lt;/P&gt;




&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;I thought you were asking for a serial number based on your raw data. (You were mentioned as &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;raw number&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;). &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 01:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Serial-number-in-pivot-table/m-p/1033904#M943058</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-01-28T01:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Serial number in pivot table.</title>
      <link>https://community.qlik.com/t5/QlikView/Serial-number-in-pivot-table/m-p/1033905#M943059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thkx.........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 02:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Serial-number-in-pivot-table/m-p/1033905#M943059</guid>
      <dc:creator />
      <dc:date>2016-02-02T02:21:01Z</dc:date>
    </item>
  </channel>
</rss>

