<?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: Change date format!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-date-format/m-p/1261407#M857251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or try this way :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(AddYears(Date(Date#('19'&amp;amp;Right(yrdatefield,6),'YYYYMMDD'),'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,100*Left(&lt;SPAN style="font-size: 13.3333px;"&gt;yrdatefield&lt;/SPAN&gt;,1)),'DD/MM/YYYY') As&amp;nbsp; NewDatefield;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2017 15:34:46 GMT</pubDate>
    <dc:creator>buzzy996</dc:creator>
    <dc:date>2017-01-31T15:34:46Z</dc:date>
    <item>
      <title>Change date format!!</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format/m-p/1261401#M857239</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;hi all..&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I have a scenario where i read data from the excel spreadsheet which has a date column of format(MMM YYYY), but it is interpreting the data present in that column as an integer&lt;/SPAN&gt;..my dates are like [42644.0] for oct 2016, [42614.0] for sept 2016 and so on..I tried everything but nothing worked for me..I guess QV is taking it as text..&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;I&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;n This case how do i proceed as to get the desired output in the MMM YYYY format&lt;/SPAN&gt;.&lt;/SPAN&gt;.please help!!&lt;/SPAN&gt;&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/Change-date-format/m-p/1261401#M857239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format!!</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format/m-p/1261402#M857241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date#(fieldname,'MMM&amp;nbsp; YYYY') as fieldname&lt;/P&gt;&lt;P&gt; Or&lt;/P&gt;&lt;P&gt;Date(fieldname,'MMM&amp;nbsp; YYYY') as fieldname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the above during load&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 06:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format/m-p/1261402#M857241</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-31T06:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format!!</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format/m-p/1261403#M857243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The underlying value in&amp;nbsp; Excel is the date number, so all you need in QV is to format it as a date:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(FieldName) as Date&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 06:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format/m-p/1261403#M857243</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-01-31T06:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format!!</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format/m-p/1261404#M857245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;guys thanks for help..but didn't work for me..I've tried like almost everything..can't fix it..QV is reading it as text..num(), num#(), alt(), date() or date#() none are working..is there any other way out to fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 08:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format/m-p/1261404#M857245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-31T08:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format!!</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format/m-p/1261405#M857247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to Number Tab &amp;gt;&amp;gt; Select Date &amp;gt;&amp;gt; in format expression type MMM YYYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or post the app the demonstrates the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 08:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format/m-p/1261405#M857247</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-31T08:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format!!</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format/m-p/1261406#M857249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sample app,pls?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format/m-p/1261406#M857249</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2017-01-31T15:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format!!</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format/m-p/1261407#M857251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or try this way :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(AddYears(Date(Date#('19'&amp;amp;Right(yrdatefield,6),'YYYYMMDD'),'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,100*Left(&lt;SPAN style="font-size: 13.3333px;"&gt;yrdatefield&lt;/SPAN&gt;,1)),'DD/MM/YYYY') As&amp;nbsp; NewDatefield;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format/m-p/1261407#M857251</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2017-01-31T15:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format!!</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format/m-p/1261408#M857253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto Settings--&amp;gt; Document Properties--&amp;gt;Number tab--&amp;gt; Select the date field and change the number format settings to Date. (Change the format pattern to MMM/YYYY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sangeetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format/m-p/1261408#M857253</guid>
      <dc:creator>sangeess21</dc:creator>
      <dc:date>2017-01-31T15:37:53Z</dc:date>
    </item>
  </channel>
</rss>

