<?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: Row Break in Straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Row-Break-in-Straight-table/m-p/1136411#M372910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks for quick reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This is what i want exactly output as presentation.But my problem is to create a group in &lt;/SPAN&gt;backend&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; because&amp;nbsp; we have 30,000 rows in data model if i do &lt;/SPAN&gt;same thing&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; it will create more number of groups which i dont require.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Is there any other procedure to create groups in straigth itself???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Because in table i have 4000 rows, so now i want only 4 groups.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2016 21:04:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-12T21:04:12Z</dc:date>
    <item>
      <title>Row Break in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Break-in-Straight-table/m-p/1136409#M372908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table with 4000 rows,i want to make partition into ranges(it has to show only 1000 at a time in the table) within the front end.As per user requirement,if they click on range2(1001 to 2000 rows) ,&lt;SPAN style="font-size: 13.3333px;"&gt;if they click on range3(2001 to 3000 rows)&lt;/SPAN&gt;should display etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no unique key in the straight table so i created a 2 new exp to generate row number as &lt;STRONG&gt;RowNo(TOTAL)&lt;/STRONG&gt; and Ranges (Range1-1 to 1000,range2-1001 to 2000 rows etc) as &lt;STRONG&gt;'Range' &amp;amp; ceil(RowNo(TOTAL)/1000,1,1),&lt;/STRONG&gt;now both expressions are showing correct result in the table but i failed to break the data within the straight table.when i click on Range(Range1) colume it displays only one row instead of 1000 &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;rows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant create a RowNo() in backend because when i tried this in scripting showing wrong row number, In the raw data we have more 30,000 rows i dont want to make partition on this 30,000 rows data. I need to do break the data which is in straight table in frond end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 20:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Break-in-Straight-table/m-p/1136409#M372908</guid>
      <dc:creator />
      <dc:date>2016-05-12T20:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Row Break in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Break-in-Straight-table/m-p/1136410#M372909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3890"&gt;Paging Implementation for Straight table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 20:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Break-in-Straight-table/m-p/1136410#M372909</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-12T20:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Row Break in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Break-in-Straight-table/m-p/1136411#M372910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks for quick reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This is what i want exactly output as presentation.But my problem is to create a group in &lt;/SPAN&gt;backend&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; because&amp;nbsp; we have 30,000 rows in data model if i do &lt;/SPAN&gt;same thing&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; it will create more number of groups which i dont require.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Is there any other procedure to create groups in straigth itself???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Because in table i have 4000 rows, so now i want only 4 groups.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 21:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Break-in-Straight-table/m-p/1136411#M372910</guid>
      <dc:creator />
      <dc:date>2016-05-12T21:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Row Break in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Break-in-Straight-table/m-p/1136412#M372911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With rowno() as expression in the chart you could display such things but because it's an expression you couldn't select them with this way. I think the easiest way would be to add such a rowno-logic within the script as an extra field which you then could use for this, maybe:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *, ceil(rowno() / 1000) as RowNoCluster From YourSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible would be also to create such cluster as a listbox-expression, maybe something in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr(ceil(rank(YourExpression) / 1000)), YourDimensions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but most are script-solutions more suitable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 05:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Break-in-Straight-table/m-p/1136412#M372911</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-05-13T05:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Row Break in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Break-in-Straight-table/m-p/1136413#M372912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/842139"&gt;Re: Adding Table in PPT&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 06:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Break-in-Straight-table/m-p/1136413#M372912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-13T06:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Row Break in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Break-in-Straight-table/m-p/1136414#M372913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/208169"&gt;Paging function in PPT Template&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 06:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Break-in-Straight-table/m-p/1136414#M372913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-13T06:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Row Break in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Break-in-Straight-table/m-p/1136415#M372914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/208169"&gt;Paging function in PPT Template&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 06:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Break-in-Straight-table/m-p/1136415#M372914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-13T06:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Row Break in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Break-in-Straight-table/m-p/1136416#M372915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;hope the attached helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 05:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Break-in-Straight-table/m-p/1136416#M372915</guid>
      <dc:creator>anagharao</dc:creator>
      <dc:date>2016-05-19T05:13:03Z</dc:date>
    </item>
  </channel>
</rss>

