<?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: Month Year Duplicate date conversion problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-Year-Duplicate-date-conversion-problem/m-p/1572994#M442302</link>
    <description>&lt;P&gt;I think you misplaced the parenthesis.. try this&lt;/P&gt;&lt;PRE&gt;Date(MonthStart(IncidentDate&lt;FONT color="#FF0000"&gt;)&lt;/FONT&gt;,'MMM-YY') as MonthYear&lt;/PRE&gt;</description>
    <pubDate>Thu, 25 Apr 2019 01:18:58 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-04-25T01:18:58Z</dc:date>
    <item>
      <title>Month Year Duplicate date conversion problem</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year-Duplicate-date-conversion-problem/m-p/1572991#M442301</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to bucket incidents by MonthYear.&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;Month(IncidentDate) as Month,&lt;BR /&gt;Year(IncidentDate) as Year,&lt;BR /&gt;Date(IncidentDate,'MMM-YY') as MonthYear&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I do so using the above script it looks like it is converting each individual date into a MonthYear value, with lots of duplicates. You can see the issues pretty clearly in the attached chart.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlikview help1.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10824i600BD261B5A86384/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlikview help1.JPG" alt="qlikview help1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? I tried to use MonthStart because I read somewhere that that would help eliminate the duplicates, but then the calculation didn't work at all (null values).&lt;/P&gt;&lt;P&gt;Date(MonthStart(IncidentDate,'MMM-YY')) as MonthYear&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year-Duplicate-date-conversion-problem/m-p/1572991#M442301</guid>
      <dc:creator>Katherine</dc:creator>
      <dc:date>2024-11-16T03:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year Duplicate date conversion problem</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year-Duplicate-date-conversion-problem/m-p/1572994#M442302</link>
      <description>&lt;P&gt;I think you misplaced the parenthesis.. try this&lt;/P&gt;&lt;PRE&gt;Date(MonthStart(IncidentDate&lt;FONT color="#FF0000"&gt;)&lt;/FONT&gt;,'MMM-YY') as MonthYear&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 Apr 2019 01:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year-Duplicate-date-conversion-problem/m-p/1572994#M442302</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-25T01:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year Duplicate date conversion problem</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year-Duplicate-date-conversion-problem/m-p/1573167#M442320</link>
      <description>Does it show the similar duplicate value if you take Month Year in a list box?? If Jan-19 is shown repeatedly means QV is treating it as different value instead of one</description>
      <pubDate>Thu, 25 Apr 2019 09:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year-Duplicate-date-conversion-problem/m-p/1573167#M442320</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2019-04-25T09:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year Duplicate date conversion problem</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year-Duplicate-date-conversion-problem/m-p/1573174#M442322</link>
      <description>try&lt;BR /&gt;1: Date(monthStart(IncidentDate),'MMM-YY')&lt;BR /&gt;2: Date(monthEnd(IncidentDate),'MMM-YY')&lt;BR /&gt;3: MonthName(IncidentDate)&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Thu, 25 Apr 2019 09:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year-Duplicate-date-conversion-problem/m-p/1573174#M442322</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2019-04-25T09:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year Duplicate date conversion problem</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year-Duplicate-date-conversion-problem/m-p/1573430#M442332</link>
      <description>&lt;P&gt;Oh the joy and pain of a single parenthesis - thank you, that fixed it!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 16:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year-Duplicate-date-conversion-problem/m-p/1573430#M442332</guid>
      <dc:creator>Katherine</dc:creator>
      <dc:date>2019-04-25T16:13:29Z</dc:date>
    </item>
  </channel>
</rss>

