<?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 Bar chart date format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-chart-date-format/m-p/1326059#M410201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've made a bar chart however my axes is showing as a number corresponding to month, however I would like it to say the month itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: It is showing 1 as January, 2 as February, 3 as March etc..&lt;/P&gt;&lt;P&gt;I'd like the text instead of the number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to change the format using an expression but it did not seem to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jun 2017 15:26:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-06-20T15:26:02Z</dc:date>
    <item>
      <title>Bar chart date format</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-date-format/m-p/1326059#M410201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've made a bar chart however my axes is showing as a number corresponding to month, however I would like it to say the month itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: It is showing 1 as January, 2 as February, 3 as March etc..&lt;/P&gt;&lt;P&gt;I'd like the text instead of the number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to change the format using an expression but it did not seem to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 15:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-date-format/m-p/1326059#M410201</guid>
      <dc:creator />
      <dc:date>2017-06-20T15:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart date format</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-date-format/m-p/1326060#M410202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create Island table and use that field into Dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 16:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-date-format/m-p/1326060#M410202</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-20T16:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart date format</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-date-format/m-p/1326061#M410203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;such as this.. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt; Num, Month,&lt;/P&gt;&lt;P&gt; 1, Jan&lt;/P&gt;&lt;P&gt; 2, Feb&lt;/P&gt;&lt;P&gt; ...&lt;/P&gt;&lt;P&gt; 12, Dec];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 16:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-date-format/m-p/1326061#M410203</guid>
      <dc:creator />
      <dc:date>2017-06-20T16:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart date format</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-date-format/m-p/1326062#M410204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharan,&lt;/P&gt;&lt;P&gt;1. Create a column in load script i.e 1=Jan; 2= Feb and so on.(Mapping load)&lt;/P&gt;&lt;P&gt;2. Use calculated dimension (Pick(Match))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But performance wise option 1 is best suited.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 17:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-date-format/m-p/1326062#M410204</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2017-06-20T17:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart date format</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-date-format/m-p/1326063#M410205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best Practices says to use less Island tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 17:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-date-format/m-p/1326063#M410205</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2017-06-20T17:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart date format</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-date-format/m-p/1326064#M410206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pankaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. But do you know a way this can be done without loading the script, and instead within the chart itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking of using an expression such as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #1f497d;"&gt;=Month(Date#(IssueDateMonth, MM”)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;it says the expression is okay but does not apply the changes, any suggesstions?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 19:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-date-format/m-p/1326064#M410206</guid>
      <dc:creator />
      <dc:date>2017-06-20T19:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart date format</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-date-format/m-p/1326065#M410207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only one report you want to show?&lt;/P&gt;&lt;P&gt;Qlik proved performance wise as well&lt;/P&gt;&lt;P&gt;Pick(Match(Month, 1,2,3,4,5,6,7,8,9,10,11,12), 'January','February','March','April','May','June','July','August','September','October','November','December')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 01:58:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-date-format/m-p/1326065#M410207</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-21T01:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart date format</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-date-format/m-p/1326066#M410208</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 think you are working on QlikSense application and not QlikView. If you are working on QlikSense, then just go to Appearance&amp;gt;x-axis&amp;gt; un-check Use continuous scale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 06:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-date-format/m-p/1326066#M410208</guid>
      <dc:creator>santhoo_san</dc:creator>
      <dc:date>2017-06-21T06:45:53Z</dc:date>
    </item>
  </channel>
</rss>

