<?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 How to create the X-axis like this? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-the-X-axis-like-this/m-p/739541#M1043592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I'm trying to re-create this graph: 14ga.png&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What expression can I use to create an x-axis like that?&lt;/P&gt;&lt;P&gt;I'm currently ending up with a graph like: 123a.png&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have any ideas? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Nov 2014 23:50:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-27T23:50:47Z</dc:date>
    <item>
      <title>How to create the X-axis like this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-X-axis-like-this/m-p/739541#M1043592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I'm trying to re-create this graph: 14ga.png&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What expression can I use to create an x-axis like that?&lt;/P&gt;&lt;P&gt;I'm currently ending up with a graph like: 123a.png&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have any ideas? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 23:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-X-axis-like-this/m-p/739541#M1043592</guid>
      <dc:creator />
      <dc:date>2014-11-27T23:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the X-axis like this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-X-axis-like-this/m-p/739542#M1043593</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;Check Class() in Qlikview Help file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor412"&gt;&lt;/A&gt;&lt;A name="class"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;class(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression, interval [ , label [ , offset ]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Creates a classification of &lt;SPAN class="Italic"&gt;expressions&lt;/SPAN&gt;. The bin width is determined by the number set as &lt;SPAN class="Italic"&gt;interval&lt;/SPAN&gt;. The result is shown as a&amp;lt;=x&amp;lt;b, where a and b are the upper and lower limits of the bin. The x can be replaced by an arbitrary string stated in &lt;SPAN class="Italic"&gt;label&lt;/SPAN&gt;. 0 is normally the default starting point of the classification. This can be changed by adding an &lt;SPAN class="Italic"&gt;offset&lt;/SPAN&gt;. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;class( var,10 )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'20&amp;lt;=x&amp;lt;30'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;class( var,5,'value' )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'20&amp;lt;= value &amp;lt;25'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;class( var,10,'x',5 )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'15&amp;lt;=x&amp;lt;25'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Jagan.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 02:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-X-axis-like-this/m-p/739542#M1043593</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-28T02:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the X-axis like this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-X-axis-like-this/m-p/739543#M1043594</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;Create the chart with &lt;/P&gt;&lt;P&gt;Class(RPM,1500) as Dimension&lt;/P&gt;&lt;P&gt;and Sum(Duration) as Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer the below example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;RPM,Duration&lt;/P&gt;&lt;P&gt;1000,30&lt;/P&gt;&lt;P&gt;2000,40&lt;/P&gt;&lt;P&gt;4000,50&lt;/P&gt;&lt;P&gt;6000,70 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/72325_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 05:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-X-axis-like-this/m-p/739543#M1043594</guid>
      <dc:creator />
      <dc:date>2014-11-28T05:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to create the X-axis like this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-X-axis-like-this/m-p/739544#M1043595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;class is a good way to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even you could customized X to RPM like attached one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 06:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-X-axis-like-this/m-p/739544#M1043595</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-11-28T06:16:43Z</dc:date>
    </item>
  </channel>
</rss>

