<?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 display data from Jan until previous month in QlikView? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326360#M514954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try this and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jul 2017 11:58:59 GMT</pubDate>
    <dc:creator>apoorvasd</dc:creator>
    <dc:date>2017-07-19T11:58:59Z</dc:date>
    <item>
      <title>How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326352#M514946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table chart in which data has to be displayed from Jan of that year until previous month. What I mean by this is, I have an expression something like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;Date={"&amp;gt;=$(=YearStart(Date))&amp;lt;=$(=Max(Date))"},Year={2017},&lt;STRONG&gt;Month={"Jan","Feb","Mar","Apr","May","Jun"}&lt;/STRONG&gt;,Date=&amp;gt;}[Actual Planned Hours) = 0, avg({&amp;lt;Date={"&amp;gt;=$(=YearStart(Date))&amp;lt;=$(=Max(Date))"},Year={2017},&lt;STRONG&gt;Month={"Jan","Feb","Mar","Apr","May","Jun"}&lt;/STRONG&gt;,Date=&amp;gt;}[Actuals]),&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Date={"&amp;gt;=$(=YearStart(Date))&amp;lt;=$(=Max(Date))"},Year={2017},&lt;STRONG&gt;Month={"Jan","Feb","Mar","Apr","May","Jun"},Date=&amp;gt;}&lt;/STRONG&gt;[Act OEE]*[Actual Planned Hours])/sum({&amp;lt;Date={"&amp;gt;=$(=YearStart(Date))&amp;lt;=$(=Max(Date))"},Year={2017},&lt;STRONG&gt;Month={"Jan","Feb","Mar","Apr","May","Jun"}&lt;/STRONG&gt;,Date=&amp;gt;}[Actual Planned Hours]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is, 1st of every month I manually enter previous month's name in the expression. Is there a way to automate this expression so that previous month is automatically picked up and the data displayed is sum until previous month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 09:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326352#M514946</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-07-18T09:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326353#M514947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like 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;&lt;STRONG&gt;If(Sum(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;Date={"&amp;gt;=$(=YearStart(Today()))&amp;lt;$(=Max(MonthStart(Today())))"}, Year, Month&amp;gt;} &lt;/SPAN&gt;[Actual Planned Hours) = 0, Avg(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;Date={"&amp;gt;=$(=YearStart(Today()))&amp;lt;$(=Max(MonthStart(Today())))"}, Year, Month&amp;gt;} &lt;/SPAN&gt;[Actuals]), Sum(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;Date={"&amp;gt;=$(=YearStart(Today()))&amp;lt;$(=Max(MonthStart(Today())))"}, Year, Month&amp;gt;} &lt;/SPAN&gt;[Act OEE] * [Actual Planned Hours])/Sum(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;Date={"&amp;gt;=$(=YearStart(Today()))&amp;lt;$(=Max(MonthStart(Today())))"}, Year, Month&amp;gt;} &lt;/SPAN&gt;[Actual Planned Hours]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 12:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326353#M514947</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-18T12:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326354#M514948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your expression but it displays lower values than expected! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 10:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326354#M514948</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-07-19T10:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326355#M514949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Won't know unless you can share a sample with the number you expect to see&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 11:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326355#M514949</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-19T11:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326356#M514950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are taking dates from Jan to max date then no need to explicitly mention month because it will take all months from dates by this expression only without need of mentioning months&lt;/P&gt;&lt;P&gt;&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;if(sum({&amp;lt;Date={"&amp;gt;=$(=YearStart(Date))&amp;lt;=$(=AddMoths(Max(Date),-1))"},Year={2017},,Date=&amp;gt;}[Actual Planned Hours) = 0, avg({&amp;lt;Date={"&amp;gt;=$(=YearStart(Date))&amp;lt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(=AddMoths(Max(Date),-1))&lt;/SPAN&gt;"},Year={2017},,Date=&amp;gt;}[Actuals]),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({&amp;lt;Date={"&amp;gt;=$(=YearStart(Date))&amp;lt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(=AddMoths(Max(Date),-1))&lt;/SPAN&gt;"},Year={2017},&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Date=&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;[Act OEE]*[Actual Planned Hours])/sum({&amp;lt;Date={"&amp;gt;=$(=YearStart(Date))&amp;lt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(=AddMoths(Max(Date),-1))&lt;/SPAN&gt;"},Year={2017},,Date=&amp;gt;}[Actual Planned Hours]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 11:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326356#M514950</guid>
      <dc:creator>mangalsk</dc:creator>
      <dc:date>2017-07-19T11:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326357#M514951</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;You can try this thing in script using AsOfMonth calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi balar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 11:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326357#M514951</guid>
      <dc:creator>balar025</dc:creator>
      <dc:date>2017-07-19T11:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326358#M514952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, data is confidential. I can't share a sample. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 11:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326358#M514952</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-07-19T11:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326359#M514953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mangal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I thought the same. But there is still some difference that I see when I add month names into the expression and when I don't. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 11:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326359#M514953</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-07-19T11:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326360#M514954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try this and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 11:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326360#M514954</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-07-19T11:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326361#M514955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You try it will work sure else share dummy file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 12:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326361#M514955</guid>
      <dc:creator>mangalsk</dc:creator>
      <dc:date>2017-07-19T12:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326362#M514956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thread might help you address the confidentiality concerns&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or mock up some data to show your issue...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 12:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326362#M514956</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-19T12:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326363#M514957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is the sample application. I see a very small difference here and the data here is shown for just one plant. This is the same case with other plants as well. Let me know if this sample is fine or you need something more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 10:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326363#M514957</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-07-21T10:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326364#M514958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is the sample app. Let me know if this fine or you need something more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 10:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326364#M514958</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-07-21T10:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326365#M514959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, here it is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 10:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326365#M514959</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-07-21T10:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326366#M514960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA , i have changed it and now it is giving correct output&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 11:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326366#M514960</guid>
      <dc:creator>mangalsk</dc:creator>
      <dc:date>2017-07-21T11:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326367#M514961</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;Yes, it displays correct values now. But the thing is, I want these values to be displayed even when we don't select any values in Year and month fields (something like YTD). Selections shouldn't matter, this is a constant value until previous month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 11:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326367#M514961</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-07-21T11:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326368#M514962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;OK by default you want to consider for previous of today month since you have future data also, for this find attached for both&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 12:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326368#M514962</guid>
      <dc:creator>mangalsk</dc:creator>
      <dc:date>2017-07-21T12:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326369#M514963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mangal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Values in the app still do not match with expected values right?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 04:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326369#M514963</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-07-24T04:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326370#M514964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked attached new qvw, it is matching exact&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 04:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326370#M514964</guid>
      <dc:creator>mangalsk</dc:creator>
      <dc:date>2017-07-24T04:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data from Jan until previous month in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326371#M514965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I checked the new file itself. I still see the difference as shown in the screenshot attached in my previous comment!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 05:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-from-Jan-until-previous-month-in-QlikView/m-p/1326371#M514965</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-07-24T05:05:41Z</dc:date>
    </item>
  </channel>
</rss>

