<?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 achieve the Latest year and month in loaded data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765786#M1024452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should get your desired result by using &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;date(date#(ModifiedDate,'YYYYMM'),'MMM YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;expressions as suggested by max dreamer. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please upload sample qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Mar 2015 10:11:43 GMT</pubDate>
    <dc:creator>senpradip007</dc:creator>
    <dc:date>2015-03-09T10:11:43Z</dc:date>
    <item>
      <title>how to achieve the Latest year and month in loaded data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765781#M1024446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,As new to QlikView as it may simple myself not aware of things like Date in QV can any one help on below thing:&lt;/P&gt;&lt;P&gt;ModifiedDate having modified time stamp need to display max(ModifiedDate) in Jan 2015(MMM YYYY)&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="WIDTH: 97px; BORDER-COLLAPSE: collapse;"&gt;&lt;TBODY&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD height="20" style="background-color: transparent; width: 73pt; border-collapse: collapse; height: 15pt; border: #f0f0f0;" width="97"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;ModifiedDate&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" height="20" style="background-color: transparent; border-collapse: collapse; height: 15pt; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;201501&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" height="20" style="background-color: transparent; border-collapse: collapse; height: 15pt; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;201501&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" height="20" style="background-color: transparent; border-collapse: collapse; height: 15pt; border: #f0f0f0;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;201501&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;How can we achieve this in a text object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried below expression in Text Object&lt;/P&gt;&lt;P&gt;=date#(Max({1}[&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;ModifiedDate&lt;/SPAN&gt;],'MMMYYYY'))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Output Getting is&lt;/STRONG&gt;:201501 but this is not expected&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expecting Output is&lt;/STRONG&gt;: Jan 2015 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 09:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765781#M1024446</guid>
      <dc:creator />
      <dc:date>2015-03-09T09:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to achieve the Latest year and month in loaded data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765782#M1024448</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&lt;/P&gt;&lt;P&gt;date(date#(ModifiedDate,'YYYYMM'),'MMM YYYY')&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;date(ModifiedDate'MMM YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;try with simply MonthNAme(ModifiedDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 10:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765782#M1024448</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-09T10:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to achieve the Latest year and month in loaded data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765783#M1024449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No luck tried with all above solutions not getting desired o/P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 10:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765783#M1024449</guid>
      <dc:creator />
      <dc:date>2015-03-09T10:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to achieve the Latest year and month in loaded data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765784#M1024450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this in textbox&lt;/P&gt;&lt;P&gt;&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;date(date#('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;201501'&lt;/SPAN&gt;,'YYYYMM'),'MMM YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 10:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765784#M1024450</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-03-09T10:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to achieve the Latest year and month in loaded data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765785#M1024451</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;Can you post sample file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 10:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765785#M1024451</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-09T10:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to achieve the Latest year and month in loaded data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765786#M1024452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should get your desired result by using &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;date(date#(ModifiedDate,'YYYYMM'),'MMM YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;expressions as suggested by max dreamer. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please upload sample qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 10:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765786#M1024452</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2015-03-09T10:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to achieve the Latest year and month in loaded data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765787#M1024453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hi Sruthi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Try this&lt;SPAN style="color: #3d3d3d;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date(Date#(&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 16px;"&gt;201501&lt;/SPAN&gt;,'YYYYMM'),'MMM YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 10:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765787#M1024453</guid>
      <dc:creator />
      <dc:date>2015-03-09T10:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to achieve the Latest year and month in loaded data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765788#M1024454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hi Sruthi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(ModifiedDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'YYYYMM'),'MMM YYYY')) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Savi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 10:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765788#M1024454</guid>
      <dc:creator />
      <dc:date>2015-03-09T10:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to achieve the Latest year and month in loaded data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765789#M1024455</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;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;MakeDate(Left(DateFieldName, 4), Right(DateFieldName))AS Date_Formatted&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Date(Max({1}[&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Date_Formatted&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;]),'MMM YYYY')&lt;/SPAN&gt;&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;&lt;BR /&gt;&lt;/SPAN&gt;&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;Hope this helps you.&lt;/SPAN&gt;&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;&lt;BR /&gt;&lt;/SPAN&gt;&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;Regards,&lt;/SPAN&gt;&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;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 10:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765789#M1024455</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-03-09T10:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to achieve the Latest year and month in loaded data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765790#M1024456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for valuable Time Savitha,Jagan yours code worked for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 10:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765790#M1024456</guid>
      <dc:creator />
      <dc:date>2015-03-09T10:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to achieve the Latest year and month in loaded data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765791#M1024457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sruthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got the answer please close this thread by giving correct and Helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 01:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-achieve-the-Latest-year-and-month-in-loaded-data/m-p/765791#M1024457</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-03-10T01:27:40Z</dc:date>
    </item>
  </channel>
</rss>

