<?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 Define a range on Axes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Define-a-range-on-Axes/m-p/1366892#M514886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to build a bar chart or any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement: Define a range on x-axis i.e. sum(value) for 0-199, 200-399, 400-599, 600-799, 800+&lt;/P&gt;&lt;P&gt;And that should be in an expression rather than in a script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I have fixed ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached qvd and the data is sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Aug 2017 08:38:27 GMT</pubDate>
    <dc:creator>d_prashanthredd</dc:creator>
    <dc:date>2017-08-08T08:38:27Z</dc:date>
    <item>
      <title>Define a range on Axes</title>
      <link>https://community.qlik.com/t5/QlikView/Define-a-range-on-Axes/m-p/1366892#M514886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to build a bar chart or any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement: Define a range on x-axis i.e. sum(value) for 0-199, 200-399, 400-599, 600-799, 800+&lt;/P&gt;&lt;P&gt;And that should be in an expression rather than in a script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I have fixed ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached qvd and the data is sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 08:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-a-range-on-Axes/m-p/1366892#M514886</guid>
      <dc:creator>d_prashanthredd</dc:creator>
      <dc:date>2017-08-08T08:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Define a range on Axes</title>
      <link>https://community.qlik.com/t5/QlikView/Define-a-range-on-Axes/m-p/1366893#M514887</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;You should use expression like below.&lt;/P&gt;&lt;P&gt;=Aggr(if(sum(Value) &amp;gt;= 0 and sum(Value) &amp;lt; 200, '0-200',&lt;/P&gt;&lt;P&gt;if(sum(Value) &amp;gt;= 200 and sum(Value) &amp;lt; 400, '200-400',&lt;/P&gt;&lt;P&gt;if(sum(Value) &amp;gt;= 400 and sum(Value) &amp;lt; 600, '400-600',&lt;/P&gt;&lt;P&gt;if(sum(Value) &amp;gt;= 600 and sum(Value) &amp;lt; 800, '600-800', '800+')&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;),Field,SubField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 09:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-a-range-on-Axes/m-p/1366893#M514887</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-08-08T09:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Define a range on Axes</title>
      <link>https://community.qlik.com/t5/QlikView/Define-a-range-on-Axes/m-p/1366894#M514888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik.. Its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I missed aggr function.. Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 09:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-a-range-on-Axes/m-p/1366894#M514888</guid>
      <dc:creator>d_prashanthredd</dc:creator>
      <dc:date>2017-08-08T09:47:53Z</dc:date>
    </item>
  </channel>
</rss>

