<?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: Multiple QVD loads with same column names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-QVD-loads-with-same-column-names/m-p/1761208#M591676</link>
    <description>&lt;P&gt;you need to model your data in terms of facts and dimensions.&amp;nbsp; typically, all facts are concatenated and fields are conformed (meaning if two fields have the same meaning you want them to have a single field name: Account, customer Account, Account Number, etc.. can just be called Account).&amp;nbsp; if there are different granularities of data and you are confident they should not be concatenated then you either build a link table or link two tables using a synthesis of the keys and not include the individual keys in one of the tables:&lt;BR /&gt;&lt;BR /&gt;if two tables has Account and SubAccount as common fields, create a new field called LINK = Account &amp;amp; '|' &amp;amp; SubAccount, then retain the individual fields on the side you are confindent has all the values.&amp;nbsp; of course you can also rename the same fields in one of the tables differently.&amp;nbsp; the link field will connect the two tables and the individual field (original and renamed) can be used as dimensions if needed (especially when comparing)&lt;/P&gt;&lt;P&gt;hope that helps.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Nov 2020 14:55:06 GMT</pubDate>
    <dc:creator>edwin</dc:creator>
    <dc:date>2020-11-12T14:55:06Z</dc:date>
    <item>
      <title>Multiple QVD loads with same column names</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-QVD-loads-with-same-column-names/m-p/1761145#M591675</link>
      <description>&lt;P&gt;Hi, hoping for some help;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently have multiple QVD's with different types of performance in each - as they are people performance tables they all have similar columns, apart from the results. i.e. Date, Organisation, Team Area, Team, Team Code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I load these in the script editor I get multiple synthetic keys - which have worked in the past however when I add a more detailed qvd which has slightly different columns (which I try to rename in the load) i.e Team area is called Serving area, the number of these keys grows (+34) and then causes performance issues as the load seems to time out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The question I have is how to load these without causing the issues I am encountering.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-QVD-loads-with-same-column-names/m-p/1761145#M591675</guid>
      <dc:creator>JamGardner</dc:creator>
      <dc:date>2024-11-16T17:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple QVD loads with same column names</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-QVD-loads-with-same-column-names/m-p/1761208#M591676</link>
      <description>&lt;P&gt;you need to model your data in terms of facts and dimensions.&amp;nbsp; typically, all facts are concatenated and fields are conformed (meaning if two fields have the same meaning you want them to have a single field name: Account, customer Account, Account Number, etc.. can just be called Account).&amp;nbsp; if there are different granularities of data and you are confident they should not be concatenated then you either build a link table or link two tables using a synthesis of the keys and not include the individual keys in one of the tables:&lt;BR /&gt;&lt;BR /&gt;if two tables has Account and SubAccount as common fields, create a new field called LINK = Account &amp;amp; '|' &amp;amp; SubAccount, then retain the individual fields on the side you are confindent has all the values.&amp;nbsp; of course you can also rename the same fields in one of the tables differently.&amp;nbsp; the link field will connect the two tables and the individual field (original and renamed) can be used as dimensions if needed (especially when comparing)&lt;/P&gt;&lt;P&gt;hope that helps.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 14:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-QVD-loads-with-same-column-names/m-p/1761208#M591676</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-11-12T14:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple QVD loads with same column names</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-QVD-loads-with-same-column-names/m-p/1761686#M591677</link>
      <description>&lt;P&gt;Hi, if all of your tables shared a significant part of the fields, you should put CONCATENATE between each load.&lt;/P&gt;&lt;P&gt;In that way, you are going to get just 1 table, with all of the records from the source tables loaded.&lt;/P&gt;&lt;P&gt;All common fields are going to works as common filters, and the different fields can be use in visualizations.&lt;/P&gt;&lt;P&gt;if you don't want to hace all the tables in 1 table, you can use qualify *, in order to force that every field have fdifferents names according on the table's names.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here a link that you can check for a PDF about data modeling in qlik.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Chile/The-QlikView-Data-Model-Best-Practices/ta-p/1760708" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Chile/The-QlikView-Data-Model-Best-Practices/ta-p/1760708&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 20:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-QVD-loads-with-same-column-names/m-p/1761686#M591677</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2020-11-13T20:01:00Z</dc:date>
    </item>
  </channel>
</rss>

