<?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 Link Month Level Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-Month-Level-Data/m-p/14237#M2347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a main dataset that has a Date-Day as its Date Dimension.&amp;nbsp; I need to link a table that has Month as it's lowest Date Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fields in Main Dataset :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date as (dd/mm/yyyy)&amp;nbsp; &lt;/P&gt;&lt;P&gt;Driver&lt;/P&gt;&lt;P&gt;Area&lt;/P&gt;&lt;P&gt;Total Miles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fields in Second Dataset:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Date as MM-YYYY&amp;nbsp; (eg Jun-2017)&lt;/P&gt;&lt;P&gt;Driver &lt;/P&gt;&lt;P&gt;Area&lt;/P&gt;&lt;P&gt;Total Earnings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can anyone advise on how to link the Month level data to the main dataset without it duplicating?&amp;nbsp; I need to be able to show the monthly target for each driver, so when the user selects a date - another summary tab can show the Earnings at month level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2018 23:19:10 GMT</pubDate>
    <dc:creator>prees959</dc:creator>
    <dc:date>2018-03-12T23:19:10Z</dc:date>
    <item>
      <title>Link Month Level Data</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Month-Level-Data/m-p/14237#M2347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a main dataset that has a Date-Day as its Date Dimension.&amp;nbsp; I need to link a table that has Month as it's lowest Date Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fields in Main Dataset :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date as (dd/mm/yyyy)&amp;nbsp; &lt;/P&gt;&lt;P&gt;Driver&lt;/P&gt;&lt;P&gt;Area&lt;/P&gt;&lt;P&gt;Total Miles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fields in Second Dataset:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Date as MM-YYYY&amp;nbsp; (eg Jun-2017)&lt;/P&gt;&lt;P&gt;Driver &lt;/P&gt;&lt;P&gt;Area&lt;/P&gt;&lt;P&gt;Total Earnings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can anyone advise on how to link the Month level data to the main dataset without it duplicating?&amp;nbsp; I need to be able to show the monthly target for each driver, so when the user selects a date - another summary tab can show the Earnings at month level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 23:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Month-Level-Data/m-p/14237#M2347</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2018-03-12T23:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Link Month Level Data</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Month-Level-Data/m-p/14238#M2348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may think of creating master calendar with date, month, year etc fields. Join the month field of master calendar to bottom table and date field to top table. I think Qlik will provide you all the required information through dynamic association created on the fly when chart is visualized and dimensions and measures calculated on the fly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 01:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Month-Level-Data/m-p/14238#M2348</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-13T01:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Link Month Level Data</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Month-Level-Data/m-p/14239#M2349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Date,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Date(MonthStart(Date), 'MM-YYYY') as DateKey,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Driver,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Area,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; [Total Miles]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Join (Table1)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Date(MonthStart(Date#(Date, 'MM-YYYY')), 'MM-YYYY') as DateKey,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Driver,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Area,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; [Total Earnings]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 05:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Month-Level-Data/m-p/14239#M2349</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-03-13T05:05:45Z</dc:date>
    </item>
  </channel>
</rss>

