<?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: load QVDs without associating them in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-QVDs-without-associating-them/m-p/1187122#M884234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Qualify() to alias all fields of table. it will keep from all tables from associating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer below link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Qualify.htm" title="https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Qualify.htm"&gt;https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Qualify.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shraddha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Sep 2016 04:34:54 GMT</pubDate>
    <dc:creator>shraddha_g</dc:creator>
    <dc:date>2016-09-19T04:34:54Z</dc:date>
    <item>
      <title>load QVDs without associating them</title>
      <link>https://community.qlik.com/t5/QlikView/load-QVDs-without-associating-them/m-p/1187119#M884231</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;How would I load a series of qvds without concatening them and associating the fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason is I want to exports qvds as snapshots of the loading process to fix errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I dont want to concatenate or associate them so I can see seperate table views, then I can understand the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tinkerz.&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/load-QVDs-without-associating-them/m-p/1187119#M884231</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: load QVDs without associating them</title>
      <link>https://community.qlik.com/t5/QlikView/load-QVDs-without-associating-them/m-p/1187120#M884232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- qualify&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- noconcatenate: this is from help&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The &lt;SPAN class="Bold"&gt;NoConcatenate&lt;/SPAN&gt; prefix forces two loaded tables with identical field sets to be treated as two separate internal tables, when they otherwise would be automatically be concatenated&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- change the fields name so the tables don't concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- also, if you store in a qvd a table, it doesn't matter if there are association, you only store that table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Sep 2016 16:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-QVDs-without-associating-them/m-p/1187120#M884232</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-09-17T16:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: load QVDs without associating them</title>
      <link>https://community.qlik.com/t5/QlikView/load-QVDs-without-associating-them/m-p/1187121#M884233</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;IMG alt="Load_Qvds.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/137789_Load_Qvds.png" style="height: 226px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Sep 2016 17:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-QVDs-without-associating-them/m-p/1187121#M884233</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2016-09-17T17:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: load QVDs without associating them</title>
      <link>https://community.qlik.com/t5/QlikView/load-QVDs-without-associating-them/m-p/1187122#M884234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Qualify() to alias all fields of table. it will keep from all tables from associating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer below link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Qualify.htm" title="https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Qualify.htm"&gt;https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Qualify.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shraddha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 04:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-QVDs-without-associating-them/m-p/1187122#M884234</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-09-19T04:34:54Z</dc:date>
    </item>
  </channel>
</rss>

