<?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: Synthetic Key: Two almost identical tables with same field name in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Synthetic-Key-Two-almost-identical-tables-with-same-field-name/m-p/1730124#M55672</link>
    <description>&lt;P&gt;Hi Pamela,&lt;/P&gt;&lt;P&gt;We just released a new video in our YouTube channel related to your question.&lt;BR /&gt;I hope it helps!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IPC Tips - Removing Synthetic Keys&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://youtu.be/tETUxntiqew" target="_blank" rel="noopener"&gt;https://youtu.be/tETUxntiqew&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jul 2020 04:18:33 GMT</pubDate>
    <dc:creator>marksouzacosta</dc:creator>
    <dc:date>2020-07-23T04:18:33Z</dc:date>
    <item>
      <title>Synthetic Key: Two almost identical tables with same field name</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key-Two-almost-identical-tables-with-same-field-name/m-p/1721903#M54924</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to load 3 tables from Teradata. Two of those tables are huge and contain the same name in almost every field (around 60 fields each). When I try to load the data, it takes more than one hour and then I get the error that same something went wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe it is because Qlik Sense is creating synthetic keys for each field that share the same name and as I mentioned there are many.&lt;/P&gt;&lt;P&gt;Is there a way to change the name of each field before loading the data? So Qlik doesn't create all those synthetic keys?&lt;/P&gt;&lt;P&gt;I already tried the following, but I keep getting an error&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;[Item_ID] AS [R_Item_ID],&lt;BR /&gt;[Case_ID] AS [R_Case_ID],&lt;/P&gt;&lt;P&gt;etc,&lt;/P&gt;&lt;P&gt;Does anyone know how to avoid the creation of synthetic keys by renaming name fields?&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;Pamela&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 20:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key-Two-almost-identical-tables-with-same-field-name/m-p/1721903#M54924</guid>
      <dc:creator>PamelaAlcantara</dc:creator>
      <dc:date>2020-06-24T20:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key: Two almost identical tables with same field name</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key-Two-almost-identical-tables-with-same-field-name/m-p/1721906#M54925</link>
      <description>&lt;P&gt;Try with&lt;/P&gt;&lt;P&gt;QUALIFY *;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 20:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key-Two-almost-identical-tables-with-same-field-name/m-p/1721906#M54925</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-06-24T20:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key: Two almost identical tables with same field name</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key-Two-almost-identical-tables-with-same-field-name/m-p/1721907#M54926</link>
      <description>&lt;P&gt;QUALIFY&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/April2020/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Qualify.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/April2020/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Qualify.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It prepends the table name to the column name.&amp;nbsp; You can then UNQUALIFY the key field(s), so it does not get the table name prepended to it and can be the join column.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 20:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key-Two-almost-identical-tables-with-same-field-name/m-p/1721907#M54926</guid>
      <dc:creator>Tanalex</dc:creator>
      <dc:date>2020-06-24T20:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key: Two almost identical tables with same field name</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key-Two-almost-identical-tables-with-same-field-name/m-p/1721928#M54928</link>
      <description>&lt;P&gt;As earlier replies sai , QUALIFY, is a way to go.&lt;/P&gt;&lt;P&gt;An alternative solution to consider is to concatenate the two data sets into one larger transaction table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 22:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key-Two-almost-identical-tables-with-same-field-name/m-p/1721928#M54928</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-06-24T22:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key: Two almost identical tables with same field name</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key-Two-almost-identical-tables-with-same-field-name/m-p/1721940#M54930</link>
      <description>&lt;P&gt;Agree with the replies above, and you could try something like this.&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;UnQualify [Key fields]; //if there are any key fields on which the association should happen&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load statement;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load statement;&lt;/P&gt;&lt;P&gt;UnQualify *;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 00:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key-Two-almost-identical-tables-with-same-field-name/m-p/1721940#M54930</guid>
      <dc:creator>Beneliasq</dc:creator>
      <dc:date>2020-06-25T00:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key: Two almost identical tables with same field name</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key-Two-almost-identical-tables-with-same-field-name/m-p/1730124#M55672</link>
      <description>&lt;P&gt;Hi Pamela,&lt;/P&gt;&lt;P&gt;We just released a new video in our YouTube channel related to your question.&lt;BR /&gt;I hope it helps!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IPC Tips - Removing Synthetic Keys&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://youtu.be/tETUxntiqew" target="_blank" rel="noopener"&gt;https://youtu.be/tETUxntiqew&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 04:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key-Two-almost-identical-tables-with-same-field-name/m-p/1730124#M55672</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2020-07-23T04:18:33Z</dc:date>
    </item>
  </channel>
</rss>

