<?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: How to create Start Date and End Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124091#M370197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yup,&lt;/P&gt;&lt;P&gt;You could do that as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jul 2016 08:18:59 GMT</pubDate>
    <dc:creator>anagharao</dc:creator>
    <dc:date>2016-07-22T08:18:59Z</dc:date>
    <item>
      <title>How to create Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124084#M370190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Month field - Jan until Dec. Now i need to create a Start Date and End Date field, but is empty at the moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i want to achieve here is for example: if is Month Jan - Start Date is 1/1/2016 and End Date is 31/01/2016. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achieve that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 07:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124084#M370190</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-07-22T07:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124085#M370191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=MonthStart(MakeDate(Year(Today()),Month(Date#('Jan','MMM'))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=MonthEnd(MakeDate(Year(Today()),Month(Date#('Dec','MMM'))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 08:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124085#M370191</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-07-22T08:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124086#M370192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use MonthStart and MonthEnd functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;=MonthStart(DATE#(Month(TODAY())&amp;amp;Year(TODAY()),'MMMYYYY'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above example you would have to use Month and Year field instead of 'Month(TODAY())' and 'Year(TODAY())'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 08:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124086#M370192</guid>
      <dc:creator>anagharao</dc:creator>
      <dc:date>2016-07-22T08:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124087#M370193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i came across this.. why not use "MakeDate()" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 08:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124087#M370193</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-07-22T08:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124088#M370194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i came across this.. why not use "MakeDate()" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 08:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124088#M370194</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-07-22T08:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124089#M370195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI there, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why not just create as such? : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;makedate(Year, Month, 1) as StartDate,&lt;/P&gt;&lt;P&gt;MonthEnd(StartDate) as EndDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 08:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124089#M370195</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-07-22T08:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124090#M370196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) If you have Month not in Dual form, first you have to interpret it to DUAL format using Date# function.&lt;/P&gt;&lt;P&gt;2) you have mentioned that you have Month field only. I assumed that you don't have date and year fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you have Year field, you can use as below.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;=MonthStart(MakeDate(&lt;SPAN style="font-size: 13.3333px;"&gt;Year(Date#(Year,'YYYY'))&lt;/SPAN&gt;,Month(Date#(Month,'MMM'))))&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;=MonthEnd(MakeDate(&lt;SPAN style="font-size: 13.3333px;"&gt;Year(Date#(Year,'YYYY'))&lt;/SPAN&gt;,Month(Date#(Month,'MMM'))))&lt;/P&gt;&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;3) If you want to use &lt;/P&gt;&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthEnd(StartDate) as EndDate, you need to use Preceding Load.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Provide your exact requirements with some sample data.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 08:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124090#M370196</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-07-22T08:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124091#M370197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yup,&lt;/P&gt;&lt;P&gt;You could do that as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 08:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124091#M370197</guid>
      <dc:creator>anagharao</dc:creator>
      <dc:date>2016-07-22T08:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124092#M370198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You CAN use makedate() here, provided your Month field is &lt;STRONG&gt;numeric&lt;/STRONG&gt;. If that is not the case, you could still use it like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;MakeDate(Year, Month(Date#(Month, 'MMM')), 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Month(Date#(Month, 'MMM'))&lt;/SPAN&gt; - converts your text months into numbers.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 08:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124092#M370198</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-07-22T08:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124093#M370199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you master. thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 08:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124093#M370199</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-07-22T08:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124094#M370200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you bro!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 08:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Start-Date-and-End-Date/m-p/1124094#M370200</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-07-22T08:29:44Z</dc:date>
    </item>
  </channel>
</rss>

