<?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: Date Range Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Range-Help/m-p/1553731#M508992</link>
    <description>&lt;P&gt;Thank you Andrei. Your example works exactly how I wanted. I am having a little trouble getting it to work with my data however. Are you able to show me an example with multiple excel files loaded instead of inline?&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2019 15:54:20 GMT</pubDate>
    <dc:creator>lockematthewp</dc:creator>
    <dc:date>2019-03-07T15:54:20Z</dc:date>
    <item>
      <title>Date Range Help</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-Help/m-p/1552576#M508988</link>
      <description>&lt;P&gt;I currently have a bar chart showing fuel usage for certain dates. I would instead like the X axis to show a date range. So instead of the label&amp;nbsp;'2/21/19' I would like it to show&amp;nbsp;'2/19/19 to 2/21/19' (if the previous date was 2/18/19). I would appreciate it if anyone can help me.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 20:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-Help/m-p/1552576#M508988</guid>
      <dc:creator>lockematthewp</dc:creator>
      <dc:date>2019-03-05T20:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range Help</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-Help/m-p/1552597#M508989</link>
      <description>&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;Just to make sure I understood requirements: if the value (price) remains the same during some period you'd like to see a date range (from-to) instead of individual date.&lt;/P&gt;&lt;P&gt;If so, then this functionality is not available by default, so to achieve desired result you need to create a separate dimension field in a form you would like to see it.&lt;/P&gt;&lt;P&gt;If you'd like to group your dates and show sum(Values) within that period than try class() function in conjunction with replace (to replace '&amp;lt;=x&amp;lt;' to '-')&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;//Andrei&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 22:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-Help/m-p/1552597#M508989</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2019-03-05T22:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range Help</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-Help/m-p/1552980#M508990</link>
      <description>&lt;P&gt;It's not so much that the price remains the same. It is that a fuel reading is only read every few days. So the customer would like to see how much fuel was used for those few days since the last reading. For example:&lt;/P&gt;&lt;P&gt;1/5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50 gallons&lt;/P&gt;&lt;P&gt;1/9&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20 gallons&lt;/P&gt;&lt;P&gt;1/14&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 70 gallons&lt;/P&gt;&lt;P&gt;So it should say:&lt;/P&gt;&lt;P&gt;(X axis)&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;&amp;nbsp; (Y axis)&lt;/P&gt;&lt;P&gt;1/1 to 1/5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; 50 gallons&lt;/P&gt;&lt;P&gt;1/6 to 1/9&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; 20 gallons&lt;/P&gt;&lt;P&gt;1/10 to 1/14&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;70 gallons&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 13:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-Help/m-p/1552980#M508990</guid>
      <dc:creator>lockematthewp</dc:creator>
      <dc:date>2019-03-06T13:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range Help</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-Help/m-p/1553269#M508991</link>
      <description>&lt;P&gt;Unfortunately Qlik is not very good at "showing things which doesn't exist", so to get to the point you'd need to do some scripting...&lt;/P&gt;&lt;P&gt;Please find attached example how it might be done (check script comments).&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;//Andrei&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 23:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-Help/m-p/1553269#M508991</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2019-03-06T23:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range Help</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-Help/m-p/1553731#M508992</link>
      <description>&lt;P&gt;Thank you Andrei. Your example works exactly how I wanted. I am having a little trouble getting it to work with my data however. Are you able to show me an example with multiple excel files loaded instead of inline?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 15:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-Help/m-p/1553731#M508992</guid>
      <dc:creator>lockematthewp</dc:creator>
      <dc:date>2019-03-07T15:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range Help</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-Help/m-p/1553899#M508993</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please find attached example.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;//Andrei&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 23:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-Help/m-p/1553899#M508993</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2019-03-07T23:00:56Z</dc:date>
    </item>
  </channel>
</rss>

