<?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: Function Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Function-Date/m-p/1555209#M743879</link>
    <description>Try creating a new column for your 'End Date' using MonthStart()/ MonthEnd() functions and use that new column as input for the solution suggested above.&lt;BR /&gt;MonthStart([End Date])&lt;BR /&gt;However make sure that it is not impacting the rest of your model.</description>
    <pubDate>Tue, 12 Mar 2019 09:24:49 GMT</pubDate>
    <dc:creator>PV</dc:creator>
    <dc:date>2019-03-12T09:24:49Z</dc:date>
    <item>
      <title>Function Date</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Date/m-p/1555183#M743876</link>
      <description>&lt;P&gt;Hello gues,&lt;/P&gt;&lt;P&gt;Help me please.&lt;/P&gt;&lt;P&gt;I'm uploading the column in format:&lt;/P&gt;&lt;P&gt;01.01.2019;&lt;/P&gt;&lt;P&gt;03.01.2019&lt;/P&gt;&lt;P&gt;02.02.2019;&lt;/P&gt;&lt;P&gt;03.02.2019&lt;/P&gt;&lt;P&gt;How do I convert it to a format:&amp;nbsp;January 2018;February 2019,&amp;nbsp;with grouping by month and year.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;column name - [End Date]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Date/m-p/1555183#M743876</guid>
      <dc:creator>Ofkoz</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Function Date</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Date/m-p/1555187#M743877</link>
      <description>,month([End Date]) &amp;amp; ' ' &amp;amp; year([End Date]) as [Year month]&lt;BR /&gt;Please read about Date and Time functions:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/date-time-functions.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/date-time-functions.htm&lt;/A&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Date/m-p/1555187#M743877</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2019-03-12T08:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Function Date</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Date/m-p/1555193#M743878</link>
      <description>&lt;P&gt;Thank you, but the values of January 2019 and February 2019 are not grouped. I get some data: January 2019;February, 2019;February, 2019;February, 2019; January 2019.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Date/m-p/1555193#M743878</guid>
      <dc:creator>Ofkoz</dc:creator>
      <dc:date>2019-03-12T08:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Function Date</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Date/m-p/1555209#M743879</link>
      <description>Try creating a new column for your 'End Date' using MonthStart()/ MonthEnd() functions and use that new column as input for the solution suggested above.&lt;BR /&gt;MonthStart([End Date])&lt;BR /&gt;However make sure that it is not impacting the rest of your model.</description>
      <pubDate>Tue, 12 Mar 2019 09:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Date/m-p/1555209#M743879</guid>
      <dc:creator>PV</dc:creator>
      <dc:date>2019-03-12T09:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function Date</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Date/m-p/1555210#M743880</link>
      <description>&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;you can use a preceding lod&lt;/P&gt;&lt;P&gt;first , load your data by adding a column year-month&lt;/P&gt;&lt;P&gt;then use a 2nd load with group by clause&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Date/m-p/1555210#M743880</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2019-03-12T09:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Function Date</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Date/m-p/1555218#M743881</link>
      <description>,month([End Date]) + year([End Date]) * 100 as [Year month]&lt;BR /&gt;&lt;BR /&gt;You will come up with something like this 201901, 201902.</description>
      <pubDate>Tue, 12 Mar 2019 09:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Date/m-p/1555218#M743881</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2019-03-12T09:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Function Date</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Date/m-p/1555302#M743882</link>
      <description>The current script is.&lt;BR /&gt;&lt;BR /&gt;//**********Table1************&lt;BR /&gt;LOAD Date([End Date],month([End Date]) &amp;amp; ' ' &amp;amp; year([End Date])) as [Year month],&lt;BR /&gt;&lt;BR /&gt;Status // the histogram takes into account the Y-axis - Count(Status)&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[path\name file.xlsx]&lt;BR /&gt;(ooxml, embedded labels);&lt;BR /&gt;&lt;BR /&gt;Tell me how to use the second load to create an additional column and use GROUP by?</description>
      <pubDate>Tue, 12 Mar 2019 10:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Date/m-p/1555302#M743882</guid>
      <dc:creator>Ofkoz</dc:creator>
      <dc:date>2019-03-12T10:53:52Z</dc:date>
    </item>
  </channel>
</rss>

