<?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: Pull Year from a Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318694#M829508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u prepare and upload a sample qvw including your date field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jul 2017 16:27:47 GMT</pubDate>
    <dc:creator>Frank_Hartmann</dc:creator>
    <dc:date>2017-07-03T16:27:47Z</dc:date>
    <item>
      <title>Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318687#M829501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to pull only the year from this date.&amp;nbsp; The date format is:&amp;nbsp; 01/01/1947 0:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What code statement would I use to pull only the year?&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/Pull-Year-from-a-Date/m-p/1318687#M829501</guid>
      <dc:creator>fanninam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318688#M829502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;year(Date('01/01/1947 0:00:00','MM/DD/YYYY h:mm:ss')) or&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;year(Date(YourDatefield,'MM/DD/YYYY h:mm:ss'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 15:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318688#M829502</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-07-03T15:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318689#M829503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amber,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/year.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/year.htm"&gt;year ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¡Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 15:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318689#M829503</guid>
      <dc:creator>juan_patrick</dc:creator>
      <dc:date>2017-07-03T15:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318690#M829504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load ..., Year(Date) as Year from Table where Year(Date) = 1947;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 15:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318690#M829504</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-03T15:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318691#M829505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried all of these below and it's not pulling anything.&amp;nbsp; I'm getting confused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168895_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 15:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318691#M829505</guid>
      <dc:creator>fanninam</dc:creator>
      <dc:date>2017-07-03T15:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318692#M829506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could it be the AM that is throwing it off?&amp;nbsp; If so, how would I include the AM portion to the code statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1/14/1953&amp;nbsp; 12:00:00 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 15:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318692#M829506</guid>
      <dc:creator>fanninam</dc:creator>
      <dc:date>2017-07-03T15:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318693#M829507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can define it as tt for AM and TT for PM ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 15:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318693#M829507</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-03T15:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318694#M829508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u prepare and upload a sample qvw including your date field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 16:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318694#M829508</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-07-03T16:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318695#M829509</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&gt;year(floor(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YourDatefield))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 16:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318695#M829509</guid>
      <dc:creator>juan_patrick</dc:creator>
      <dc:date>2017-07-03T16:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318696#M829510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another thing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where are you doing this? in the load where you connecto to the DB? If yes, do it from a resident table!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 16:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318696#M829510</guid>
      <dc:creator>juan_patrick</dc:creator>
      <dc:date>2017-07-03T16:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318697#M829511</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&gt;LOAD *, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(DateField2)&amp;nbsp; AS YearField;&lt;/P&gt;&lt;P&gt;LOAD *, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(DateNum, 'MM/DD/YYYY') AS DateField2&lt;/P&gt;&lt;P&gt;LOAD field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(Floor(YourdateField)) AS DateNum&lt;/P&gt;&lt;P&gt;FROM yoursource;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 16:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318697#M829511</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-07-03T16:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318698#M829512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you meant:&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;year(Date&lt;STRONG&gt;#&lt;/STRONG&gt;('01/01/1947 0:00:00','MM/DD/YYYY h:mm:ss')) or&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #000000;"&gt;year(Date&lt;STRONG&gt;#&lt;/STRONG&gt;(YourDatefield,'MM/DD/YYYY h:mm:ss'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 18:30:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318698#M829512</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-07-03T18:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318699#M829513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Rob,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;thank you for your hint.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But can you explain me why my proposed expression works in the attached qvw without using&lt;STRONG&gt; #&lt;/STRONG&gt;?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I tried this expression in one of the former opened qvw´s from the forum&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;After your response i tried it in a new qvw and its not working now!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 06:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318699#M829513</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-07-04T06:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318700#M829514</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;Date#() use to convert date from string to date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date() is use to format existing date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your datefield value is store in string then you required 1st convert it to date i.e. using date#() to date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318700#M829514</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-04T07:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318701#M829515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Yes, but in the attached qvw &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'01/01/1947 0:00:00'&lt;/STRONG&gt; is obviously a string.&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;and the expression works without using #. When i open a new qvw its not working anymore&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and the question is why its working in one qvw but not in the other qvw?&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318701#M829515</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-07-04T07:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318702#M829516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post both qvw where it is working and where it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318702#M829516</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-04T07:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318703#M829517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attached files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318703#M829517</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-07-04T07:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318704#M829518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i know now why. its because of this line in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;versus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD.MM.YYYY hh:mm:ss[.fff]';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318704#M829518</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-07-04T07:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318705#M829519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well great to heard that...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 08:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318705#M829519</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-04T08:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Year from a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318706#M829520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are a few useful blog posts on how Qlik interprets dates...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4002"&gt;The Date Function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3102"&gt;QlikView Date fields&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 10:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Year-from-a-Date/m-p/1318706#M829520</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-07-04T10:50:14Z</dc:date>
    </item>
  </channel>
</rss>

