<?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 qlikview date and month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qlikview-date-and-month/m-p/1802421#M1211823</link>
    <description>&lt;P&gt;HI, I have two questions-&lt;/P&gt;&lt;P&gt;1&amp;gt;There is a table with 2 columns employee_name and DOB&lt;BR /&gt;for any given day how to determine how many employees have birthdays in the coming 30 days?&lt;/P&gt;&lt;P&gt;2&amp;gt; For any given day how to determine what months we may have in the coming 30 days?&lt;BR /&gt;say today is April 25th and in the coming 30 days, we have both April and May.&lt;/P&gt;</description>
    <pubDate>Sun, 25 Apr 2021 05:13:08 GMT</pubDate>
    <dc:creator>Architect</dc:creator>
    <dc:date>2021-04-25T05:13:08Z</dc:date>
    <item>
      <title>qlikview date and month</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-date-and-month/m-p/1802421#M1211823</link>
      <description>&lt;P&gt;HI, I have two questions-&lt;/P&gt;&lt;P&gt;1&amp;gt;There is a table with 2 columns employee_name and DOB&lt;BR /&gt;for any given day how to determine how many employees have birthdays in the coming 30 days?&lt;/P&gt;&lt;P&gt;2&amp;gt; For any given day how to determine what months we may have in the coming 30 days?&lt;BR /&gt;say today is April 25th and in the coming 30 days, we have both April and May.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 05:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-date-and-month/m-p/1802421#M1211823</guid>
      <dc:creator>Architect</dc:creator>
      <dc:date>2021-04-25T05:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview date and month</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-date-and-month/m-p/1802425#M1211824</link>
      <description>&lt;P&gt;If you don't want to adjust your data model then you could try this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;No of birthdays next 30 days&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;count({&amp;lt;DOB={"=Age('$(vL.Today)',DOB)&amp;lt;Age('$(vL.Today)'+30,DOB)"}&amp;gt;}DOB)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Months in next 30 days&lt;BR /&gt;&lt;/STRONG&gt;&lt;FONT face="courier new,courier"&gt;IF (month( '$(vL.Today)')=month( '$(vL.Today)'+30), &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Date( '$(vL.Today)', 'MMMM'),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;date( '$(vL.Today)', 'MMMM')&amp;amp; ', '&amp;amp; date( '$(vL.Today)'+30, 'MMMM')&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vegar_0-1619333104345.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53621i1FA9044215E68A23/image-size/large?v=v2&amp;amp;px=999" role="button" title="Vegar_0-1619333104345.png" alt="Vegar_0-1619333104345.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please find attached qvw&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 06:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-date-and-month/m-p/1802425#M1211824</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-04-25T06:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview date and month</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-date-and-month/m-p/1802466#M1211825</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp; thank you so much for the answers.&lt;/P&gt;&lt;P&gt;I always struggle with this &lt;STRONG&gt;date&lt;/STRONG&gt; function. if you can guide me to any document or link that can explain this function clearly, would be of great help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 12:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-date-and-month/m-p/1802466#M1211825</guid>
      <dc:creator>Architect</dc:creator>
      <dc:date>2021-04-25T12:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview date and month</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-date-and-month/m-p/1802476#M1211826</link>
      <description>&lt;P&gt;I don't have a good for you at the moment, but&amp;nbsp;I see that a lot of people missunderstand the date() function. It is a formating function that presents a numeric value as a date in default or specified format. In my case 'MMMM' which is the full month name. It is important to remember that the underlying numeric value will not change when using date().&lt;/P&gt;&lt;P&gt;Consider this&lt;BR /&gt;The timestamp '2021-04-25 09:57:00' it has the numeric value of 44311.414583333.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;The date&amp;nbsp;'2021-04-25' has the numeric value of 44311.&lt;BR /&gt;Using Date() on a timestamp will not change the underlying numeric value. So Date('2021-04-25 09:57:00') will present the string '2021-04-25', but the numeric value will still be&amp;nbsp;44311.414583333&amp;nbsp;&lt;/P&gt;&lt;P&gt;To convert a timestamp or date into another value I recommend looking into the &lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/date-time-functions.htm" target="_self"&gt;date and times functions&lt;/A&gt; offered in QlikView&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 16:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-date-and-month/m-p/1802476#M1211826</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-04-25T16:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview date and month</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-date-and-month/m-p/1802480#M1211827</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp; much appreciated.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 17:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-date-and-month/m-p/1802480#M1211827</guid>
      <dc:creator>Architect</dc:creator>
      <dc:date>2021-04-25T17:40:49Z</dc:date>
    </item>
  </channel>
</rss>

