<?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 How to use Master Calendar with two or more different dates from different table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-Master-Calendar-with-two-or-more-different-dates-from/m-p/1548541#M440072</link>
    <description>&lt;P&gt;I have OrderDate in Order table and DispatchDate in Dispatch table and etc... How can make use of Master Calendar in his scenario. Please let me know your idea.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:21:23 GMT</pubDate>
    <dc:creator>qlikviewforum</dc:creator>
    <dc:date>2024-11-16T21:21:23Z</dc:date>
    <item>
      <title>How to use Master Calendar with two or more different dates from different table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Master-Calendar-with-two-or-more-different-dates-from/m-p/1548541#M440072</link>
      <description>&lt;P&gt;I have OrderDate in Order table and DispatchDate in Dispatch table and etc... How can make use of Master Calendar in his scenario. Please let me know your idea.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Master-Calendar-with-two-or-more-different-dates-from/m-p/1548541#M440072</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2024-11-16T21:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Master Calendar with two or more different dates from different table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Master-Calendar-with-two-or-more-different-dates-from/m-p/1548616#M440077</link>
      <description>&lt;P&gt;HAve a look&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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/QlikView-Documents/Linking-to-two-or-more-dates/ta-p/1495322" target="_blank"&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, 25 Feb 2019 10:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Master-Calendar-with-two-or-more-different-dates-from/m-p/1548616#M440077</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-25T10:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Master Calendar with two or more different dates from different table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Master-Calendar-with-two-or-more-different-dates-from/m-p/1548620#M440078</link>
      <description>&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;Order Table has OrderDate &amp;amp; OrderId and Dispatch Table has DispatchDate &amp;amp; DispatchId fields then create a bridge table; this will be linked to Master calendar and Order as well as Dispatch tables.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;DateBridge:&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;LOAD DISTINCT &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;OrderId,&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;OrderDate AS Date,&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;'Order' AS DateType&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;Resident Order&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;Where ISNULL(OrderDate) = 0;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;Concatenate&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;LOAD DISTINCT &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;DispatchId,&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;DispatchDate AS Date,&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;'Dispatch' AS DateType&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;Resident Dispatch&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;Where ISNULL(DispatchDate) = 0;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Use below sort of set analysis expression:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;Count({&amp;lt;DateType={'Order'}, Date={"&amp;gt;=$(=MonthStart(AddMonths(Max(Date), -11))) &amp;lt;=$(=Max(Date))"}&amp;gt;}OrderId)&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;Count({&amp;lt;DateType={'Dispatch'}, Date={"&amp;gt;=$(=MonthStart(AddMonths(Max(Date), -11))) &amp;lt;=$(=Max(Date))"}&amp;gt;}DispatchId)&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 10:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Master-Calendar-with-two-or-more-different-dates-from/m-p/1548620#M440078</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2019-02-25T10:35:08Z</dc:date>
    </item>
  </channel>
</rss>

