<?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 change the date values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-the-date-values/m-p/401791#M149515</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks mahal,&amp;nbsp; but I have 1997,96,95. Year from Jan to Dec .&amp;nbsp; I have to change them into &lt;/P&gt;&lt;P&gt;2008,07,06&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan to Dec...please reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2012 19:05:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-13T19:05:47Z</dc:date>
    <item>
      <title>How to change the date values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-date-values/m-p/401789#M149513</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;&lt;/P&gt;&lt;P&gt; I have field a containing dates from Jan1st to Dec31st 1997,How to convert these&lt;/P&gt;&lt;P&gt;values into Jan1st to&amp;nbsp; Dec31st 2008,plese send the answer,thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 15:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-date-values/m-p/401789#M149513</guid>
      <dc:creator />
      <dc:date>2012-09-12T15:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the date values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-date-values/m-p/401790#M149514</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;&lt;SPAN class="Bold"&gt;SetDateYear (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;DateField, '2008'&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Hope it helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 15:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-date-values/m-p/401790#M149514</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-12T15:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the date values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-date-values/m-p/401791#M149515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks mahal,&amp;nbsp; but I have 1997,96,95. Year from Jan to Dec .&amp;nbsp; I have to change them into &lt;/P&gt;&lt;P&gt;2008,07,06&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan to Dec...please reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 19:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-date-values/m-p/401791#M149515</guid>
      <dc:creator />
      <dc:date>2012-09-13T19:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the date values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-date-values/m-p/401792#M149516</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,if(Year(DateField) = 1997, &lt;SPAN class="Bold" style="font-size: 12px;"&gt;SetDateYear (&lt;/SPAN&gt;&lt;SPAN class="Italic" style="font-size: 12px;"&gt;DateField, '2008'&lt;/SPAN&gt;&lt;SPAN class="Bold" style="font-size: 12px;"&gt;), if(Year(DateField)=1996,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold" style="font-size: 12px;"&gt;SetDateYear (&lt;/SPAN&gt;&lt;SPAN class="Italic" style="font-size: 12px;"&gt;DateField, '2007'&lt;/SPAN&gt;&lt;SPAN class="Bold" style="font-size: 12px;"&gt;),&lt;SPAN class="Bold" style="font-size: 12px;"&gt;SetDateYear (&lt;/SPAN&gt;&lt;SPAN class="Italic" style="font-size: 12px;"&gt;DateField, '2006'&lt;/SPAN&gt;&lt;SPAN class="Bold" style="font-size: 12px;"&gt;))) as ModifiedYear from tablename;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 19:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-date-values/m-p/401792#M149516</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-13T19:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the date values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-date-values/m-p/401793#M149517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rameshmca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a date function for this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=AddYears(DateField, 11)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know, if this changes if helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 21:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-date-values/m-p/401793#M149517</guid>
      <dc:creator />
      <dc:date>2012-09-13T21:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the date values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-date-values/m-p/401794#M149518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ricardo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thanks for your suggestion,its working ,&amp;nbsp; but I didnot understood what is meaning of 11 in the function, with the use of 11 how its changing years can you explain in detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 21:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-date-values/m-p/401794#M149518</guid>
      <dc:creator />
      <dc:date>2012-09-13T21:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the date values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-date-values/m-p/401795#M149519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2008 - 1997 = 11 years of difference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AddYears( &amp;lt;Name of the date field&amp;gt;, &amp;lt;# of years you want to add&amp;gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AddYears('01/01/1997', 11)&amp;nbsp; = '01/01/2008'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 01:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-date-values/m-p/401795#M149519</guid>
      <dc:creator />
      <dc:date>2012-09-14T01:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the date values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-date-values/m-p/401796#M149520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is very helpful&lt;/P&gt;&lt;P&gt;Thanks Recardo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard,&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 16:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-date-values/m-p/401796#M149520</guid>
      <dc:creator />
      <dc:date>2012-09-14T16:11:09Z</dc:date>
    </item>
  </channel>
</rss>

