<?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: Calendar join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calendar-join/m-p/1725236#M723733</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14931"&gt;@jonathandienst&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dud as per your suggestion but the output result is not working .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please explain me what exactly this script is doing ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Calendar:&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;Date(MinDate + IterNo() -1,'DD/MM/YYYY') as Date,&lt;BR /&gt;Date(MinDate + IterNo() -1,'YYYY') as Year,&lt;BR /&gt;Date(MinDate + IterNo() -1,'MM/YY') as Month,&lt;BR /&gt;Date(MinDate + IterNo() -1,'YY') &amp;amp; '_' &amp;amp; Num(Week(MinDate + IterNo() -1),'00') as Week&lt;/P&gt;&lt;P&gt;While&lt;BR /&gt;MinDate + IterNo() -1 &amp;lt;=MaxDate;&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;min(Declared_Date ) as MinDate,&lt;BR /&gt;max(Declared_Date ) as MaxDate&lt;/P&gt;&lt;P&gt;Resident Transactional;&lt;/P&gt;&lt;P&gt;Or is there any other way to handle this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jul 2020 08:44:43 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2020-07-06T08:44:43Z</dc:date>
    <item>
      <title>Calendar join</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-join/m-p/1725217#M723730</link>
      <description>&lt;P&gt;Hi ALl,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table called transcational table&amp;nbsp; and has "Declared_Date " , "Arrive Date" and "Actaul date" and i see that there is script&amp;nbsp; written below to this table .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Calendar:&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;Date(MinDate + IterNo() -1,'DD/MM/YYYY') as Date,&lt;BR /&gt;Date(MinDate + IterNo() -1,'YYYY') as Year,&lt;BR /&gt;Date(MinDate + IterNo() -1,'MM/YY') as Month,&lt;/P&gt;&lt;P&gt;While&lt;BR /&gt;MinDate + IterNo() -1 &amp;lt;=MaxDate;&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;min(Declared_Date ) as MinDate,&lt;BR /&gt;max(Declared_Date ) as MaxDate&lt;/P&gt;&lt;P&gt;Resident Transactional;&lt;/P&gt;&lt;P&gt;But in the table viewer this table is not connected to the Transactional table .&lt;BR /&gt;How do i insert "Declared_Date" within this calender so that there will be mapping between Calendar and Transaction table .&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-join/m-p/1725217#M723730</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar join</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-join/m-p/1725218#M723731</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Replace the first line with:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Date(MinDate + IterNo() -1,'DD/MM/YYYY') as &lt;STRONG&gt;Declared_Date&lt;/STRONG&gt;,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 07:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-join/m-p/1725218#M723731</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2020-07-06T07:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar join</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-join/m-p/1725219#M723732</link>
      <description>&lt;P&gt;If you want to link the calendar to all three dates, these posts will help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Canonical-Date/ba-p/1463578" target="_blank" rel="noopener"&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/QlikView-Documents/Linking-to-two-or-more-dates/ta-p/1495322" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-Documents/Linking-to-two-or-more-dates/ta-p/1495322&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 07:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-join/m-p/1725219#M723732</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2020-07-06T07:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar join</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-join/m-p/1725236#M723733</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14931"&gt;@jonathandienst&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dud as per your suggestion but the output result is not working .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please explain me what exactly this script is doing ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Calendar:&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;Date(MinDate + IterNo() -1,'DD/MM/YYYY') as Date,&lt;BR /&gt;Date(MinDate + IterNo() -1,'YYYY') as Year,&lt;BR /&gt;Date(MinDate + IterNo() -1,'MM/YY') as Month,&lt;BR /&gt;Date(MinDate + IterNo() -1,'YY') &amp;amp; '_' &amp;amp; Num(Week(MinDate + IterNo() -1),'00') as Week&lt;/P&gt;&lt;P&gt;While&lt;BR /&gt;MinDate + IterNo() -1 &amp;lt;=MaxDate;&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;min(Declared_Date ) as MinDate,&lt;BR /&gt;max(Declared_Date ) as MaxDate&lt;/P&gt;&lt;P&gt;Resident Transactional;&lt;/P&gt;&lt;P&gt;Or is there any other way to handle this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 08:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-join/m-p/1725236#M723733</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-07-06T08:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar join</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-join/m-p/1725298#M723734</link>
      <description>&lt;P&gt;Change the script as highlighted by&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14931"&gt;@jonathandienst&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Calendar:&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;Date(MinDate + IterNo() -1,'DD/MM/YYYY') as &lt;STRONG&gt;Declared_Date&lt;/STRONG&gt;,&lt;BR /&gt;Date(MinDate + IterNo() -1,'YYYY') as Year,&lt;BR /&gt;Date(MinDate + IterNo() -1,'MM/YY') as Month,&lt;BR /&gt;Date(MinDate + IterNo() -1,'YY') &amp;amp; '_' &amp;amp; Num(Week(MinDate + IterNo() -1),'00') as Week&lt;/P&gt;&lt;P&gt;While&lt;BR /&gt;MinDate + IterNo() -1 &amp;lt;=MaxDate;&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;min(Declared_Date ) as MinDate,&lt;BR /&gt;max(Declared_Date ) as MaxDate&lt;/P&gt;&lt;P&gt;Resident Transactional;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 10:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-join/m-p/1725298#M723734</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-07-06T10:56:22Z</dc:date>
    </item>
  </channel>
</rss>

