<?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 to create row number that for &amp;quot;sun&amp;quot; table. like 1.1, 1.2, 2.1, 2.2 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-row-number-that-for-quot-sun-quot-table-like-1-1-1/m-p/1447048#M611740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thanks,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But the loading a takes a very long time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Nov 2017 16:37:14 GMT</pubDate>
    <dc:creator>Xabinav</dc:creator>
    <dc:date>2017-11-16T16:37:14Z</dc:date>
    <item>
      <title>How to create row number that for "sun" table. like 1.1, 1.2, 2.1, 2.2</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-row-number-that-for-quot-sun-quot-table-like-1-1-1/m-p/1447046#M611738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to create the &lt;STRONG&gt;"order line"&lt;/STRONG&gt; field like at 2. table&lt;/P&gt;&lt;P&gt;for each order id create&amp;nbsp; row number that group by his order id.&lt;/P&gt;&lt;P&gt;How can i do that. &lt;/P&gt;&lt;P&gt;thank's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="99" style="border: 1px solid #000000; width: 148px; height: 99px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;order id&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="149" style="border: 1px solid #000000; width: 156px; height: 144px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;order id&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;SPAN style="color: #ccffff;"&gt;&lt;STRONG&gt;order line&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1.2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1.3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2.2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 16:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-row-number-that-for-quot-sun-quot-table-like-1-1-1/m-p/1447046#M611738</guid>
      <dc:creator>Xabinav</dc:creator>
      <dc:date>2017-11-09T16:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create row number that for "sun" table. like 1.1, 1.2, 2.1, 2.2</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-row-number-that-for-quot-sun-quot-table-like-1-1-1/m-p/1447047#M611739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [order id],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [order id] &amp;amp; '.' &amp;amp; AutoNumber(RowNo(), [order id]) as [order line]&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 16:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-row-number-that-for-quot-sun-quot-table-like-1-1-1/m-p/1447047#M611739</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-09T16:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create row number that for "sun" table. like 1.1, 1.2, 2.1, 2.2</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-row-number-that-for-quot-sun-quot-table-like-1-1-1/m-p/1447048#M611740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thanks,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But the loading a takes a very long time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 16:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-row-number-that-for-quot-sun-quot-table-like-1-1-1/m-p/1447048#M611740</guid>
      <dc:creator>Xabinav</dc:creator>
      <dc:date>2017-11-16T16:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create row number that for "sun" table. like 1.1, 1.2, 2.1, 2.2</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-row-number-that-for-quot-sun-quot-table-like-1-1-1/m-p/1447049#M611741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;The other option is this&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;LOAD [order id],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[order id] &amp;amp; '.' &amp;amp; Rank as [order line];&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD [order id],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[order id] = Previous(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[order id]), RangeSum(Peek('Rank'), 1), 1)&lt;/SPAN&gt;&lt;/SPAN&gt; as Rank&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM ...&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 16:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-row-number-that-for-quot-sun-quot-table-like-1-1-1/m-p/1447049#M611741</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-16T16:38:28Z</dc:date>
    </item>
  </channel>
</rss>

