<?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: Canonical Calendar not working , the association is not working in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1999383#M82767</link>
    <description>&lt;P&gt;it worked, but with only the Employee table (which has multiple dates per employee becuase of the department changes per years) i made a Composte key (person_ID with the start date ) and hooked it with the canonical calendar) it worked &lt;STRONG&gt;BUT&amp;nbsp;&lt;/STRONG&gt;with only the employee table hooked with the Calendar, am trying to figure out how to hook the Training table with the employee table and with the canonical Calendar without having Synth keys.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;training table (person_id) ASSOCIATED Employee Table (person_ID)(Comp_KEY) ASSOCIATED Canonical Calendar (Comp_KEY).&lt;/P&gt;</description>
    <pubDate>Wed, 02 Nov 2022 07:02:48 GMT</pubDate>
    <dc:creator>Saif1</dc:creator>
    <dc:date>2022-11-02T07:02:48Z</dc:date>
    <item>
      <title>Canonical Calendar not working , the association is not working</title>
      <link>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1998912#M82729</link>
      <description>&lt;P&gt;Hello QLikers,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have 2 tables :&lt;/P&gt;
&lt;P&gt;1- Employee table (has the start date and end date of an employee) and&amp;nbsp; departments&lt;/P&gt;
&lt;P&gt;2- training table ( has training courses , training start date and end date)&lt;/P&gt;
&lt;P&gt;both table are associated with (Person_ID) Key, same goes to the canonical calendar.&lt;/P&gt;
&lt;P&gt;using other articles i have made the Canonical Calender associated with it a master calendar to get the year , month , etc&lt;/P&gt;
&lt;P&gt;my problem is , when i am clicking any date in the calendar, it gives me all possible person_ID , becuase the link is person_ID , what i want is to get me that spesific date for all of the possible Employees that have anything related to that date.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 07:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1998912#M82729</guid>
      <dc:creator>Saif1</dc:creator>
      <dc:date>2022-11-01T07:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar not working , the association is not working</title>
      <link>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1998917#M82732</link>
      <description>&lt;UL&gt;
&lt;LI&gt;The field that you use in the training table to link to the canonical table must be unique. That is one row has only one unique ref. It can't be personid. If required create a new field using rowno() as UniqueRef. And use UniqueRef to link to the canonical calendar&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 01 Nov 2022 07:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1998917#M82732</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2022-11-01T07:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar not working , the association is not working</title>
      <link>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1998918#M82733</link>
      <description>&lt;P&gt;I used Person_ID for both the employee table and the training table to link to the canonical calendar.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 07:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1998918#M82733</guid>
      <dc:creator>Saif1</dc:creator>
      <dc:date>2022-11-01T07:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar not working , the association is not working</title>
      <link>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1998921#M82735</link>
      <description>&lt;P&gt;That won't work. See my amended post above&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 07:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1998921#M82735</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2022-11-01T07:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar not working , the association is not working</title>
      <link>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1998926#M82737</link>
      <description>&lt;P&gt;does it make sense? if i made RowNo() as UniqueRef, from every table different employee will have different RowNo() , it would be unique but the association random isn't it ?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 08:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1998926#M82737</guid>
      <dc:creator>Saif1</dc:creator>
      <dc:date>2022-11-01T08:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar not working , the association is not working</title>
      <link>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1999156#M82756</link>
      <description>&lt;P&gt;You still join the employee table and training table by personid. As long as there is a one to many association between these tables. And then join the training table to the calendar using unique&lt;STRONG&gt;ref&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The reason you can't use PersonID is because one person might attend many different training events on different date. So it will not work. (As many dates will join to many dates).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But try what I recommend and let me know if it works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 20:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1999156#M82756</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2022-11-01T20:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar not working , the association is not working</title>
      <link>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1999383#M82767</link>
      <description>&lt;P&gt;it worked, but with only the Employee table (which has multiple dates per employee becuase of the department changes per years) i made a Composte key (person_ID with the start date ) and hooked it with the canonical calendar) it worked &lt;STRONG&gt;BUT&amp;nbsp;&lt;/STRONG&gt;with only the employee table hooked with the Calendar, am trying to figure out how to hook the Training table with the employee table and with the canonical Calendar without having Synth keys.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;training table (person_id) ASSOCIATED Employee Table (person_ID)(Comp_KEY) ASSOCIATED Canonical Calendar (Comp_KEY).&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 07:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1999383#M82767</guid>
      <dc:creator>Saif1</dc:creator>
      <dc:date>2022-11-02T07:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar not working , the association is not working</title>
      <link>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1999388#M82769</link>
      <description>&lt;P&gt;So you can't join the 2 tables by personid. As it's a many to many join. The answer is fairly simple but will let you work it out. Good luck.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 07:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1999388#M82769</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2022-11-02T07:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar not working , the association is not working</title>
      <link>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1999393#M82770</link>
      <description>&lt;P&gt;Thank you so much for the help , really appreciate it.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 07:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Canonical-Calendar-not-working-the-association-is-not-working/m-p/1999393#M82770</guid>
      <dc:creator>Saif1</dc:creator>
      <dc:date>2022-11-02T07:30:48Z</dc:date>
    </item>
  </channel>
</rss>

