<?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: Multiple date in single  table and Master Calender, how to create tdata modelhe in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-date-in-single-table-and-Master-Calender-how-to-create/m-p/1222323#M390651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is how, without duplicating the Fact rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Split fact into three tables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1- request I'd and Breached&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2-request I'd and Created date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3- Request I'd and Resolved date&lt;/P&gt;&lt;P&gt;Then proceed as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/recipes/download-info/tutorial-using-common-date-dimensions/" title="http://qlikviewcookbook.com/recipes/download-info/tutorial-using-common-date-dimensions/"&gt;Search Recipes | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Feb 2017 05:20:45 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-02-19T05:20:45Z</dc:date>
    <item>
      <title>Multiple date in single  table and Master Calender, how to create tdata modelhe</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-date-in-single-table-and-Master-Calender-how-to-create/m-p/1222321#M390649</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 1 table and multiple dates&lt;/P&gt;&lt;P&gt;Like created date , resolved date&amp;nbsp; and want to chart that shows 1 bare on resolved date n 1 on created date or stacked chart .&lt;/P&gt;&lt;P&gt;There will be the need of calendar master but how that I not not sure .plz help me out&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Request ID&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Created Date&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Resolved Date&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Breached&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12/09/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;21/10/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;16/10/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;30/11/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NO&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;17/10/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;18/10/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NO&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Thanks in advance Swati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 04:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-date-in-single-table-and-Master-Calender-how-to-create/m-p/1222321#M390649</guid>
      <dc:creator>swatitomar</dc:creator>
      <dc:date>2017-02-19T04:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple date in single  table and Master Calender, how to create tdata modelhe</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-date-in-single-table-and-Master-Calender-how-to-create/m-p/1222322#M390650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be load some thing like below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Request ID] as ReqID, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Resolved Date] as CommonDate, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Resolved Date' as Flag,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Breached&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;C&gt;&lt;/C&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Request ID] as ReqID, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Created Date] as CommonDate, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Created Date' as Flag,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Breached&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;C&gt;&lt;/C&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then Create stacked chart using Dim as &lt;STRONG&gt;CommonDate&lt;/STRONG&gt; and What ever metric and go ahead and do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data model seems below&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/153624_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 04:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-date-in-single-table-and-Master-Calender-how-to-create/m-p/1222322#M390650</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-19T04:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple date in single  table and Master Calender, how to create tdata modelhe</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-date-in-single-table-and-Master-Calender-how-to-create/m-p/1222323#M390651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is how, without duplicating the Fact rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Split fact into three tables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1- request I'd and Breached&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2-request I'd and Created date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3- Request I'd and Resolved date&lt;/P&gt;&lt;P&gt;Then proceed as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/recipes/download-info/tutorial-using-common-date-dimensions/" title="http://qlikviewcookbook.com/recipes/download-info/tutorial-using-common-date-dimensions/"&gt;Search Recipes | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 05:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-date-in-single-table-and-Master-Calender-how-to-create/m-p/1222323#M390651</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-19T05:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple date in single  table and Master Calender, how to create tdata modelhe</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-date-in-single-table-and-Master-Calender-how-to-create/m-p/1222324#M390652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anil..&lt;/P&gt;&lt;P&gt;We don't need master calendar in this ??&lt;/P&gt;&lt;P&gt;N it will duplicate the entries ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 16:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-date-in-single-table-and-Master-Calender-how-to-create/m-p/1222324#M390652</guid>
      <dc:creator>swatitomar</dc:creator>
      <dc:date>2017-02-19T16:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple date in single  table and Master Calender, how to create tdata modelhe</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-date-in-single-table-and-Master-Calender-how-to-create/m-p/1222325#M390653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U mean create link table.. il try this also..&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 16:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-date-in-single-table-and-Master-Calender-how-to-create/m-p/1222325#M390653</guid>
      <dc:creator>swatitomar</dc:creator>
      <dc:date>2017-02-19T16:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple date in single  table and Master Calender, how to create tdata modelhe</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-date-in-single-table-and-Master-Calender-how-to-create/m-p/1222326#M390654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think so whether you need Master Calendar to Ctrl This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where you seen the Duplicated. I didn't found anything&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would better if you share Any Image by using Hand Sketch to look the same to illustrate the Output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 16:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-date-in-single-table-and-Master-Calender-how-to-create/m-p/1222326#M390654</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-19T16:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple date in single  table and Master Calender, how to create tdata modelhe</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-date-in-single-table-and-Master-Calender-how-to-create/m-p/1222327#M390655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With multiple dates you have something that is often called a role playing dimension. You date is a dimension that has different roles - both Created and Resolved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can implement this in several ways:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Keep it as it is without creating an "master calendar" or multiple "master calenders". Just do your date references to various parts with date-functions like Year(), Month() and so forth. This could lead to rather complicated expressions depending on the complexity of your application.&lt;/LI&gt;&lt;LI&gt;You can create two separate master calendars: one for created and one for resolved. It is quite easy to do in your load script as you just duplicate the first one after you created it. But keep in mind that field names for the two different calendars have to be different.&lt;BR /&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2730"&gt;Why You sometimes should Load a Master Table several times&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Create a link-table - this is what &lt;A href="https://community.qlik.com/qlik-users/4003"&gt;Henric Cronström&lt;/A&gt; have called a "Canonical Date". Then the link table keep track of the different roles that the dates are playing.&lt;BR /&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;A combination of two or more of the previous approaches&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many discussions and articles about this on this community. The two documents above is essential reading well worth the time studying it throughly - it will save you countless of hours getting early exposure to best practice when it comes to date handling in the data model and your application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 19:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-date-in-single-table-and-Master-Calender-how-to-create/m-p/1222327#M390655</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-02-19T19:41:48Z</dc:date>
    </item>
  </channel>
</rss>

