<?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 How to Create Generic Keys for Common table Fields? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Create-Generic-Keys-for-Common-table-Fields/m-p/1409715#M806446</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;&lt;/P&gt;&lt;P&gt;I am trying to create generic Keys to group common fields form some data tables I have Into Qlikview,&lt;/P&gt;&lt;P&gt;But when loading the script it warms me about &lt;STRONG&gt;"One or more loops have been detected in your database structure. Loops may cause ambiguous results and should therefore be avoided. Loop(s) will be cut by setting one or more tables as loosely coupled."&lt;/STRONG&gt; , even-though the common fields are not named the same (EX: HC_MONTH, ES_MONTH and it goes in that trend for all all tables) it creates the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here Is the Script I Used:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;// Dimensional Tables//&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Dimensional Cluster]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load `ES_CLUSTER`, `ES_CLUSTER` As %CLUSTER Resident EXIT_SURVEY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `HC_CLUSTER`, `HC_CLUSTER` As %CLUSTER Resident&amp;nbsp; HEAD_COUNT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `Promo_CLUSTER`, `Promo_CLUSTER` As %CLUSTER Resident PROMOTION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `PDP_CLUSTER`, `PDP_CLUSTER` As %CLUSTER Resident PDP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `Reco_CLUSTER`, `Reco_CLUSTER` As %CLUSTER Resident RECOGNITION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `Reme_CLUSTER`, `Reme_CLUSTER` As %CLUSTER Resident REMEDY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `Tal_CLUSTER`, `Tal_CLUSTER` As %CLUSTER Resident TALENT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `TalPro_CLUSTER`, `TalPro_CLUSTER` As %CLUSTER Resident TALENT_PROFILE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `TO_CLUSTER`, `TO_CLUSTER` As %CLUSTER Resident TURN_OVER;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `VC_CLUSTER`, `VC_CLUSTER` As %CLUSTER Resident VOC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Dimensional Country]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load `ES_COUNTRY`, `ES_COUNTRY` As %COUNTRY Resident EXIT_SURVEY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `HC_COUNTRY`, `HC_COUNTRY` As %COUNTRY Resident&amp;nbsp; HEAD_COUNT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `Promo_COUNTRY`, `Promo_COUNTRY` As %COUNTRY Resident PROMOTION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `PDP_COUNTRY`, `PDP_COUNTRY` As %COUNTRY Resident PDP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `Reco_COUNTRY`, `Reco_COUNTRY` As %COUNTRY Resident RECOGNITION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `Reme_COUNTRY`, `Reme_COUNTRY` As %COUNTRY Resident REMEDY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `Tal_COUNTRY`, `Tal_COUNTRY` As %COUNTRY Resident TALENT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `TalPro_COUNTRY`, `TalPro_COUNTRY` As %COUNTRY Resident TALENT_PROFILE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `TO_COUNTRY`, `TO_COUNTRY` As %COUNTRY Resident TURN_OVER;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `VC_COUNTRY`, `VC_COUNTRY` As %COUNTRY Resident VOC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Dimensional Location]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load `ES_LOCATION`, `ES_LOCATION` As %LOCATION Resident EXIT_SURVEY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Location])&lt;/P&gt;&lt;P&gt;Load `HC_LOCATION`, `HC_LOCATION` As %LOCATION Resident&amp;nbsp; HEAD_COUNT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Location])&lt;/P&gt;&lt;P&gt;Load `Promo_LOCATION`, `Promo_LOCATION` As %LOCATION Resident PROMOTION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Location])&lt;/P&gt;&lt;P&gt;Load `PDP_LOCATION`, `PDP_LOCATION` As %LOCATION Resident PDP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Location])&lt;/P&gt;&lt;P&gt;Load `Reco_LOCATION`, `Reco_LOCATION` As %LOCATION Resident RECOGNITION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Location])&lt;/P&gt;&lt;P&gt;Load `Tal_LOCATION`, `Tal_LOCATION` As %LOCATION Resident TALENT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Location])&lt;/P&gt;&lt;P&gt;Load `TalPro_LOCATION`, `TalPro_LOCATION` As %LOCATION Resident TALENT_PROFILE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Location])&lt;/P&gt;&lt;P&gt;Load `TO_LOCATION`, `TO_LOCATION` As %LOCATION Resident TURN_OVER;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Location])&lt;/P&gt;&lt;P&gt;Load `VC_LOCATION`, `VC_LOCATION` As %LOCATION Resident VOC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Dimensional Business Unit]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load `ES_BUSINESS_UNIT`, `ES_BUSINESS_UNIT` As %BUSINESS_UNIT Resident EXIT_SURVEY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `HC_BUSINESS_UNIT`, `HC_BUSINESS_UNIT` As %BUSINESS_UNIT Resident&amp;nbsp; HEAD_COUNT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `Promo_BUSINESS_UNIT`, `Promo_BUSINESS_UNIT` As %BUSINESS_UNIT Resident PROMOTION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `PDP_BUSINESS_UNIT`, `PDP_BUSINESS_UNIT` As %BUSINESS_UNIT Resident PDP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `Reco_BUSINESS_UNIT`, `Reco_BUSINESS_UNIT` As %BUSINESS_UNIT Resident RECOGNITION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `Reme_BUSINESS_UNIT`, `Reme_BUSINESS_UNIT` As %BUSINESS_UNIT Resident REMEDY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `Tal_BUSINESS_UNIT`, `Tal_BUSINESS_UNIT` As %BUSINESS_UNIT Resident TALENT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `TalPro_BUSINESS_UNIT`, `TalPro_BUSINESS_UNIT` As %BUSINESS_UNIT Resident TALENT_PROFILE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `TO_BUSINESS_UNIT`, `TO_BUSINESS_UNIT` As %BUSINESS_UNIT Resident TURN_OVER;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `VC_BUSINESS_UNIT`, `VC_BUSINESS_UNIT` As %BUSINESS_UNIT Resident VOC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Dimensional Month]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load `ES_MONTH`, `ES_MONTH` As %MONTH Resident EXIT_SURVEY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Month])&lt;/P&gt;&lt;P&gt;Load `HC_MONTH`, `HC_MONTH` As %MONTH Resident&amp;nbsp; HEAD_COUNT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Month])&lt;/P&gt;&lt;P&gt;Load `Promo_MONTH`, `Promo_MONTH` As %MONTH Resident PROMOTION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Month])&lt;/P&gt;&lt;P&gt;Load `PDP_MONTH`, `PDP_MONTH` As %MONTH Resident PDP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Month])&lt;/P&gt;&lt;P&gt;Load `Reco_MONTH`, `Reco_MONTH` As %MONTH Resident RECOGNITION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Month])&lt;/P&gt;&lt;P&gt;Load `Reme_MONTH`, `Reme_MONTH` As %MONTH Resident REMEDY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Month])&lt;/P&gt;&lt;P&gt;Load `TO_MONTH`, `TO_MONTH` As %MONTH Resident TURN_OVER;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Month])&lt;/P&gt;&lt;P&gt;Load `VC_MONTH`, `VC_MONTH` As %MONTH Resident VOC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Dimensional Quarter]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load `Tal_QUARTER`, `Tal_QUARTER` As %QUARTER Resident TALENT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Quarter])&lt;/P&gt;&lt;P&gt;Load `TalPro_QUARTER`, `TalPro_QUARTER` As %QUARTER Resident TALENT_PROFILE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// End of Dimensional Tables//&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I load only one of the dimensional table (Name I used for each common Field), The look is not created, but I Try to load 2 dimensional tables It gives me the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do to resolve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>jgarciaf106</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to Create Generic Keys for Common table Fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Generic-Keys-for-Common-table-Fields/m-p/1409715#M806446</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;&lt;/P&gt;&lt;P&gt;I am trying to create generic Keys to group common fields form some data tables I have Into Qlikview,&lt;/P&gt;&lt;P&gt;But when loading the script it warms me about &lt;STRONG&gt;"One or more loops have been detected in your database structure. Loops may cause ambiguous results and should therefore be avoided. Loop(s) will be cut by setting one or more tables as loosely coupled."&lt;/STRONG&gt; , even-though the common fields are not named the same (EX: HC_MONTH, ES_MONTH and it goes in that trend for all all tables) it creates the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here Is the Script I Used:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;// Dimensional Tables//&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Dimensional Cluster]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load `ES_CLUSTER`, `ES_CLUSTER` As %CLUSTER Resident EXIT_SURVEY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `HC_CLUSTER`, `HC_CLUSTER` As %CLUSTER Resident&amp;nbsp; HEAD_COUNT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `Promo_CLUSTER`, `Promo_CLUSTER` As %CLUSTER Resident PROMOTION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `PDP_CLUSTER`, `PDP_CLUSTER` As %CLUSTER Resident PDP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `Reco_CLUSTER`, `Reco_CLUSTER` As %CLUSTER Resident RECOGNITION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `Reme_CLUSTER`, `Reme_CLUSTER` As %CLUSTER Resident REMEDY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `Tal_CLUSTER`, `Tal_CLUSTER` As %CLUSTER Resident TALENT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `TalPro_CLUSTER`, `TalPro_CLUSTER` As %CLUSTER Resident TALENT_PROFILE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `TO_CLUSTER`, `TO_CLUSTER` As %CLUSTER Resident TURN_OVER;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Cluster])&lt;/P&gt;&lt;P&gt;Load `VC_CLUSTER`, `VC_CLUSTER` As %CLUSTER Resident VOC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Dimensional Country]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load `ES_COUNTRY`, `ES_COUNTRY` As %COUNTRY Resident EXIT_SURVEY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `HC_COUNTRY`, `HC_COUNTRY` As %COUNTRY Resident&amp;nbsp; HEAD_COUNT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `Promo_COUNTRY`, `Promo_COUNTRY` As %COUNTRY Resident PROMOTION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `PDP_COUNTRY`, `PDP_COUNTRY` As %COUNTRY Resident PDP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `Reco_COUNTRY`, `Reco_COUNTRY` As %COUNTRY Resident RECOGNITION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `Reme_COUNTRY`, `Reme_COUNTRY` As %COUNTRY Resident REMEDY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `Tal_COUNTRY`, `Tal_COUNTRY` As %COUNTRY Resident TALENT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `TalPro_COUNTRY`, `TalPro_COUNTRY` As %COUNTRY Resident TALENT_PROFILE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `TO_COUNTRY`, `TO_COUNTRY` As %COUNTRY Resident TURN_OVER;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Country])&lt;/P&gt;&lt;P&gt;Load `VC_COUNTRY`, `VC_COUNTRY` As %COUNTRY Resident VOC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Dimensional Location]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load `ES_LOCATION`, `ES_LOCATION` As %LOCATION Resident EXIT_SURVEY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Location])&lt;/P&gt;&lt;P&gt;Load `HC_LOCATION`, `HC_LOCATION` As %LOCATION Resident&amp;nbsp; HEAD_COUNT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Location])&lt;/P&gt;&lt;P&gt;Load `Promo_LOCATION`, `Promo_LOCATION` As %LOCATION Resident PROMOTION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Location])&lt;/P&gt;&lt;P&gt;Load `PDP_LOCATION`, `PDP_LOCATION` As %LOCATION Resident PDP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Location])&lt;/P&gt;&lt;P&gt;Load `Reco_LOCATION`, `Reco_LOCATION` As %LOCATION Resident RECOGNITION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Location])&lt;/P&gt;&lt;P&gt;Load `Tal_LOCATION`, `Tal_LOCATION` As %LOCATION Resident TALENT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Location])&lt;/P&gt;&lt;P&gt;Load `TalPro_LOCATION`, `TalPro_LOCATION` As %LOCATION Resident TALENT_PROFILE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Location])&lt;/P&gt;&lt;P&gt;Load `TO_LOCATION`, `TO_LOCATION` As %LOCATION Resident TURN_OVER;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Location])&lt;/P&gt;&lt;P&gt;Load `VC_LOCATION`, `VC_LOCATION` As %LOCATION Resident VOC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Dimensional Business Unit]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load `ES_BUSINESS_UNIT`, `ES_BUSINESS_UNIT` As %BUSINESS_UNIT Resident EXIT_SURVEY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `HC_BUSINESS_UNIT`, `HC_BUSINESS_UNIT` As %BUSINESS_UNIT Resident&amp;nbsp; HEAD_COUNT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `Promo_BUSINESS_UNIT`, `Promo_BUSINESS_UNIT` As %BUSINESS_UNIT Resident PROMOTION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `PDP_BUSINESS_UNIT`, `PDP_BUSINESS_UNIT` As %BUSINESS_UNIT Resident PDP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `Reco_BUSINESS_UNIT`, `Reco_BUSINESS_UNIT` As %BUSINESS_UNIT Resident RECOGNITION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `Reme_BUSINESS_UNIT`, `Reme_BUSINESS_UNIT` As %BUSINESS_UNIT Resident REMEDY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `Tal_BUSINESS_UNIT`, `Tal_BUSINESS_UNIT` As %BUSINESS_UNIT Resident TALENT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `TalPro_BUSINESS_UNIT`, `TalPro_BUSINESS_UNIT` As %BUSINESS_UNIT Resident TALENT_PROFILE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `TO_BUSINESS_UNIT`, `TO_BUSINESS_UNIT` As %BUSINESS_UNIT Resident TURN_OVER;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Business Unit])&lt;/P&gt;&lt;P&gt;Load `VC_BUSINESS_UNIT`, `VC_BUSINESS_UNIT` As %BUSINESS_UNIT Resident VOC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Dimensional Month]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load `ES_MONTH`, `ES_MONTH` As %MONTH Resident EXIT_SURVEY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Month])&lt;/P&gt;&lt;P&gt;Load `HC_MONTH`, `HC_MONTH` As %MONTH Resident&amp;nbsp; HEAD_COUNT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Month])&lt;/P&gt;&lt;P&gt;Load `Promo_MONTH`, `Promo_MONTH` As %MONTH Resident PROMOTION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Month])&lt;/P&gt;&lt;P&gt;Load `PDP_MONTH`, `PDP_MONTH` As %MONTH Resident PDP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Month])&lt;/P&gt;&lt;P&gt;Load `Reco_MONTH`, `Reco_MONTH` As %MONTH Resident RECOGNITION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Month])&lt;/P&gt;&lt;P&gt;Load `Reme_MONTH`, `Reme_MONTH` As %MONTH Resident REMEDY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Month])&lt;/P&gt;&lt;P&gt;Load `TO_MONTH`, `TO_MONTH` As %MONTH Resident TURN_OVER;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Month])&lt;/P&gt;&lt;P&gt;Load `VC_MONTH`, `VC_MONTH` As %MONTH Resident VOC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Dimensional Quarter]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load `Tal_QUARTER`, `Tal_QUARTER` As %QUARTER Resident TALENT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([Dimensional Quarter])&lt;/P&gt;&lt;P&gt;Load `TalPro_QUARTER`, `TalPro_QUARTER` As %QUARTER Resident TALENT_PROFILE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// End of Dimensional Tables//&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I load only one of the dimensional table (Name I used for each common Field), The look is not created, but I Try to load 2 dimensional tables It gives me the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do to resolve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Generic-Keys-for-Common-table-Fields/m-p/1409715#M806446</guid>
      <dc:creator>jgarciaf106</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Generic Keys for Common table Fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Generic-Keys-for-Common-table-Fields/m-p/1409716#M806447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is your data model looks like &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 04:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Generic-Keys-for-Common-table-Fields/m-p/1409716#M806447</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-23T04:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Generic Keys for Common table Fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Generic-Keys-for-Common-table-Fields/m-p/1409717#M806448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;even-though the common fields are not named the same (EX: HC_MONTH, ES_MONTH and it goes in that trend for all all tables) it creates the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But you are aliasing them all to the same name:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[Dimensional Cluster]:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Load `ES_CLUSTER`, `ES_CLUSTER` As &lt;STRONG&gt;%CLUSTER&lt;/STRONG&gt; Resident EXIT_SURVEY;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Concatenate([Dimensional Cluster])&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Load `HC_CLUSTER`, `HC_CLUSTER` As &lt;STRONG&gt;%CLUSTER&lt;/STRONG&gt; Resident&amp;nbsp; HEAD_COUNT;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what is causing the logical loop(s).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 04:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Generic-Keys-for-Common-table-Fields/m-p/1409717#M806448</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-10-23T04:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Generic Keys for Common table Fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Generic-Keys-for-Common-table-Fields/m-p/1409718#M806449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3451"&gt;Generic keys&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 04:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Generic-Keys-for-Common-table-Fields/m-p/1409718#M806449</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-10-23T04:45:42Z</dc:date>
    </item>
  </channel>
</rss>

