<?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: How do I link my inline table to Master Calendar in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-link-my-inline-table-to-Master-Calendar/m-p/735136#M263130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps I dont really need a Master Calendar. All I am looking to do is create Year &amp;amp; Month list boxes so the user can fileter based upon this simple set of sample data to begin with,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; LOAD * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Event Date, Device, Users&lt;BR /&gt;201401,iPhone,10000&lt;BR /&gt;201402,iPhone,51000&lt;BR /&gt;201403,iPhone,52000&lt;BR /&gt;201404,iPhone,49000&lt;BR /&gt;201405,iPhone,54000&lt;BR /&gt;201406,iPhone,56000&lt;BR /&gt;201407,iPhone,23000&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Event Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'YYYYMM'),&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Event Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month([Event Date]) as Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;But the above doesnt seem to be working. Can you help? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2014 18:50:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-08T18:50:17Z</dc:date>
    <item>
      <title>How do I link my inline table to Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-link-my-inline-table-to-Master-Calendar/m-p/735134#M263128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have a Master Calendar which calculates a Month field. I want to do a simple inline table which has a Month field. But when I do It always seems to add the inline months to my Month listbox. What am I doing wrong? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 17:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-link-my-inline-table-to-Master-Calendar/m-p/735134#M263128</guid>
      <dc:creator />
      <dc:date>2014-07-08T17:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link my inline table to Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-link-my-inline-table-to-Master-Calendar/m-p/735135#M263129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the month field in the calendar and the month field in the inline load have the same field name (Month), the listbox displays the content of the Month field, = values from calendar and inline load&amp;nbsp; &lt;/P&gt;&lt;P&gt;or I'm missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 18:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-link-my-inline-table-to-Master-Calendar/m-p/735135#M263129</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-07-08T18:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link my inline table to Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-link-my-inline-table-to-Master-Calendar/m-p/735136#M263130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps I dont really need a Master Calendar. All I am looking to do is create Year &amp;amp; Month list boxes so the user can fileter based upon this simple set of sample data to begin with,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; LOAD * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Event Date, Device, Users&lt;BR /&gt;201401,iPhone,10000&lt;BR /&gt;201402,iPhone,51000&lt;BR /&gt;201403,iPhone,52000&lt;BR /&gt;201404,iPhone,49000&lt;BR /&gt;201405,iPhone,54000&lt;BR /&gt;201406,iPhone,56000&lt;BR /&gt;201407,iPhone,23000&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Event Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'YYYYMM'),&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Event Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month([Event Date]) as Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;But the above doesnt seem to be working. Can you help? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 18:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-link-my-inline-table-to-Master-Calendar/m-p/735136#M263130</guid>
      <dc:creator />
      <dc:date>2014-07-08T18:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link my inline table to Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-link-my-inline-table-to-Master-Calendar/m-p/735137#M263131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this (added a resident, in bold)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Event Date, Device, Users&lt;/P&gt;&lt;P&gt;201401,iPhone,10000&lt;/P&gt;&lt;P&gt;201402,iPhone,51000&lt;/P&gt;&lt;P&gt;201403,iPhone,52000&lt;/P&gt;&lt;P&gt;201404,iPhone,49000&lt;/P&gt;&lt;P&gt;201405,iPhone,54000&lt;/P&gt;&lt;P&gt;201406,iPhone,56000&lt;/P&gt;&lt;P&gt;201407,iPhone,23000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t2:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; &lt;/P&gt;&lt;P&gt;date(date#([Event Date],'YYYYMM'), 'MMM-YYYY') as MonthYear,&lt;/P&gt;&lt;P&gt;Year(Date#([Event Date],'YYYYMM')) as Year,&lt;/P&gt;&lt;P&gt;Month(Date#([Event Date],'YYYYMM')) as Month&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident t;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or with a preceding load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; &lt;/P&gt;&lt;P&gt;date(date#([Event Date],'YYYYMM'), 'MMM-YYYY') as MonthYear,&lt;/P&gt;&lt;P&gt;Year(Date#([Event Date],'YYYYMM')) as Year,&lt;/P&gt;&lt;P&gt;Month(Date#([Event Date],'YYYYMM')) as Month;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Event Date, Device, Users&lt;/P&gt;&lt;P&gt;201401,iPhone,10000&lt;/P&gt;&lt;P&gt;201402,iPhone,51000&lt;/P&gt;&lt;P&gt;201403,iPhone,52000&lt;/P&gt;&lt;P&gt;201404,iPhone,49000&lt;/P&gt;&lt;P&gt;201405,iPhone,54000&lt;/P&gt;&lt;P&gt;201406,iPhone,56000&lt;/P&gt;&lt;P&gt;201407,iPhone,23000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 18:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-link-my-inline-table-to-Master-Calendar/m-p/735137#M263131</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-07-08T18:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link my inline table to Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-link-my-inline-table-to-Master-Calendar/m-p/735138#M263132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm close. That works. I get list boxes with Mont,&amp;nbsp; Year, MonthYear. However selecting them does not filter to the appropriate value. Here is what I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;Event Date, Device, Active Users&lt;BR /&gt;201401,iPhone,10000&lt;BR /&gt;201402,iPhone,51000&lt;BR /&gt;201403,iPhone,52000&lt;BR /&gt;201404,iPhone,49000&lt;BR /&gt;201405,iPhone,54000&lt;BR /&gt;201406,iPhone,56000&lt;BR /&gt;201407,iPhone,23000&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;t2:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Event Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'YYYYMM'), 'MMM-YYYY') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MonthYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Event Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'YYYYMM')) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Event Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'YYYYMM')) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;'Q' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Ceil&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Event Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'YYYYMM')) /3) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Quarter]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [Sample Table];&lt;BR /&gt;&lt;BR /&gt;I tried a line chart with Month Year and Event Date as the dimension and Active Users as the Expression. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 19:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-link-my-inline-table-to-Master-Calendar/m-p/735138#M263132</guid>
      <dc:creator />
      <dc:date>2014-07-08T19:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link my inline table to Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-link-my-inline-table-to-Master-Calendar/m-p/735139#M263133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to associate (link) the 2 tables&lt;/P&gt;&lt;P&gt;in your model there is no common field (you can see it in table viewer, ctrl-t; I suppose 2 tables, no link between them); try to add a common field (bold) and see the difference in table viewer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Sample Table]:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Event Date, Device, Active Users&lt;/P&gt;&lt;P&gt;201401,iPhone,10000&lt;/P&gt;&lt;P&gt;201402,iPhone,51000&lt;/P&gt;&lt;P&gt;201403,iPhone,52000&lt;/P&gt;&lt;P&gt;201404,iPhone,49000&lt;/P&gt;&lt;P&gt;201405,iPhone,54000&lt;/P&gt;&lt;P&gt;201406,iPhone,56000&lt;/P&gt;&lt;P&gt;201407,iPhone,23000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t2:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Event Date],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;date(date#([Event Date],'YYYYMM'), 'MMM-YYYY') as MonthYear,&lt;/P&gt;&lt;P&gt;Year(Date#([Event Date],'YYYYMM')) as Year,&lt;/P&gt;&lt;P&gt;Month(Date#([Event Date],'YYYYMM')) as Month,&lt;/P&gt;&lt;P&gt;'Q' &amp;amp; Ceil(Month(Date#([Event Date],'YYYYMM')) /3) as [Quarter]&lt;/P&gt;&lt;P&gt;Resident [Sample Table];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 19:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-link-my-inline-table-to-Master-Calendar/m-p/735139#M263133</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-07-08T19:37:09Z</dc:date>
    </item>
  </channel>
</rss>

