<?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 Working with dates and selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Working-with-dates-and-selections/m-p/876771#M655541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;BR /&gt;I have to sum revenues from the 1st of January, 2015 to a day that an user can select.&lt;/P&gt;&lt;P&gt;For example, if I select the 1st of July, 2015 Qlik returns the sum of revenues from the 1st of January to the 1st of July.&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2015 09:24:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-15T09:24:15Z</dc:date>
    <item>
      <title>Working with dates and selections</title>
      <link>https://community.qlik.com/t5/QlikView/Working-with-dates-and-selections/m-p/876771#M655541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;BR /&gt;I have to sum revenues from the 1st of January, 2015 to a day that an user can select.&lt;/P&gt;&lt;P&gt;For example, if I select the 1st of July, 2015 Qlik returns the sum of revenues from the 1st of January to the 1st of July.&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 09:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Working-with-dates-and-selections/m-p/876771#M655541</guid>
      <dc:creator />
      <dc:date>2015-07-15T09:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Working with dates and selections</title>
      <link>https://community.qlik.com/t5/QlikView/Working-with-dates-and-selections/m-p/876772#M655542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use getfieldselections(myField) to read the selected data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 09:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Working-with-dates-and-selections/m-p/876772#M655542</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-07-15T09:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Working with dates and selections</title>
      <link>https://community.qlik.com/t5/QlikView/Working-with-dates-and-selections/m-p/876773#M655543</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;{&amp;lt;Date={"&amp;gt;=$(=date(YearStart(Max(Date))))&amp;lt;=$(=date(max(Date)))"}, Month=, Year=&amp;gt;} &lt;/SPAN&gt;Revenue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 09:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Working-with-dates-and-selections/m-p/876773#M655543</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-07-15T09:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Working with dates and selections</title>
      <link>https://community.qlik.com/t5/QlikView/Working-with-dates-and-selections/m-p/876774#M655544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this discussion: &lt;A href="https://community.qlik.com/message/586429"&gt;How to select dates for the current month&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Instead of MonthStart you would use YearStart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 09:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Working-with-dates-and-selections/m-p/876774#M655544</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-15T09:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Working with dates and selections</title>
      <link>https://community.qlik.com/t5/QlikView/Working-with-dates-and-selections/m-p/876775#M655545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Date = {"$(='&amp;gt;=' &amp;amp; Date(YearStart(Max(Date)), '&lt;/STRONG&gt;yourDateFormat&lt;STRONG&gt;') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(Date), '&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;yourDateFormat&lt;/SPAN&gt;&lt;STRONG&gt;'))"}&amp;gt;}Revenue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&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>Wed, 15 Jul 2015 09:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Working-with-dates-and-selections/m-p/876775#M655545</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-15T09:45:46Z</dc:date>
    </item>
  </channel>
</rss>

