<?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: Orphan tables created by Alias statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Orphan-tables-created-by-Alias-statement/m-p/805482#M668476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just found the solution... The renaming does not work together with optimized loads... just put where 1=1 in every load statement and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC, thanks for the solution!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2014 15:49:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-24T15:49:07Z</dc:date>
    <item>
      <title>Orphan tables created by Alias statement</title>
      <link>https://community.qlik.com/t5/QlikView/Orphan-tables-created-by-Alias-statement/m-p/805481#M668475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have something quite weird going on... every alias created is generated in an Orphan table and the alias is NOT executed...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;See also discussion earlier with &lt;A _jive_internal="true" href="https://community.qlik.com/people/hic/content"&gt;HIC&lt;/A&gt; on his blog "&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/09/25/how-to-rename-fields"&gt;How to Rename Fields&lt;/A&gt;".&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/legacyfs/online/71927_OrphanTables.png"&gt;&lt;IMG __jive_id="71927" alt="OrphanTables.png" class="jive-image jiveImage" height="568" src="https://community.qlik.com/legacyfs/online/71927_OrphanTables.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="1213" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;JDE91_AliasMapping:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ColumnName,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ColumnDesc&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM $(QVD)\JDE91_Alias.qvd (qvd)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where Not Exists(ColumnName);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For vFieldNo = 0 to NoOfRows('JDE91_AliasMapping')&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Let vFromName = Peek('ColumnName',vFieldNo,'JDE91_AliasMapping');&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Let vToName = Peek('ColumnDesc',vFieldNo,'JDE91_AliasMapping');&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Alias [$(vFromName)] as [$(vToName)];&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Next vFieldNo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Any thoughts on this? Please find the app attached.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you in advance!&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Marcel&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PS: I run this on QV version 11.20.12354.0 SR6 64-bit...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 09:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Orphan-tables-created-by-Alias-statement/m-p/805481#M668475</guid>
      <dc:creator />
      <dc:date>2014-11-24T09:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Orphan tables created by Alias statement</title>
      <link>https://community.qlik.com/t5/QlikView/Orphan-tables-created-by-Alias-statement/m-p/805482#M668476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just found the solution... The renaming does not work together with optimized loads... just put where 1=1 in every load statement and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC, thanks for the solution!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 15:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Orphan-tables-created-by-Alias-statement/m-p/805482#M668476</guid>
      <dc:creator />
      <dc:date>2014-11-24T15:49:07Z</dc:date>
    </item>
  </channel>
</rss>

