<?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: Making Date Field a Key for multiple data sources in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Making-Date-Field-a-Key-for-multiple-data-sources/m-p/1022493#M345767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently your data models has more fields that exist in several tables and therefore will be used to associate the tables. You can try renaming those fields so only Cal_Date is used to link the tables. Or you can create a link table (&lt;SPAN style="font-size: 13.3333px;"&gt;see here for more information: &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/thread/180741"&gt;What is the use of link table?&lt;/A&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;. Or perhaps easiest of all you can concatenate some tables into one table. See this blog post: &lt;A href="https://community.qlik.com/qlik-blogpost/3119"&gt;Concatenate vs Link Table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Apr 2016 08:23:46 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-04-13T08:23:46Z</dc:date>
    <item>
      <title>Making Date Field a Key for multiple data sources</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Date-Field-a-Key-for-multiple-data-sources/m-p/1022492#M345766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dashboard that collects data from multiple qvds and puts the data into one sheet. I'm trying to create a chart table merging multiple data into 1 table to make life easier. I'm having a hard time creating a "Key" for date so the users can select a date from a calendar qvd and it populate the data from the other qvds with that date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;Submit_Date&lt;/P&gt;&lt;P&gt;Tab2:&lt;/P&gt;&lt;P&gt;Call_Date&lt;/P&gt;&lt;P&gt;Tab3:&lt;/P&gt;&lt;P&gt;Submitted_Date&lt;/P&gt;&lt;P&gt;Tab4:&lt;/P&gt;&lt;P&gt;Entered_Date&lt;/P&gt;&lt;P&gt;Tab5: (Calendar info)&lt;/P&gt;&lt;P&gt;Cal_Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I've done was the following&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Tab1:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Submit_Date AS &lt;SPAN style="font-size: 13.3333px;"&gt;Cal_Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Tab2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Call_Date &lt;SPAN style="font-size: 13.3333px;"&gt;AS &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Cal_Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Tab3:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Submitted_Date &lt;SPAN style="font-size: 13.3333px;"&gt;AS &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Cal_Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Tab4:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Entered_Date &lt;SPAN style="font-size: 13.3333px;"&gt;AS &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Cal_Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Tab5: (Calendar info)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Cal_Date&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But when I reload the script, qlikview throws a loop error. I've successfully done that with 2 tabs with the names to create a Key. I soon need to do them for all tabs and I think I'm going to run into the same issue with the name. Any ideas what I may be doing incorrectly with the date and attempting to create a "Key"? Is there a more efficient way? FYI - I can't get rid of the calendar tab since that is tied into multiple things. Your help is greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 00:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Date-Field-a-Key-for-multiple-data-sources/m-p/1022492#M345766</guid>
      <dc:creator />
      <dc:date>2016-04-13T00:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Making Date Field a Key for multiple data sources</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Date-Field-a-Key-for-multiple-data-sources/m-p/1022493#M345767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently your data models has more fields that exist in several tables and therefore will be used to associate the tables. You can try renaming those fields so only Cal_Date is used to link the tables. Or you can create a link table (&lt;SPAN style="font-size: 13.3333px;"&gt;see here for more information: &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/thread/180741"&gt;What is the use of link table?&lt;/A&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;. Or perhaps easiest of all you can concatenate some tables into one table. See this blog post: &lt;A href="https://community.qlik.com/qlik-blogpost/3119"&gt;Concatenate vs Link Table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 08:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Date-Field-a-Key-for-multiple-data-sources/m-p/1022493#M345767</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-13T08:23:46Z</dc:date>
    </item>
  </channel>
</rss>

