<?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: Create Calendar in two fields dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-Calendar-in-two-fields-dates/m-p/1679759#M727631</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Those dates are something like start and end dates and you want to create master calendar with one date field which is formed by merging those two dates.&amp;nbsp; This is what i understand.&lt;/P&gt;&lt;P&gt;If this is the case and if months and years will be same for two dates, you can create new field using&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;MonthStart(A_Date) as MasterDate&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;And then on your master calendar use only the MasterDate column.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2020 09:04:35 GMT</pubDate>
    <dc:creator>mfarsln</dc:creator>
    <dc:date>2020-02-27T09:04:35Z</dc:date>
    <item>
      <title>Create Calendar in two fields dates</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Calendar-in-two-fields-dates/m-p/1679754#M727630</link>
      <description>&lt;P&gt;Hello There,&lt;/P&gt;&lt;P&gt;How to make a calendar in two fields join dates to get the month and year?&lt;/P&gt;&lt;TABLE border="0" width="192" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="96" height="29"&gt;A_Date&lt;/TD&gt;&lt;TD width="96"&gt;B_Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="29"&gt;20190701&lt;/TD&gt;&lt;TD&gt;20190702&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="29"&gt;20190701&lt;/TD&gt;&lt;TD&gt;20190731&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="29"&gt;20190801&lt;/TD&gt;&lt;TD&gt;20190830&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="29"&gt;20191001&lt;/TD&gt;&lt;TD&gt;20191021&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you understand what im saying.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Bing&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Calendar-in-two-fields-dates/m-p/1679754#M727630</guid>
      <dc:creator>bsbernabe</dc:creator>
      <dc:date>2024-11-16T01:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create Calendar in two fields dates</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Calendar-in-two-fields-dates/m-p/1679759#M727631</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Those dates are something like start and end dates and you want to create master calendar with one date field which is formed by merging those two dates.&amp;nbsp; This is what i understand.&lt;/P&gt;&lt;P&gt;If this is the case and if months and years will be same for two dates, you can create new field using&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;MonthStart(A_Date) as MasterDate&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;And then on your master calendar use only the MasterDate column.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 09:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Calendar-in-two-fields-dates/m-p/1679759#M727631</guid>
      <dc:creator>mfarsln</dc:creator>
      <dc:date>2020-02-27T09:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create Calendar in two fields dates</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Calendar-in-two-fields-dates/m-p/1679770#M727632</link>
      <description>&lt;P&gt;Hello, In This we require one primary key&lt;/P&gt;&lt;P&gt;Here Sno is pK&lt;/P&gt;&lt;P&gt;TEMP:&lt;/P&gt;&lt;P&gt;Load Sno,&lt;/P&gt;&lt;P&gt;Date((A_DATE) + IterNo() -1 ,'DD-MM-YYYY') AS TEMPDATE&lt;/P&gt;&lt;P&gt;Resident [Bank INM] While IterNo() &amp;lt;= (B_DATE - A_DATE +1);&lt;/P&gt;&lt;P&gt;CALENDER:&lt;/P&gt;&lt;P&gt;LOAD DATE(TEMPDATE,'DD-MM-YYYY') AS DATE,&lt;/P&gt;&lt;P&gt;Sno,&lt;/P&gt;&lt;P&gt;MONTH(TEMPDATE) AS MONTH,&lt;/P&gt;&lt;P&gt;YEAR(TEMPDATE) AS YEAR Resident TEMP;&lt;/P&gt;&lt;P&gt;DROP TABLE TEMP;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 09:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Calendar-in-two-fields-dates/m-p/1679770#M727632</guid>
      <dc:creator>Surya</dc:creator>
      <dc:date>2020-02-27T09:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create Calendar in two fields dates</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Calendar-in-two-fields-dates/m-p/1689631#M727633</link>
      <description>&lt;P&gt;Only thing of which I can think is the following Design Blog to maybe shed some further light, I am including the base URL for the area below that in case you wish to search further on your own:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Canonical-Date/ba-p/1463578" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Canonical-Date/ba-p/1463578&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 21:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Calendar-in-two-fields-dates/m-p/1689631#M727633</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-03-31T21:28:42Z</dc:date>
    </item>
  </channel>
</rss>

