<?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 convert date format DD-MM-YYYY into Year ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2035#M609145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would think this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Year([Expected Close Date]) as Year&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jan 2018 09:01:47 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-01-17T09:01:47Z</dc:date>
    <item>
      <title>How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2032#M609142</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;How to convert date format DD-MM-YYYY into Year ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hi All&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I have import a raw data file from Excel to Qli View. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I try to convert the imported field name = [Expected Close Date] in order year format YYYY.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I have try to using the below expression :-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp; text(right(Year(date#([Expected Close Date],'DD/MM/YYYY')), 2),'00') as Year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp; dual(right(Year(date#([Expected Close Date],'DD/MM/YYYY')), 2),'00') as Year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp; year(today()) - year([Expected Close Date]) + 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp; num(right(Year(date#([Expected Close Date],'DD/MM/YYYY')), 2),'00') as Year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp; dual(right(Year(date#([Expected Close Date],'DD/MM/YYYY')), 2),'00') as Year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp; Right(year([Expected Close Date]),2)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;All the above not able to work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Can some one advise me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Paul Yeo&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 08:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2032#M609142</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2018-01-17T08:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2033#M609143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;try like this &lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;subfiled([Expected Close Date],'-' ,3) as Year &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 08:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2033#M609143</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-01-17T08:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2034#M609144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your sharing , i get below error :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Error in expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SUBFILED is not a valid function&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2034#M609144</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2018-01-17T09:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2035#M609145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would think this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Year([Expected Close Date]) as Year&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2035#M609145</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-17T09:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2036#M609146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your sharing again.&lt;/P&gt;&lt;P&gt;Your no error but not display any value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2036#M609146</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2018-01-17T09:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2037#M609147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Image for field, Please? Don't have access to check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2037#M609147</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-17T09:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2038#M609148</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: 13.3333px;"&gt;Try&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: 13.3333px;"&gt;Date(Date#([Expected Close Date],'DD/MM/YYYY'),'YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2038#M609148</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2018-01-17T09:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2039#M609149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="image of the date.png" class="jive-image image-1" src="/legacyfs/online/190301_image of the date.png" style="height: 354px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2039#M609149</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2018-01-17T09:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2040#M609150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surendra, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;Your no error , not display any value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2040#M609150</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2018-01-17T09:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2041#M609151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your format is MM-DD-YYYY, Right? Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Year(Date#([Expected Close Date], 'MM-DD-YYYY')) as Year&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2041#M609151</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-17T09:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2042#M609152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where You are Trying?&lt;/P&gt;&lt;P&gt;In script? or anything else.!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2042#M609152</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2018-01-17T09:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2043#M609153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wow you are very good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2043#M609153</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2018-01-17T09:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2044#M609154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surendra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I using the attach QVW file to try your script. Any way now it is okay Anil already give me solution. Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2044#M609154</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2018-01-17T09:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2045#M609155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;hi Yeo Poh,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Try this in scripting.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Date(Date#([Expected Close Date], 'MM-DD-YYYY')) as Year or &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Year(Date#([Expected Close Date], 'MM-DD-YYYY')) as Year&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2045#M609155</guid>
      <dc:creator>sannidhikumar</dc:creator>
      <dc:date>2018-01-17T09:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2046#M609156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2046#M609156</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2018-01-17T09:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2047#M609157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, This case Avinash solution works as expected, Some changes with spell mistake &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff;"&gt;SubField(&lt;/STRONG&gt;[Expected Close Date],'-' ,3) as Year &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2047#M609157</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-17T09:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2048#M609158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try below,&lt;/P&gt;&lt;P&gt;In load script used below code,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;YEAR&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;REPLACE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;([Expected Close Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'-','/')) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [Expected Close Date]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2048#M609158</guid>
      <dc:creator>akshaye_c_navale</dc:creator>
      <dc:date>2018-01-17T09:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2049#M609159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are good , you try every approach. Yes Avinash script is better , for those missing value it return as 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2049#M609159</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2018-01-17T09:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2050#M609160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akshay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your also working. but for those missing value , it does not return any value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2050#M609160</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2018-01-17T09:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date format DD-MM-YYYY into Year ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2051#M609161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please give me Month field script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; num(month(&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[Expected Close Date]&lt;/STRONG&gt;&lt;/EM&gt;)) as [month],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume the script should be like able , but it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 13:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-date-format-DD-MM-YYYY-into-Year/m-p/2051#M609161</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2018-01-17T13:33:08Z</dc:date>
    </item>
  </channel>
</rss>

