<?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: Group axis expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509177#M190270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im not really sure if i get what your're trying to tell me here. i only get the axis to divide by 5 not group the values as i wanted... could you perhaps explain your function more in detail?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Nov 2013 10:31:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-29T10:31:06Z</dc:date>
    <item>
      <title>Group axis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509175#M190268</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;I have a chart with a x-axis numbered from 1 - 200. Most every instance has a number of post related to it building different bars. Now I want to group the values in sets of 5. That is; I want the values 1-5 to be grouped, 6-10, 11-15, 16-20 and so on. This is only to relate to the x-axis. Ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 09:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509175#M190268</guid>
      <dc:creator />
      <dc:date>2013-11-29T09:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Group axis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509176#M190269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your x-axis dimension is &amp;lt;Field&amp;gt;, then I think you could set your dimension to be Ceil(&amp;lt;Field&amp;gt;/5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 10:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509176#M190269</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2013-11-29T10:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Group axis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509177#M190270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im not really sure if i get what your're trying to tell me here. i only get the axis to divide by 5 not group the values as i wanted... could you perhaps explain your function more in detail?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 10:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509177#M190270</guid>
      <dc:creator />
      <dc:date>2013-11-29T10:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Group axis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509178#M190271</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;Try &lt;/P&gt;&lt;P&gt;=Class(Field, 5).&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Play around with the 3rd (optional) parameter if you would like to change how it appears.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also use &lt;/P&gt;&lt;P&gt;=Num(Class(Field, 5))&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will display the bottom number of the class, but will correctly group the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 10:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509178#M190271</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-11-29T10:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Group axis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509179#M190272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, where would i put this expression? in the dimension calculation directly? currently i am using an expression there to sum up the values as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=today()-received_date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this the one im suppose to change?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 10:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509179#M190272</guid>
      <dc:creator />
      <dc:date>2013-11-29T10:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Group axis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509180#M190273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A calculated dimension...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you post a sample containing the chart your would like modified and some data (scrambled if confidentiality is required), then I could be more specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 10:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509180#M190273</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-11-29T10:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Group axis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509181#M190274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is a sample of my work. lets say i wan tto group the values on the x-axis in sets of 50. the first being 1450 - 1400; then 1400 - 1350; 1350 - 1300 and so on...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 10:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509181#M190274</guid>
      <dc:creator />
      <dc:date>2013-11-29T10:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Group axis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509182#M190275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you want? I have made the band dynamic so the user can set the band size as required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 11:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509182#M190275</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-11-29T11:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Group axis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509183#M190276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tnx! this seemed to do the trick! excellent!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 11:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509183#M190276</guid>
      <dc:creator />
      <dc:date>2013-11-29T11:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Group axis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509184#M190277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one more thing, the values are now grouped in the graph, i will need them stacked. is this possible with the vBand function`? If i want to change the static min max on the x-axis to only show me values between 1400 and 1200 I would want the bar to show up individually, not stacked - how do i do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 11:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509184#M190277</guid>
      <dc:creator />
      <dc:date>2013-11-29T11:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Group axis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509185#M190278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have been trying some like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=class(1400 &amp;gt;&amp;gt; (today()-received_date) &amp;gt;&amp;gt; 1200, vBand)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but to no success... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 11:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-axis-expression/m-p/509185#M190278</guid>
      <dc:creator />
      <dc:date>2013-11-29T11:45:00Z</dc:date>
    </item>
  </channel>
</rss>

