<?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: Help me out to create Link Table! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-me-out-to-create-Link-Table/m-p/286346#M1194536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest me someway of doing the same using a Link Table. As I have never done that not sure how to do. Please help me out when you find free time!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also we want to connect Calendar and User table with field Month as mentioned in Point 3 of my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2011 07:19:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-16T07:19:51Z</dc:date>
    <item>
      <title>Help me out to create Link Table!</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-out-to-create-Link-Table/m-p/286341#M1194531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. We wants to connect User and Logon table with both the fields(A and C). Need to concatenate!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. For your information, Calendar and Logon table are connected with field F. This connection is must.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. We wants to connect Calendar and User with the field 'Month'. But If do so then we will get circular reference which may cause problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid this I think we need to use the link table. As I have never done this before can some one do the required changes in the sample application please. Attach the same once the changes are done please!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need anything please do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 10:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-out-to-create-Link-Table/m-p/286341#M1194531</guid>
      <dc:creator />
      <dc:date>2011-06-14T10:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help me out to create Link Table!</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-out-to-create-Link-Table/m-p/286342#M1194532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To start with 1, there you should combine A and C to a new key field, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A &amp;amp; '-' &amp;amp; C as KEYAC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do this for User and for Logon. Then drop or rename the original A and C field in User (or in Logon) , like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A as UserA,&lt;/P&gt;&lt;P&gt;C as USerC,&lt;/P&gt;&lt;P&gt;Month as UserMonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you reload this you will see that your tables User and Logon are connect only on 1 field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what F is but you should find a solution like this for that also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this is any help ok?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 11:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-out-to-create-Link-Table/m-p/286342#M1194532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-14T11:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help me out to create Link Table!</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-out-to-create-Link-Table/m-p/286343#M1194533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After you renamed the fields and created the keyfields, I think it is best to join the User and Logon data.&lt;/P&gt;&lt;P&gt;You can do that something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;User:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEYAC, B, MonthUser&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Logon:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Join (User)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F,&amp;nbsp; KEYAC, FKEY&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Calendar:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FKEY, Year, Quarter, Month, Week&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that F is your date field? In that case you don't need to make a Key out of F and Month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 11:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-out-to-create-Link-Table/m-p/286343#M1194533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-14T11:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help me out to create Link Table!</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-out-to-create-Link-Table/m-p/286344#M1194534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Attitude,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the attch application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 16:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-out-to-create-Link-Table/m-p/286344#M1194534</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-06-14T16:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help me out to create Link Table!</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-out-to-create-Link-Table/m-p/286345#M1194535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help! I am still trying with the solution that has been provided. While doing that I have come across some new doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doubt is: Instead of joining the User table I have joined the Logon table as highlighted below in &lt;STRONG&gt;BOLD&lt;/STRONG&gt;. Will it behave in the same way? Please do let me know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&lt;EM&gt;User:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Join (Logon)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEYAC, B, MonthUser&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Logon:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F,&amp;nbsp; KEYAC, FKEY&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Calendar:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FKEY, Year, Quarter, Month, Week&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 07:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-out-to-create-Link-Table/m-p/286345#M1194535</guid>
      <dc:creator />
      <dc:date>2011-06-16T07:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help me out to create Link Table!</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-out-to-create-Link-Table/m-p/286346#M1194536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest me someway of doing the same using a Link Table. As I have never done that not sure how to do. Please help me out when you find free time!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also we want to connect Calendar and User table with field Month as mentioned in Point 3 of my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 07:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-out-to-create-Link-Table/m-p/286346#M1194536</guid>
      <dc:creator />
      <dc:date>2011-06-16T07:19:51Z</dc:date>
    </item>
  </channel>
</rss>

