<?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: How to get values between two dates using Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-values-between-two-dates-using-Set-Analysis/m-p/20845#M786293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I amended my data import to convert the datetime field into just a date field and it works! Thankyou very much for your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2018 17:10:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-27T17:10:31Z</dc:date>
    <item>
      <title>How to get values between two dates using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-between-two-dates-using-Set-Analysis/m-p/20838#M786278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In my report I have a STOCKDATE field and a STOCKVALUE field - I want to get the value (STOCKVALUE) based on the date in the last 12 months from todays date, stock over 1year old, stock over 2 years old etc. How can I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-between-two-dates-using-Set-Analysis/m-p/20838#M786278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values between two dates using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-between-two-dates-using-Set-Analysis/m-p/20839#M786279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this - &lt;/P&gt;&lt;P&gt;only({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;STOCKDATE = {'date,---'}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;STOCKVALUE)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 16:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-between-two-dates-using-Set-Analysis/m-p/20839#M786279</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-02-27T16:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values between two dates using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-between-two-dates-using-Set-Analysis/m-p/20840#M786280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;create two variables to read the start and end date,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;then try like this:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: blue; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Calibri, sans-serif;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="color: black; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Calibri, sans-serif;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Calibri, sans-serif;"&gt;Calender_Date&lt;/SPAN&gt;&lt;SPAN style="color: black; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Calibri, sans-serif;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Calibri, sans-serif;"&gt;"&amp;gt;=$(=Date(vStartDate,'MM/DD/YYYY'))&amp;lt;=$(=Date(vEndDate,'MM/DD/YYYY'))"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Calibri, sans-serif;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-style: inherit; font-size: 10pt; font-family: Calibri, sans-serif; font-weight: inherit;"&gt;Dimension&lt;/SPAN&gt;&lt;SPAN style="color: black; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Calibri, sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: black; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Calibri, sans-serif;"&gt;Note: All date format should be same.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 16:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-between-two-dates-using-Set-Analysis/m-p/20840#M786280</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-02-27T16:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values between two dates using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-between-two-dates-using-Set-Analysis/m-p/20841#M786281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this - &lt;/P&gt;&lt;P&gt;Sum({&amp;lt;STOCKDATE = {"&amp;lt;=$(=today())&amp;gt;=$(=addmonths(today(),-12))"}&amp;gt;}STOCKVALUE)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 16:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-between-two-dates-using-Set-Analysis/m-p/20841#M786281</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-02-27T16:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values between two dates using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-between-two-dates-using-Set-Analysis/m-p/20842#M786282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created two variables vStartDate (=Min(STOCKDATE) and vEndDate =Max(STOCKDATE) and then the formula i used was:&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;STOCKDATE={"&amp;gt;=$(=Date(vStartDate,'MM/DD/YYYY'))&amp;lt;=$(=Date(vEndDate,'MM/DD/YYYY'))"}&amp;gt;}STOCKVALUE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get 0... not sure why? what have i done wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 16:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-between-two-dates-using-Set-Analysis/m-p/20842#M786282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-27T16:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values between two dates using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-between-two-dates-using-Set-Analysis/m-p/20843#M786283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my STOCKDATE field is a datetime field if that makes a difference?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 16:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-between-two-dates-using-Set-Analysis/m-p/20843#M786283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-27T16:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values between two dates using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-between-two-dates-using-Set-Analysis/m-p/20844#M786287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using Sum({&amp;lt;STOCKDATE1={"&amp;lt;=$(=today())&amp;gt;=$(=addmonths(today(),-12))"}&amp;gt;}STOCKVALUE) I get zero as well &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 17:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-between-two-dates-using-Set-Analysis/m-p/20844#M786287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-27T17:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values between two dates using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-between-two-dates-using-Set-Analysis/m-p/20845#M786293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I amended my data import to convert the datetime field into just a date field and it works! Thankyou very much for your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 17:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-between-two-dates-using-Set-Analysis/m-p/20845#M786293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-27T17:10:31Z</dc:date>
    </item>
  </channel>
</rss>

