<?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 Calendar using two dates coming from different table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Calendar-using-two-dates-coming-from-different-table/m-p/1739622#M56592</link>
    <description>&lt;P&gt;Hello, i want to created master calendar using two dates coming from different tables&lt;/P&gt;&lt;P&gt;=======================================&lt;/P&gt;&lt;P&gt;Table 1 has the data from (2017 till 2020)&lt;/P&gt;&lt;P&gt;Table1:&amp;nbsp; &amp;nbsp; //Photo-201701 format&lt;/P&gt;&lt;P&gt;LOAD Photo,&lt;BR /&gt;left(Photo,4) as Year,&lt;BR /&gt;Project as [Project Code]&lt;/P&gt;&lt;P&gt;From Source......&lt;/P&gt;&lt;P&gt;==================================&lt;/P&gt;&lt;P&gt;Table 2 Has data from 2017 till 2025&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;Qualify *&lt;BR /&gt;;&lt;BR /&gt;Unqualify [Project Code];&lt;BR /&gt;LOAD&lt;BR /&gt;&lt;BR /&gt;Project as [Project Code],&lt;BR /&gt;[Calendar Year], //format of this feild is 201701&lt;/P&gt;&lt;P&gt;From Source.......]&lt;/P&gt;&lt;P&gt;Unqualify *;&lt;/P&gt;&lt;P&gt;1) I want to show the&amp;nbsp; single filter at front showing values from 2017 to 2025 (one single filter for entire dashboard).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_1-1598695059337.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39754iAC7C9086349AFEBD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_1-1598695059337.png" alt="Aspiring_Developer_1-1598695059337.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2) if i make selection in filter (Year) as 2017 , it should get filtered in the other also ie calendar year&lt;/P&gt;&lt;P&gt;So far i have done below:&lt;/P&gt;&lt;P&gt;Table A:&lt;/P&gt;&lt;P&gt;Project &amp;amp; left(Photo) as %Key_Year&lt;/P&gt;&lt;P&gt;From Source...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table B:&lt;/P&gt;&lt;P&gt;Unqualify *;&lt;/P&gt;&lt;P&gt;Qualify %key;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;&lt;P&gt;Project &amp;amp; [Calendar Year] as % Key_Year&lt;/P&gt;&lt;P&gt;From Source...&lt;/P&gt;&lt;P&gt;Unqualify *;&lt;/P&gt;&lt;P&gt;And it works&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_2-1598695695775.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39755i20BB8BE6AEE9233E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_2-1598695695775.png" alt="Aspiring_Developer_2-1598695695775.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But should i show the single filter at front end. Please suggest&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14931"&gt;@jonathandienst&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Sat, 29 Aug 2020 10:08:49 GMT</pubDate>
    <dc:creator>Aspiring_Developer</dc:creator>
    <dc:date>2020-08-29T10:08:49Z</dc:date>
    <item>
      <title>Calendar using two dates coming from different table</title>
      <link>https://community.qlik.com/t5/App-Development/Calendar-using-two-dates-coming-from-different-table/m-p/1739622#M56592</link>
      <description>&lt;P&gt;Hello, i want to created master calendar using two dates coming from different tables&lt;/P&gt;&lt;P&gt;=======================================&lt;/P&gt;&lt;P&gt;Table 1 has the data from (2017 till 2020)&lt;/P&gt;&lt;P&gt;Table1:&amp;nbsp; &amp;nbsp; //Photo-201701 format&lt;/P&gt;&lt;P&gt;LOAD Photo,&lt;BR /&gt;left(Photo,4) as Year,&lt;BR /&gt;Project as [Project Code]&lt;/P&gt;&lt;P&gt;From Source......&lt;/P&gt;&lt;P&gt;==================================&lt;/P&gt;&lt;P&gt;Table 2 Has data from 2017 till 2025&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;Qualify *&lt;BR /&gt;;&lt;BR /&gt;Unqualify [Project Code];&lt;BR /&gt;LOAD&lt;BR /&gt;&lt;BR /&gt;Project as [Project Code],&lt;BR /&gt;[Calendar Year], //format of this feild is 201701&lt;/P&gt;&lt;P&gt;From Source.......]&lt;/P&gt;&lt;P&gt;Unqualify *;&lt;/P&gt;&lt;P&gt;1) I want to show the&amp;nbsp; single filter at front showing values from 2017 to 2025 (one single filter for entire dashboard).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_1-1598695059337.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39754iAC7C9086349AFEBD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_1-1598695059337.png" alt="Aspiring_Developer_1-1598695059337.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2) if i make selection in filter (Year) as 2017 , it should get filtered in the other also ie calendar year&lt;/P&gt;&lt;P&gt;So far i have done below:&lt;/P&gt;&lt;P&gt;Table A:&lt;/P&gt;&lt;P&gt;Project &amp;amp; left(Photo) as %Key_Year&lt;/P&gt;&lt;P&gt;From Source...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table B:&lt;/P&gt;&lt;P&gt;Unqualify *;&lt;/P&gt;&lt;P&gt;Qualify %key;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;&lt;P&gt;Project &amp;amp; [Calendar Year] as % Key_Year&lt;/P&gt;&lt;P&gt;From Source...&lt;/P&gt;&lt;P&gt;Unqualify *;&lt;/P&gt;&lt;P&gt;And it works&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_2-1598695695775.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39755i20BB8BE6AEE9233E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_2-1598695695775.png" alt="Aspiring_Developer_2-1598695695775.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But should i show the single filter at front end. Please suggest&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14931"&gt;@jonathandienst&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 10:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calendar-using-two-dates-coming-from-different-table/m-p/1739622#M56592</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-08-29T10:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar using two dates coming from different table</title>
      <link>https://community.qlik.com/t5/App-Development/Calendar-using-two-dates-coming-from-different-table/m-p/1739947#M56625</link>
      <description>&lt;P&gt;Have you seen this post -&amp;gt;&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Canonical-Date/ba-p/1463578" target="_blank" rel="noopener"&gt;Canonical Date&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 13:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calendar-using-two-dates-coming-from-different-table/m-p/1739947#M56625</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-31T13:49:47Z</dc:date>
    </item>
  </channel>
</rss>

