<?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: Bar chart based on RowNo in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-chart-based-on-RowNo/m-p/550953#M205771</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;It is better to arrive as a field in script, instead of using Class or some other logic.&amp;nbsp; Please check the script below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(MeasureName &amp;lt;= 10, 'Group 1',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(MeasureName &amp;lt;= 20, 'Group 2',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(MeasureName &amp;lt;= 30, 'Group 3', 'Group N'))) AS Group&lt;/P&gt;&lt;P&gt;FROM Datasource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that now you can directly use this field as dimension, also doing this performance is also better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Oct 2013 01:38:04 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2013-10-31T01:38:04Z</dc:date>
    <item>
      <title>Bar chart based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-based-on-RowNo/m-p/550952#M205770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm using the class function to create dynamic groups. But it's not possible to format the decimals of the groups without losing the functionality. So I want to assign them a group number based on the RowNo() so, instead of the 9.9999 &amp;lt;= X &amp;lt; 10.11111 the user only see "Group 1".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine on tables because easily you can hide the dimension column of the class function, but how can i do this on a bar chart? Have 2 calculated dimensions, one the class and the other one being the count or row number&amp;nbsp; and hide the first one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas or this is not possible?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 22:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-based-on-RowNo/m-p/550952#M205770</guid>
      <dc:creator />
      <dc:date>2013-10-30T22:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-based-on-RowNo/m-p/550953#M205771</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;It is better to arrive as a field in script, instead of using Class or some other logic.&amp;nbsp; Please check the script below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(MeasureName &amp;lt;= 10, 'Group 1',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(MeasureName &amp;lt;= 20, 'Group 2',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(MeasureName &amp;lt;= 30, 'Group 3', 'Group N'))) AS Group&lt;/P&gt;&lt;P&gt;FROM Datasource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that now you can directly use this field as dimension, also doing this performance is also better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 01:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-based-on-RowNo/m-p/550953#M205771</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-10-31T01:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-based-on-RowNo/m-p/550954#M205772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that groupsare generated dynamically based on the measure value which is not static. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 14:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-based-on-RowNo/m-p/550954#M205772</guid>
      <dc:creator />
      <dc:date>2013-10-31T14:56:10Z</dc:date>
    </item>
  </channel>
</rss>

