<?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 in Line Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Range-in-Line-Chart/m-p/882987#M532616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;calculated dimension&lt;/P&gt;&lt;P&gt;=if(Date&amp;lt;='02/02/2014' and Date&amp;gt;='01/01/2014', Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppress when value is null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2015 21:34:06 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-05-05T21:34:06Z</dc:date>
    <item>
      <title>Date Range in Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-in-Line-Chart/m-p/882985#M532614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem. I have a field loaded from an excel file with a list of dates in the following format ----&amp;gt;&amp;nbsp;&amp;nbsp; 12/1/2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this date field in a Line chart&amp;nbsp; as a calculated dimension and Sales as expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Out of all the dates in the field, I only want a selected range of dates to display Sales for that range of dates on the line chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field has dates for the year 2013 and 2014, but I just need the date range of 11/1/2013 - 3/1/2014. Thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 20:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-in-Line-Chart/m-p/882985#M532614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-05T20:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range in Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-in-Line-Chart/m-p/882986#M532615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this in as a set analysis statement in your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;Date = {"&amp;gt;=11/1/2013&amp;lt;=3/1/2014"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the above two dates are dynamic, then probably you need to use two variables which the user can have the ability to select and then you will need something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;{&amp;lt;Date = {"$(='&amp;lt;=' &amp;amp; $(vStartDate) &amp;amp; '&amp;gt;=' &amp;amp; $(vEndDate))"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I hope this guides you in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 20:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-in-Line-Chart/m-p/882986#M532615</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-05T20:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range in Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-in-Line-Chart/m-p/882987#M532616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;calculated dimension&lt;/P&gt;&lt;P&gt;=if(Date&amp;lt;='02/02/2014' and Date&amp;gt;='01/01/2014', Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppress when value is null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 21:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-in-Line-Chart/m-p/882987#M532616</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-05-05T21:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range in Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-in-Line-Chart/m-p/882988#M532617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this one &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;Date = {"$(='&amp;lt;=' &amp;amp; $(vStartDate) &amp;amp; '&amp;gt;=' &amp;amp; $(vEndDate))"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 21:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-in-Line-Chart/m-p/882988#M532617</guid>
      <dc:creator />
      <dc:date>2015-05-05T21:53:24Z</dc:date>
    </item>
  </channel>
</rss>

