<?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: Link Date Calendar to Link Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443180#M487810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;You must&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;verify the format&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of the fields&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that make&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the association&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;between the tables&lt;/SPAN&gt;. &lt;SPAN class="hps"&gt;In this case&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the field is the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Date&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2013 11:49:22 GMT</pubDate>
    <dc:creator>fernando_tonial</dc:creator>
    <dc:date>2013-01-22T11:49:22Z</dc:date>
    <item>
      <title>Link Date Calendar to Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443175#M487805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am still relatively new to QlikView, however I require a Day, Month, Quarter &amp;amp; Year Filter (List Box) to link to my Link table, based on the dates I select the object will dynamically analyses my Data model. However when I do link it to Inline table I receive an error stating Ambiguous results. My table looks like image attached, I have removed the Day, Month, Year Inline Tables, if someone could please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 10:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443175#M487805</guid>
      <dc:creator />
      <dc:date>2013-01-22T10:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Link Date Calendar to Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443176#M487806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He Gerhard, &lt;/P&gt;&lt;P&gt;You usually get the ambiguous results if there is some 'loop/circular reference'&amp;nbsp; in your data model. For example table 1 is connected to table 2 and table 3, table 2 is connected to table 3.&lt;/P&gt;&lt;P&gt;You should remove these circular references.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gr.&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 11:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443176#M487806</guid>
      <dc:creator />
      <dc:date>2013-01-22T11:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Link Date Calendar to Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443177#M487807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerhard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create 2 variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMonthStart = Date('01/01/2006');&lt;/P&gt;&lt;P&gt;LET vMonthFinish = Date(MonthEnd(Today()));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a table using the variables and AUTOGENERATE comand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALENDAR:&lt;/P&gt;&lt;P&gt; LOAD&lt;/P&gt;&lt;P&gt; [Date] as Date,&lt;/P&gt;&lt;P&gt; Day(Date) as Day,&lt;/P&gt;&lt;P&gt; Month(Date) as Month,&lt;/P&gt;&lt;P&gt; Year(Date) as Year,&lt;/P&gt;&lt;P&gt; MonthName(Date) as [MonthYear],&lt;/P&gt;&lt;P&gt; ceil(Month(Date)/3)&amp;amp;'º Q' as [Quarter];&lt;/P&gt;&lt;P&gt; LOAD&lt;/P&gt;&lt;P&gt; Date(MonthEnd(Today())- Recno()+1,'DD/MM/YYYY') as [Date]&lt;/P&gt;&lt;P&gt; AUTOGENERATE(vMonthFinish-vMonthStart+1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Tonial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 11:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443177#M487807</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2013-01-22T11:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Link Date Calendar to Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443178#M487808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@fernando.tonial, finally got the date to link with teh LINK table, however if I make any selection (lets say 2012) all my object loose all there data, no in my mind if I select 2012 from calander, it should link to LINK table that is also linked to Orders, so all the orders with CreatedDate (**/**/2012) should be previewed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 11:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443178#M487808</guid>
      <dc:creator />
      <dc:date>2013-01-22T11:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Link Date Calendar to Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443179#M487809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 11:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443179#M487809</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-01-22T11:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Link Date Calendar to Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443180#M487810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;You must&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;verify the format&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of the fields&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that make&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the association&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;between the tables&lt;/SPAN&gt;. &lt;SPAN class="hps"&gt;In this case&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the field is the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Date&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 11:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443180#M487810</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2013-01-22T11:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Link Date Calendar to Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443181#M487811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found out that my Link table only pull the first table data, not the rest: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Company Date&lt;/P&gt;&lt;P&gt;Link:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; compID&lt;/P&gt;&lt;P&gt;,Comp_CreatedDate as Date&lt;/P&gt;&lt;P&gt;,'Comp_Created' as DateType&lt;/P&gt;&lt;P&gt;RESIDENT Company&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;// Cases Date&lt;/P&gt;&lt;P&gt;CONCATENATE (Link)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; caseID&lt;/P&gt;&lt;P&gt;,Case_CreatedDate as Date&lt;/P&gt;&lt;P&gt;,'Case_Created' as DateType&lt;/P&gt;&lt;P&gt;RESIDENT Cases&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;// Person Date&lt;/P&gt;&lt;P&gt;CONCATENATE (Link)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; personID&lt;/P&gt;&lt;P&gt;,Pers_CreatedDate as Date&lt;/P&gt;&lt;P&gt;,'Pers_Created' as DateType&lt;/P&gt;&lt;P&gt;RESIDENT Person&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;//&amp;nbsp; Opportunity&lt;/P&gt;&lt;P&gt;CONCATENATE (Link)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; oppID&lt;/P&gt;&lt;P&gt;,Oppo_CreatedDate as Date&lt;/P&gt;&lt;P&gt;,'Oppo_Created' as DateType&lt;/P&gt;&lt;P&gt;RESIDENT Opportunity&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;// Lead&lt;/P&gt;&lt;P&gt;CONCATENATE (Link)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; leadID&lt;/P&gt;&lt;P&gt;,Lead_CreatedDate as Date&lt;/P&gt;&lt;P&gt;,'Lead_Created' as DateType&lt;/P&gt;&lt;P&gt;RESIDENT Lead&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 12:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443181#M487811</guid>
      <dc:creator />
      <dc:date>2013-01-22T12:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Link Date Calendar to Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443182#M487812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write this code in every load on first&lt;/P&gt;&lt;P&gt;Date(Date#(Date,'DD-MM-YYYY'))as ABC,&lt;/P&gt;&lt;P&gt;i think it might be help you..&lt;/P&gt;&lt;P&gt;all procedure same only add this code in every load at starting time like&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;//Company Date&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Link:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;LOAD&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Date(Date#(Date,'DD-MM-YYYY'))as ABC,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;compID&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;,Comp_CreatedDate as Date&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;,'Comp_Created' as DateType&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;RESIDENT Company&lt;/P&gt;&lt;P&gt;if this can't helps you then&lt;/P&gt;&lt;P&gt; replace concatenate and use inner join&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 12:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443182#M487812</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-01-22T12:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Link Date Calendar to Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443183#M487813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With no luck er.mohit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LINK table only pulls the first (Company) table and has the other fields as columns with no values, I have tried the Date as well the Inner Join with no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other suggestions? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 13:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443183#M487813</guid>
      <dc:creator />
      <dc:date>2013-01-22T13:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Link Date Calendar to Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443184#M487814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;send me your overall script.&lt;/P&gt;&lt;P&gt;i ll try my best.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 13:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443184#M487814</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-01-22T13:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Link Date Calendar to Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443185#M487815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you er.mohit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every time I would like the tables and then to the Link table I get duplicates, other issue is there is no Master table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 13:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443185#M487815</guid>
      <dc:creator />
      <dc:date>2013-01-22T13:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Link Date Calendar to Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443186#M487816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attached code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 05:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Date-Calendar-to-Link-Table/m-p/443186#M487816</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-01-23T05:52:28Z</dc:date>
    </item>
  </channel>
</rss>

