<?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: Convert Date and group in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-Date-and-group/m-p/1195637#M882201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. its not quite working. In the attached image, the left hand date is what I had with the expression I had in my initial post, and the right hand dates is using floor' in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am just after one instance of the mmm-yy appearing for each month of the year, which will display all values relevant to that month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dates.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139519_dates.jpg" style="height: 700px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2016 08:33:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-04T08:33:59Z</dc:date>
    <item>
      <title>Convert Date and group</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date-and-group/m-p/1195635#M882199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;so - I have seen plenty of advice on converting integer fields into dates along with formatting as per below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;date(MonthStart(%_WO_Requested),'MMM-YY') as [Start Month]&lt;/LI&gt;&lt;LI&gt;date(MakeDate (1970,01,01)+ FLD_REPORTING_CLEAREDTIME /24/60/60,'MMM-YY') as Resolve_Month,&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both of these statements do the job, however, instead of leaving me with a list of 12 dates for a year (e.g. Jan-16, feb-16 etc etc), i get a massive list of dates that appear to be the same (&lt;SPAN style="font-size: 13.3333px;"&gt;e.g. Jan-16,&lt;SPAN style="font-size: 13.3333px;"&gt;Jan-16,&lt;SPAN style="font-size: 13.3333px;"&gt;Jan-16,Feb-16, Feb-16 etc etc).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is because the underlying integer is a unique number which represents day, month, year, hours, minutes and seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 date representations that are extracted from the remedy system:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;42181&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;1435309668&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, my question is, once i have converted the date into MMM-YY, how do i create a calendar object that only shows the 12 months for the year, and not a date for each unique integer number?&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/Convert-Date-and-group/m-p/1195635#M882199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date and group</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date-and-group/m-p/1195636#M882200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to convert your timestamps with a rounding-function like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(&lt;STRONG&gt;floor&lt;/STRONG&gt;(MonthStart(%_WO_Requested)),'MMM-YY') as [Start Month]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then formatting will only change the displaying but not the values itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 16:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Date-and-group/m-p/1195636#M882200</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-09-30T16:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date and group</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date-and-group/m-p/1195637#M882201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. its not quite working. In the attached image, the left hand date is what I had with the expression I had in my initial post, and the right hand dates is using floor' in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am just after one instance of the mmm-yy appearing for each month of the year, which will display all values relevant to that month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dates.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139519_dates.jpg" style="height: 700px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 08:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Date-and-group/m-p/1195637#M882201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-04T08:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date and group</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date-and-group/m-p/1195638#M882202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide a few values from your %_WO_Requested field and how the used expression look like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 16:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Date-and-group/m-p/1195638#M882202</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-10-04T16:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date and group</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date-and-group/m-p/1195639#M882203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus.&lt;/P&gt;&lt;P&gt;i have found a way to get the result i am looking for - but i appreciate your time looking into this for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 09:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Date-and-group/m-p/1195639#M882203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-05T09:33:31Z</dc:date>
    </item>
  </channel>
</rss>

