<?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: How to get both tables columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550691#M205659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;qualify *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;unqualify TransID;&amp;nbsp;&amp;nbsp;&amp;nbsp; // If you want a certain one not to qualify, else remove this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;select * from tab1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;select * from tab2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;select * from tab3;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P&gt;Only &lt;SPAN class="Bold"&gt;TransID&lt;/SPAN&gt; will be used for associations between the tables &lt;SPAN class="Italic"&gt;tab1&lt;/SPAN&gt;, &lt;SPAN class="Italic"&gt;tab2&lt;/SPAN&gt; and &lt;SPAN class="Italic"&gt;tab3&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jul 2013 12:26:19 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2013-07-08T12:26:19Z</dc:date>
    <item>
      <title>How to get both tables columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550685#M205653</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;I have two tables in different databases but the column names are same when I am trying to reload it is getting Field names must be Unique how to sort this problem can anyone help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 12:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550685#M205653</guid>
      <dc:creator />
      <dc:date>2013-07-08T12:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get both tables columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550686#M205654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but I have more than 70 columns in that It's difficult to rename all the columns right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 12:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550686#M205654</guid>
      <dc:creator />
      <dc:date>2013-07-08T12:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get both tables columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550687#M205655</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;Can you attach sample script? It helps in understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 12:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550687#M205655</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-07-08T12:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get both tables columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550688#M205656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can use QUALIFY keyword like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;Qualify *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;Load A,B from ....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;Load A,B from&amp;nbsp; .....;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 12:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550688#M205656</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-07-08T12:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get both tables columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550689#M205657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to use this Qualify am getting error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 12:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550689#M205657</guid>
      <dc:creator />
      <dc:date>2013-07-08T12:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get both tables columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550690#M205658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you tell me How can i add script as it contains vast data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 12:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550690#M205658</guid>
      <dc:creator />
      <dc:date>2013-07-08T12:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get both tables columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550691#M205659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;qualify *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;unqualify TransID;&amp;nbsp;&amp;nbsp;&amp;nbsp; // If you want a certain one not to qualify, else remove this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;select * from tab1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;select * from tab2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;select * from tab3;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P&gt;Only &lt;SPAN class="Bold"&gt;TransID&lt;/SPAN&gt; will be used for associations between the tables &lt;SPAN class="Italic"&gt;tab1&lt;/SPAN&gt;, &lt;SPAN class="Italic"&gt;tab2&lt;/SPAN&gt; and &lt;SPAN class="Italic"&gt;tab3&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 12:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550691#M205659</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-07-08T12:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get both tables columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550692#M205660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use as below it's not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify Table1;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;load colu1,&lt;/P&gt;&lt;P&gt;colu2,&lt;/P&gt;&lt;P&gt;etc &lt;/P&gt;&lt;P&gt;from T_tab.qvd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 12:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550692#M205660</guid>
      <dc:creator />
      <dc:date>2013-07-08T12:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get both tables columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550693#M205661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't use table name for qualification. use &lt;STRONG&gt;qualify *&lt;/STRONG&gt;; the tables names would be prefixed with the field names automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify &lt;STRONG&gt;*&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load colu1,&lt;/P&gt;&lt;P&gt;colu2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; from T_tab.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will generate like T_tab.colu1, T_tab.colu2 fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 13:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550693#M205661</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-07-08T13:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get both tables columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550694#M205662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to get this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 13:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550694#M205662</guid>
      <dc:creator />
      <dc:date>2013-07-08T13:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get both tables columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550695#M205663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amelia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is the confusion? Can you come up with a bit more details where you are getting stuck?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 13:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550695#M205663</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-07-08T13:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get both tables columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550696#M205664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used Qualify Table1;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load col1,col2,col3 ......&lt;/P&gt;&lt;P&gt;from table2.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but again it's showing sameerror.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 13:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550696#M205664</guid>
      <dc:creator />
      <dc:date>2013-07-08T13:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get both tables columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550697#M205665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;amelia2000 wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used Qualify Table1;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load col1,col2,col3 ......&lt;/P&gt;&lt;P&gt;from table2.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but again it's showing sameerror.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify can't qualify a table. You have to read my earlier post carefully. Use&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Qualify * ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load col1,col2,col3 ......&lt;/P&gt;&lt;P&gt;from table2.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 13:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550697#M205665</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-07-08T13:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get both tables columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550698#M205666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To be honest I couldn't able to get as I transformed columns that's the reason I can't use *.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 13:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550698#M205666</guid>
      <dc:creator />
      <dc:date>2013-07-08T13:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get both tables columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550699#M205667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think we are not on the same page. Can you please post the entire script you are trying with?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 13:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550699#M205667</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-07-08T13:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get both tables columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550700#M205668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u please post the model table structure?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 14:00:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550700#M205668</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2013-07-08T14:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get both tables columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550701#M205669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not allowing me to post the script that's the reason earlier I send sample by typing and in INLINE table it's working fine.but the problem is with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 14:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-both-tables-columns/m-p/550701#M205669</guid>
      <dc:creator />
      <dc:date>2013-07-08T14:01:05Z</dc:date>
    </item>
  </channel>
</rss>

