<?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: Three dates convert into month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Three-dates-convert-into-month/m-p/1071055#M937427</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;All the 3 fields are I same table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take&lt;/P&gt;&lt;P&gt;link:&lt;/P&gt;&lt;P&gt;keyfield,&lt;/P&gt;&lt;P&gt;d2.linecanceldate as Date,&lt;/P&gt;&lt;P&gt;Month(d2.linecanceldate) as Month,&lt;/P&gt;&lt;P&gt;'Cancel' as Type&lt;/P&gt;&lt;P&gt;from tablename;&lt;/P&gt;&lt;P&gt;concatenate (link)&lt;/P&gt;&lt;P&gt;keyfield,&lt;/P&gt;&lt;P&gt;lastbilldate as Date,&lt;/P&gt;&lt;P&gt;Month(d2.lastbilldate) as Month,&lt;/P&gt;&lt;P&gt;'End' as Type&lt;/P&gt;&lt;P&gt;from tablename;&lt;/P&gt;&lt;P&gt;concatenate (link)&lt;/P&gt;&lt;P&gt;keyfield,&lt;/P&gt;&lt;P&gt;linestartDate as Date,&lt;/P&gt;&lt;P&gt;Month(d2.linestartDate) as Month,&lt;/P&gt;&lt;P&gt;'Startl' as Type&lt;/P&gt;&lt;P&gt;from tablename;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Feb 2016 16:34:42 GMT</pubDate>
    <dc:creator>sathishkumar_go</dc:creator>
    <dc:date>2016-02-08T16:34:42Z</dc:date>
    <item>
      <title>Three dates convert into month</title>
      <link>https://community.qlik.com/t5/QlikView/Three-dates-convert-into-month/m-p/1071053#M937425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a situation in which I have three dates; start date, end date, and cancel date. I have to combine these three dates and make them into one date called the desired date. Hopefully once I have this desired date I want to make a Month (desireddate) as desiredMonth so by clicking on a certain month; all the three dates will get filtered out in the back end for the feasibility of the business users. I am trying to achieve this by using master calendar but I'm finding it baffling how using the master calendar take me from three dates into one date so I can make a month out of that desired date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/113895_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 13:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-dates-convert-into-month/m-p/1071053#M937425</guid>
      <dc:creator />
      <dc:date>2016-02-08T13:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Three dates convert into month</title>
      <link>https://community.qlik.com/t5/QlikView/Three-dates-convert-into-month/m-p/1071054#M937426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer to this post may help with creating a solution:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/65373"&gt;Using Multiple Dates With Master Calendar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Essentially, you create a table that links all of your dates to your master calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that Helps!&lt;/P&gt;&lt;P&gt;Nate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-dates-convert-into-month/m-p/1071054#M937426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-08T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Three dates convert into month</title>
      <link>https://community.qlik.com/t5/QlikView/Three-dates-convert-into-month/m-p/1071055#M937427</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;All the 3 fields are I same table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take&lt;/P&gt;&lt;P&gt;link:&lt;/P&gt;&lt;P&gt;keyfield,&lt;/P&gt;&lt;P&gt;d2.linecanceldate as Date,&lt;/P&gt;&lt;P&gt;Month(d2.linecanceldate) as Month,&lt;/P&gt;&lt;P&gt;'Cancel' as Type&lt;/P&gt;&lt;P&gt;from tablename;&lt;/P&gt;&lt;P&gt;concatenate (link)&lt;/P&gt;&lt;P&gt;keyfield,&lt;/P&gt;&lt;P&gt;lastbilldate as Date,&lt;/P&gt;&lt;P&gt;Month(d2.lastbilldate) as Month,&lt;/P&gt;&lt;P&gt;'End' as Type&lt;/P&gt;&lt;P&gt;from tablename;&lt;/P&gt;&lt;P&gt;concatenate (link)&lt;/P&gt;&lt;P&gt;keyfield,&lt;/P&gt;&lt;P&gt;linestartDate as Date,&lt;/P&gt;&lt;P&gt;Month(d2.linestartDate) as Month,&lt;/P&gt;&lt;P&gt;'Startl' as Type&lt;/P&gt;&lt;P&gt;from tablename;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 16:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-dates-convert-into-month/m-p/1071055#M937427</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2016-02-08T16:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Three dates convert into month</title>
      <link>https://community.qlik.com/t5/QlikView/Three-dates-convert-into-month/m-p/1071056#M937428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes all those three dates are in one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean by keyfield? Below please find my illustration of the description you provided. If I was to give all of them Date and Month alias wouldn't it give an error showing duplicate names in the same table.&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;link:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;keyfield,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;d2.linecanceldate as Date,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month(d2.linecanceldate) as Month,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'Cancel' as Type&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from contract;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;concatenate (link)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;keyfield,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;lastbilldate as Date,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month(d2.lastbilldate) as Month,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'End' as Type&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from contract;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;concatenate (link)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;keyfield,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;linestartDate as Date,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month(d2.linestartDate) as Month,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'Start' as Type&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from contract;&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;Thanks,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Arsalan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 17:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-dates-convert-into-month/m-p/1071056#M937428</guid>
      <dc:creator />
      <dc:date>2016-02-08T17:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Three dates convert into month</title>
      <link>https://community.qlik.com/t5/QlikView/Three-dates-convert-into-month/m-p/1071057#M937429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 23:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-dates-convert-into-month/m-p/1071057#M937429</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-02-08T23:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Three dates convert into month</title>
      <link>https://community.qlik.com/t5/QlikView/Three-dates-convert-into-month/m-p/1071058#M937430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could create a link table for the same and then combine the new date with the master calendar &lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;link:&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;keyfield,&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;d2.linecanceldate as Date,&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'Cancel' as Type&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;from contract;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;concatenate (link)&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;keyfield,&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;lastbilldate as Date,&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'End' as Type&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;from contract;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;concatenate (link)&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;keyfield,&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;linestartDate as Date,&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'Start' as Type&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;from contract;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;in your master calendar rename the Date column as the Date that should link you data with the master calendar like&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Master_Calendar:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LOAD date as Date,&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;...&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;....&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NOTE:&lt;STRONG&gt;Make sure your master calendar date format and the linking date format are all same &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 05:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-dates-convert-into-month/m-p/1071058#M937430</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-02-09T05:11:18Z</dc:date>
    </item>
  </channel>
</rss>

