<?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: showing Previous month available in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/showing-Previous-month-available-in-qlikview/m-p/32790#M779872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this?&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;&lt;STRONG&gt;Load * From Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join(Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Min(DateField) as MinDate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Max(DateField) as MaxDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET Vmin = Peek('MinDate');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET Vmax = Peek('MaxDate');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Final:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Resident Table Where Date#(DateField, 'YourFormat') &amp;gt;= Date($(Vmin), 'YourFormat') and Date#(DateField, 'YourFormat') &amp;lt; AddMonths(Date($(Vmax), 'YourFormat', -1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2018 10:15:51 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-04-13T10:15:51Z</dc:date>
    <item>
      <title>showing Previous month available in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/showing-Previous-month-available-in-qlikview/m-p/32788#M779870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi guys ,&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;Im facing an issue where I have Date in the qvd from 1/1/2017 to 3/1/2018 in the format MM/DD/YYYY.&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;but in qlikview I need to show Data only till Feb , 2018 that is (2/1/2018).&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from 1/1/2017 to 2/1/2018&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;So thats basically excluding the previous month data i need to represent it considering that im in the month of April now.&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;What ways is this possible for me to go ahead with ?&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;Thanks&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/showing-Previous-month-available-in-qlikview/m-p/32788#M779870</guid>
      <dc:creator>abhaytrip</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: showing Previous month available in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/showing-Previous-month-available-in-qlikview/m-p/32789#M779871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about applying filter while loading data from qvd?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * from AVC.qvd(qvd) where Date &amp;lt;='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2/1/2018&lt;/SPAN&gt;'..make sure format matches&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 10:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-Previous-month-available-in-qlikview/m-p/32789#M779871</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-04-13T10:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: showing Previous month available in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/showing-Previous-month-available-in-qlikview/m-p/32790#M779872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this?&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;&lt;STRONG&gt;Load * From Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join(Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Min(DateField) as MinDate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Max(DateField) as MaxDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET Vmin = Peek('MinDate');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET Vmax = Peek('MaxDate');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Final:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Resident Table Where Date#(DateField, 'YourFormat') &amp;gt;= Date($(Vmin), 'YourFormat') and Date#(DateField, 'YourFormat') &amp;lt; AddMonths(Date($(Vmax), 'YourFormat', -1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 10:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-Previous-month-available-in-qlikview/m-p/32790#M779872</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-04-13T10:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: showing Previous month available in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/showing-Previous-month-available-in-qlikview/m-p/32791#M779873</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;if you want a load without problems regarding the date you should use a numeric date and then remake your date as you desire. ( num(Date)&amp;nbsp; -&amp;gt; the date to numeric format )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 10:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-Previous-month-available-in-qlikview/m-p/32791#M779873</guid>
      <dc:creator>andrei_delta</dc:creator>
      <dc:date>2018-04-13T10:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: showing Previous month available in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/showing-Previous-month-available-in-qlikview/m-p/32792#M779875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all , this worked !&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;where dateField&amp;lt;=date(MonthStart(Today(),-2))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 11:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-Previous-month-available-in-qlikview/m-p/32792#M779875</guid>
      <dc:creator>abhaytrip</dc:creator>
      <dc:date>2018-04-13T11:36:39Z</dc:date>
    </item>
  </channel>
</rss>

