<?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: Customising Qlikview axis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Customising-Qlikview-axis/m-p/995101#M959269</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;one solution could be also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14464210218214815 jive_text_macro" jivemacro_uid="_14464210218214815"&gt;
&lt;P&gt;= If(dim1&amp;lt;10,Dual('&amp;lt;10',1),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(dim1&amp;gt;=10 and dim1&amp;lt;30,Dual('10-30',10),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(dim1&amp;gt;=30 and dim1&amp;lt;40,Dual('30-40',30),&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(dim1&amp;gt;=40 and dim1&amp;lt;50,Dual('40-50',40),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(dim1&amp;gt;=50,Dual('&amp;gt;50',50)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )))))&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189709_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103674_QlikCommunity_Thread_189709_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189709_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/103675_QlikCommunity_Thread_189709_Pic2.JPG" style="height: auto; width: auto;" /&gt;&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;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Nov 2015 23:38:41 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2015-11-01T23:38:41Z</dc:date>
    <item>
      <title>Customising Qlikview axis</title>
      <link>https://community.qlik.com/t5/QlikView/Customising-Qlikview-axis/m-p/995097#M959265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a bar chart with a customised axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the x-axis, I have data ranging from 0 to 100.&amp;nbsp; However, I want the x-axis labels to be &amp;lt;10, 10-30, 40-50, &amp;gt;50.&lt;/P&gt;&lt;P&gt;How could I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customising-Qlikview-axis/m-p/995097#M959265</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Customising Qlikview axis</title>
      <link>https://community.qlik.com/t5/QlikView/Customising-Qlikview-axis/m-p/995098#M959266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look on the function class() - this comes your question quite near and maybe it's even more suitable for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class(sum(value), 10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 15:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customising-Qlikview-axis/m-p/995098#M959266</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-10-30T15:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Customising Qlikview axis</title>
      <link>https://community.qlik.com/t5/QlikView/Customising-Qlikview-axis/m-p/995099#M959267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried to use class but I still couldn't figure out how to rename the labels - i would prefer them to be "&amp;lt;10mins, 10-30 mins" and so on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Oct 2015 06:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customising-Qlikview-axis/m-p/995099#M959267</guid>
      <dc:creator />
      <dc:date>2015-10-31T06:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Customising Qlikview axis</title>
      <link>https://community.qlik.com/t5/QlikView/Customising-Qlikview-axis/m-p/995100#M959268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within the third parameter from class() you could customize how the delimiter from the buckets should look like. But they will be identically for each bucket. If you really want a different char(s) for the beginning and ending of the buckets you would need to adjust the buckets with something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(num(class(sum(value),10)) = 10, replace(class(sum(value),10), ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and/or some further string-functions. If you only have a few buckets (and which you then needs to adjust) the advantage from the class-function against a normal nested-if-loop approach is quite less. But by many buckets which might be controlled by variables or are you handled with big amounts of the data everything the nested if-loops will be easier and better perform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you takes a further look on the default interpretation from class() they might be practically enough for most of your user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Oct 2015 18:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customising-Qlikview-axis/m-p/995100#M959268</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-10-31T18:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Customising Qlikview axis</title>
      <link>https://community.qlik.com/t5/QlikView/Customising-Qlikview-axis/m-p/995101#M959269</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;one solution could be also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14464210218214815 jive_text_macro" jivemacro_uid="_14464210218214815"&gt;
&lt;P&gt;= If(dim1&amp;lt;10,Dual('&amp;lt;10',1),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(dim1&amp;gt;=10 and dim1&amp;lt;30,Dual('10-30',10),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(dim1&amp;gt;=30 and dim1&amp;lt;40,Dual('30-40',30),&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(dim1&amp;gt;=40 and dim1&amp;lt;50,Dual('40-50',40),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(dim1&amp;gt;=50,Dual('&amp;gt;50',50)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )))))&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189709_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103674_QlikCommunity_Thread_189709_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189709_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/103675_QlikCommunity_Thread_189709_Pic2.JPG" style="height: auto; width: auto;" /&gt;&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;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Nov 2015 23:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customising-Qlikview-axis/m-p/995101#M959269</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-11-01T23:38:41Z</dc:date>
    </item>
  </channel>
</rss>

