<?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 Help with bar chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Help-with-bar-chart/m-p/1985183#M81332</link>
    <description>&lt;P&gt;Hello everyone&lt;/P&gt;
&lt;P&gt;So I have an excel table, with dates from 2017 on. I have two other columns showing sales and forecast,until september 2022.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I upload the excel table in data manager, then I create the bar chart, and the dates are not working correctly.&lt;/P&gt;
&lt;P&gt;I have everything alright until september 2022, from september 2022 I have "42005","42036" etc etc- I want to get rid of that.&amp;nbsp; (and no bars, because there were no sales)&lt;/P&gt;
&lt;P&gt;how do i do that?&lt;/P&gt;</description>
    <pubDate>Mon, 26 Sep 2022 08:19:31 GMT</pubDate>
    <dc:creator>Manuel174102</dc:creator>
    <dc:date>2022-09-26T08:19:31Z</dc:date>
    <item>
      <title>Help with bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-bar-chart/m-p/1985183#M81332</link>
      <description>&lt;P&gt;Hello everyone&lt;/P&gt;
&lt;P&gt;So I have an excel table, with dates from 2017 on. I have two other columns showing sales and forecast,until september 2022.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I upload the excel table in data manager, then I create the bar chart, and the dates are not working correctly.&lt;/P&gt;
&lt;P&gt;I have everything alright until september 2022, from september 2022 I have "42005","42036" etc etc- I want to get rid of that.&amp;nbsp; (and no bars, because there were no sales)&lt;/P&gt;
&lt;P&gt;how do i do that?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 08:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-bar-chart/m-p/1985183#M81332</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-09-26T08:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help with bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-bar-chart/m-p/1985846#M81400</link>
      <description>&lt;P&gt;Hi, usually, when loading date fields from excel to Qlik, they are treated as numbers and convert them to date format you need to use function 'date'(). For. example:&lt;/P&gt;
&lt;P&gt;=date('42005') is actual 2015-01-01, =date('42036') is 2015-02-01 etc.&lt;/P&gt;
&lt;P&gt;So, first, please check does your excel tables really are from 2017 as you think. Second, when loading your excels, you can define the period with WHERE clause and get rid of these "42005","42036". It depends on your load script, but structure of it could look like this:&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;your_date_field,&lt;BR /&gt;A,&lt;BR /&gt;B,&lt;BR /&gt;C //...&lt;BR /&gt;FROM [lib://AttachedFiles/your_excel_1.xlsx] (ooxml, embedded labels, table is Sheet1)&lt;BR /&gt;&lt;STRONG&gt;WHERE date(your_date_field)&amp;lt;'2022-10-01' and date(your_date_field)&amp;gt;='2017-01-01';&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 08:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-bar-chart/m-p/1985846#M81400</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-09-27T08:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-bar-chart/m-p/1985933#M81416</link>
      <description>&lt;P&gt;thanks!!! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; it worked&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 10:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-bar-chart/m-p/1985933#M81416</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-09-27T10:43:52Z</dc:date>
    </item>
  </channel>
</rss>

