<?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: Date Convert issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Convert-issue/m-p/1106403#M366374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the date function this way will hide the date, but the numeric part of the field will still have this information. You need to "round" it to the proper month using &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;MonthStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;ISSUEDATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;), 'MMM-YYYY') &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;ISSUEDATEYRMON&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2016 09:15:34 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2016-07-07T09:15:34Z</dc:date>
    <item>
      <title>Date Convert issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Convert-issue/m-p/1106401#M366372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find the attached ,&lt;/P&gt;&lt;P&gt;i have date field from which i have to extract yearmonth as MMM-YYYY.&lt;/P&gt;&lt;P&gt;when i do date convert it is giving multiples like Apr-2016 and May-2016...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont want duplicate values in year month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 09:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Convert-issue/m-p/1106401#M366372</guid>
      <dc:creator>mightyqlikers</dc:creator>
      <dc:date>2016-07-07T09:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date Convert issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Convert-issue/m-p/1106402#M366373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have only one year 2016... so ur getting that lik dat&amp;nbsp;&amp;nbsp;&amp;nbsp; try to add 2015 yr data sampple and chk it out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; date#(date(ISSUEDATE,'DD-MM-YYYY') )as ISSUEDATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp; date#(date(ISSUEDATE,'MMM-YYYY')) as ISSUEDATEYRMON&lt;/P&gt;&lt;P&gt;FROM IssueDT.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 09:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Convert-issue/m-p/1106402#M366373</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-07-07T09:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date Convert issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Convert-issue/m-p/1106403#M366374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the date function this way will hide the date, but the numeric part of the field will still have this information. You need to "round" it to the proper month using &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;MonthStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;ISSUEDATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;), 'MMM-YYYY') &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;ISSUEDATEYRMON&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 09:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Convert-issue/m-p/1106403#M366374</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-07-07T09:15:34Z</dc:date>
    </item>
  </channel>
</rss>

