<?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: manipulating labels in the x-axis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783919#M1043776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the short form of the dimension in your chart and it will show the correct values from the main table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Dec 2014 12:05:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-05T12:05:42Z</dc:date>
    <item>
      <title>manipulating labels in the x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783911#M1043768</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;&lt;BR /&gt;I have big integer keys on the x-axis, like 100032, 2000012 etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way I could sort these and display just 1, 2, 3 and so on in order instead of their actual codes.. I still want these keys to work as they are working, I just want to have 1 instead of 100032, 2 instead of 2000012 etc for visualization purposes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a way to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 10:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783911#M1043768</guid>
      <dc:creator />
      <dc:date>2014-12-05T10:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: manipulating labels in the x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783912#M1043769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe by using something like dual( aggr(rowno(),MyDim),MyDim) as a calculated dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 11:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783912#M1043769</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-12-05T11:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: manipulating labels in the x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783913#M1043770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi yukti,&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;add calculated dimension like (your_dimension/100000)&lt;/P&gt;&lt;P&gt;then in numbers tab check the integer checkbox to display it as a whole value!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else use symbols of million,thousands!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Barathiraja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 11:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783913#M1043770</guid>
      <dc:creator />
      <dc:date>2014-12-05T11:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: manipulating labels in the x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783914#M1043771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought it would work, but it aggregates everything and shows only one data point..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 11:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783914#M1043771</guid>
      <dc:creator />
      <dc:date>2014-12-05T11:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: manipulating labels in the x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783915#M1043772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi yukti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use left() function and use 1st digit of number to use it as a label in a script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kushal T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 11:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783915#M1043772</guid>
      <dc:creator>kushalthakral</dc:creator>
      <dc:date>2014-12-05T11:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: manipulating labels in the x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783916#M1043773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey no actually keys have different values as in they could also be like 1000806, 1000807, 1000808 and so on...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 11:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783916#M1043773</guid>
      <dc:creator />
      <dc:date>2014-12-05T11:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: manipulating labels in the x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783917#M1043774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or maybe if there's a way I could display an expression on the x-axis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 11:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783917#M1043774</guid>
      <dc:creator />
      <dc:date>2014-12-05T11:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: manipulating labels in the x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783918#M1043775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a map table which contains the dimension and a short form of the dimension. See the attached example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 12:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783918#M1043775</guid>
      <dc:creator />
      <dc:date>2014-12-05T12:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: manipulating labels in the x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783919#M1043776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the short form of the dimension in your chart and it will show the correct values from the main table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 12:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783919#M1043776</guid>
      <dc:creator />
      <dc:date>2014-12-05T12:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: manipulating labels in the x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783920#M1043777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it might sound a little weird to understand, but this is the requirement.. no matter what the key is, the numbers should be displayed in sequence .. 1 for first key, 2 for second key, 3 for third key... and so on...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 12:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783920#M1043777</guid>
      <dc:creator />
      <dc:date>2014-12-05T12:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re: manipulating labels in the x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783921#M1043778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the attached... notice that I have specified the Sort Order to be Numeric Ascending in the bar chart - so it is displaying in ascending order, even though the load order is different as shows in the table box on left. Hope this solves the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 13:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783921#M1043778</guid>
      <dc:creator />
      <dc:date>2014-12-05T13:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: manipulating labels in the x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783922#M1043779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can, disable the show legend of the Dimension, add an expression (make it the first by promoting it) and in the display options check text on axis and deselect any other display options like bar/line/symbol.&lt;/P&gt;&lt;P&gt;For the expression you can use an expression that will give you the required numbering (rowno()/columnno(), rank(..))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TextOnAxis.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/72858_TextOnAxis.png" style="width: 620px; height: 548px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 13:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/manipulating-labels-in-the-x-axis/m-p/783922#M1043779</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2014-12-05T13:41:24Z</dc:date>
    </item>
  </channel>
</rss>

