<?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 Chart Axis issue? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Axis-issue/m-p/788294#M278755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hava data like this below&lt;/P&gt;&lt;P&gt;1,2,3,4,5,-----100,110,102,103,104&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used Class function but it is showing like this below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;0&amp;lt;=x&amp;lt;10 11&amp;lt;=x&amp;lt;20 21&amp;lt;=x&amp;lt;30 31&amp;lt;=x&amp;lt;40 41&amp;lt;=x&amp;lt;50 51&amp;lt;=x&amp;lt;60 61&amp;lt;=x&amp;lt;70 71&amp;lt;=x&amp;lt;80 81&amp;lt;=x&amp;lt;90 91&amp;lt;=x&amp;lt;100 100&amp;lt;=x&amp;lt;104(instead of More)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show in X-Axis&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;0-10% 11-20% 21-30% 31-40% 41-50% 51-60% 61-70% 71-80% 81-90% 91-100% More(Above 100)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u please suggest me on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Dec 2014 09:28:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-25T09:28:17Z</dc:date>
    <item>
      <title>Chart Axis issue?</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Axis-issue/m-p/788294#M278755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hava data like this below&lt;/P&gt;&lt;P&gt;1,2,3,4,5,-----100,110,102,103,104&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used Class function but it is showing like this below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;0&amp;lt;=x&amp;lt;10 11&amp;lt;=x&amp;lt;20 21&amp;lt;=x&amp;lt;30 31&amp;lt;=x&amp;lt;40 41&amp;lt;=x&amp;lt;50 51&amp;lt;=x&amp;lt;60 61&amp;lt;=x&amp;lt;70 71&amp;lt;=x&amp;lt;80 81&amp;lt;=x&amp;lt;90 91&amp;lt;=x&amp;lt;100 100&amp;lt;=x&amp;lt;104(instead of More)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show in X-Axis&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;0-10% 11-20% 21-30% 31-40% 41-50% 51-60% 61-70% 71-80% 81-90% 91-100% More(Above 100)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u please suggest me on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 09:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Axis-issue/m-p/788294#M278755</guid>
      <dc:creator />
      <dc:date>2014-12-25T09:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Axis issue?</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Axis-issue/m-p/788295#M278756</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 can try this expression and replace the &amp;lt;= x &amp;lt; string and concatenate % symbol but if your expression calculates the % values then it is better you can use this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Replace(Class(Attendees,10),'&amp;lt;= x &amp;lt;', '-')&amp;amp;'%'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 21:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Axis-issue/m-p/788295#M278756</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-25T21:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Axis issue?</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Axis-issue/m-p/788296#M278757</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;In dimension you can try this ways also assume this example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;RecNo() as Id,&lt;/P&gt;&lt;P&gt;Rand()*100 as Amt&lt;/P&gt;&lt;P&gt;AutoGenerate(150);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the straight table chart&lt;/P&gt;&lt;P&gt;Dim:- =if(Id&amp;lt;100, Replace(Class(Id,10),'&amp;lt;= x &amp;lt;', '-')&amp;amp;'%', 'Above 100')&lt;/P&gt;&lt;P&gt;Expre:- sum(Amt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But check the expression should calculate % in your expression it is example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 21:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Axis-issue/m-p/788296#M278757</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-25T21:35:48Z</dc:date>
    </item>
  </channel>
</rss>

