<?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 to generic calendar in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-to-generic-calendar/m-p/230214#M711865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenation instead of joins. Something like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;CalendarLinkage:&lt;BR /&gt;LOAD&lt;BR /&gt; pd_said_code&lt;BR /&gt;,'Paid Activity Date' as DateType&lt;BR /&gt;,activity_date as CalendarDate&lt;BR /&gt;RESIDENT Paid_ACP&lt;BR /&gt;;&lt;BR /&gt;CONCATENATE (CalendarLinkage)&lt;BR /&gt;LOAD&lt;BR /&gt; illustration_plan_id&lt;BR /&gt;,'Opportunity Illustration Sent Date' as DateType&lt;BR /&gt;,sent_date as CalendarDate&lt;BR /&gt;RESIDENT Opportunity_Illustration&lt;BR /&gt;;&lt;BR /&gt;etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Dec 2010 02:23:16 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2010-12-22T02:23:16Z</dc:date>
    <item>
      <title>Link to generic calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Link-to-generic-calendar/m-p/230210#M711861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using various date fields across the tables in a dashboard. I have a generic calendar but have not been able to link the dates and calendar without creating 'loosely coupled relationships' and/or synthetic keys. Any assistance getting this sorted out would be greatly appreciated.&lt;/P&gt;&lt;P&gt;For example, I want to link the activity_date in the Paid_ACP table to the master calendar; and, I'd like to link both the submit_date and bridge_date fields in the Policy table to the master calendar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 00:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-to-generic-calendar/m-p/230210#M711861</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2010-12-22T00:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Link to generic calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Link-to-generic-calendar/m-p/230211#M711862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's say you have data like this currently (and I'm totally guessing at the unique key for each table - each table should have a unique key, and that unique key is what you should use):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Paid_ACP:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;pd_said_code, activity_date&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;PA1, Jan 10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Opportunity_Illustration:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;illustration_plan_id, sent_date&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;OI1, Jan 15&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Policy:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ss_policy_number, submit_date, application_date, bridge_date&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;P1, Jan 5, Feb 12, Feb 20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Meeting:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;rn_interations_id, appt_date&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;M1, Feb 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Claims4HowTo:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Ex_Claim Number, Ex_Issue Date, Ex_Reported Date&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;C1, Jan 20, Jan 15&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could probably link these to the Calendar like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;CalendarLinkage:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;CalendarDate, DateType, pd_said_code, illustration_plan_id, ss_policy_number, rn_interations_id, Ex_Claim Number&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Jan 10, Paid Activity Date, PA1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Jan 15, Opportunity Illustration Sent Date, , OI1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Jan 5, Policy Submit Date, , , P1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Feb 2, Policy Application Date, , , P1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Feb 20, Policy Bridge Date, , , P1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Feb 1, Meeting Appt Date, , , , M1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Jan 20, Claim Issue Date, , , , , C1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Jan 15, Claim Reported Date, , , , C1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I &lt;EM&gt;believe&lt;/EM&gt; that will give you a central linking table and no loops. Whether you still keep the separate dates on each table is up to you. I typically either choose separate dates and separate calendars, or a single date and a single calendar, but they CAN be mixed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 01:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-to-generic-calendar/m-p/230211#M711862</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-12-22T01:31:54Z</dc:date>
    </item>
    <item>
      <title>Link to generic calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Link-to-generic-calendar/m-p/230212#M711863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you can use link tables...&lt;/P&gt;&lt;P&gt;but i'm not quite sure about it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 01:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-to-generic-calendar/m-p/230212#M711863</guid>
      <dc:creator />
      <dc:date>2010-12-22T01:34:31Z</dc:date>
    </item>
    <item>
      <title>Link to generic calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Link-to-generic-calendar/m-p/230213#M711864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, this is definitely making sense, John. So I need to create a new table (e.g., CalendarLinkage), pull in the table-specific date and key fields referenced, add a field for DateType, and depending on which table I pull from, assign a DateType to each record.&lt;/P&gt;&lt;P&gt;The primary scripting command will be join; is that right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 02:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-to-generic-calendar/m-p/230213#M711864</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2010-12-22T02:14:52Z</dc:date>
    </item>
    <item>
      <title>Link to generic calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Link-to-generic-calendar/m-p/230214#M711865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenation instead of joins. Something like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;CalendarLinkage:&lt;BR /&gt;LOAD&lt;BR /&gt; pd_said_code&lt;BR /&gt;,'Paid Activity Date' as DateType&lt;BR /&gt;,activity_date as CalendarDate&lt;BR /&gt;RESIDENT Paid_ACP&lt;BR /&gt;;&lt;BR /&gt;CONCATENATE (CalendarLinkage)&lt;BR /&gt;LOAD&lt;BR /&gt; illustration_plan_id&lt;BR /&gt;,'Opportunity Illustration Sent Date' as DateType&lt;BR /&gt;,sent_date as CalendarDate&lt;BR /&gt;RESIDENT Opportunity_Illustration&lt;BR /&gt;;&lt;BR /&gt;etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 02:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-to-generic-calendar/m-p/230214#M711865</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-12-22T02:23:16Z</dc:date>
    </item>
    <item>
      <title>Link to generic calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Link-to-generic-calendar/m-p/230215#M711866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe this is going to work, sir. I will verify tomorrow. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 06:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-to-generic-calendar/m-p/230215#M711866</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2010-12-22T06:17:14Z</dc:date>
    </item>
    <item>
      <title>Link to generic calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Link-to-generic-calendar/m-p/230216#M711867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This did it. I was able to exclude the dates from the separate tables' load sccripts and created the CalendarLinkage table by loading the appropriate fields directly from the QVDs we'd already created for each of those tables. Tidied up the table structure dramatically. I will upload my sample QVW with the new script in a day or so. Perhaps someone else will be able to benefit as well. Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 01:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-to-generic-calendar/m-p/230216#M711867</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2010-12-23T01:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Link to generic calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Link-to-generic-calendar/m-p/230217#M711868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The location of the original solution upload was posted prior to the community site revamp. I've uploaded it again. Once it has been through the approval (by Moderator) process, I'll add the new link. In the meantime, let's see if I can upload it directly to this post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 19:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-to-generic-calendar/m-p/230217#M711868</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2011-02-18T19:39:15Z</dc:date>
    </item>
  </channel>
</rss>

