<?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: Previous Monthstart till date values for selected date in Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Previous-Monthstart-till-date-values-for-selected-date-in-Script/m-p/1265870#M622772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you might find this interesting&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4531"&gt;The As-Of Table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jan 2017 02:29:40 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-01-05T02:29:40Z</dc:date>
    <item>
      <title>Previous Monthstart till date values for selected date in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Monthstart-till-date-values-for-selected-date-in-Script/m-p/1265866#M622767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a scenario where I am having a table with fields as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Material,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to fetch data from previous month start date till selected date.&lt;/P&gt;&lt;P&gt;i.e. If date &lt;STRONG&gt;25-12-2016&lt;/STRONG&gt; is selected, then all materials from &lt;STRONG&gt;01-11-2016&lt;/STRONG&gt; to &lt;STRONG&gt;25-12-2016&lt;/STRONG&gt; need to appear for the selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to achieve this in &lt;STRONG&gt;Qlikview script and not in front end.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly assist on mentioned query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 16:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Monthstart-till-date-values-for-selected-date-in-Script/m-p/1265866#M622767</guid>
      <dc:creator>yuvraj_33</dc:creator>
      <dc:date>2017-01-03T16:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Monthstart till date values for selected date in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Monthstart-till-date-values-for-selected-date-in-Script/m-p/1265867#M622768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MonthStart(Date,-1) as PreviousMonthStart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 00:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Monthstart-till-date-values-for-selected-date-in-Script/m-p/1265867#M622768</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-01-05T00:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Monthstart till date values for selected date in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Monthstart-till-date-values-for-selected-date-in-Script/m-p/1265868#M622770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How will selection play a role here? Are you imagining using a variable which will be used while reloading to determine what is selected date?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 02:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Monthstart-till-date-values-for-selected-date-in-Script/m-p/1265868#M622770</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-05T02:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Monthstart till date values for selected date in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Monthstart-till-date-values-for-selected-date-in-Script/m-p/1265869#M622771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Selection is just imagining for a particular month while building script. Any which ways you have to select a month in front end to see the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement is, when I'll select a particular month in front end, data from previous monthstart till selected month should populate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could be achieved in front end, however I have a logical requirement where I have to define it in script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 02:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Monthstart-till-date-values-for-selected-date-in-Script/m-p/1265869#M622771</guid>
      <dc:creator>yuvraj_33</dc:creator>
      <dc:date>2017-01-05T02:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Monthstart till date values for selected date in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Monthstart-till-date-values-for-selected-date-in-Script/m-p/1265870#M622772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you might find this interesting&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4531"&gt;The As-Of Table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 02:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Monthstart-till-date-values-for-selected-date-in-Script/m-p/1265870#M622772</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-05T02:29:40Z</dc:date>
    </item>
  </channel>
</rss>

