<?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: relation question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/relation-question/m-p/735190#M1064072</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;If you don't want to rename then try using Qualify *.*;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;Qualify C;&lt;/P&gt;&lt;P class="Code"&gt;Table1:&lt;/P&gt;&lt;P class="Code"&gt;Load A,B, C from x.csv;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Table2:&lt;/P&gt;&lt;P class="Code"&gt;Load C, D, E, F from y.csv;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Hope this helps you.&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Regards,&lt;/P&gt;&lt;P class="Code"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Sep 2014 01:59:36 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-09-19T01:59:36Z</dc:date>
    <item>
      <title>relation question</title>
      <link>https://community.qlik.com/t5/QlikView/relation-question/m-p/735182#M1064064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suppose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have 2 tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one = tablename (y)&lt;/P&gt;&lt;P&gt;two = table name (z)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;y have 3 columns a, b, c&lt;/P&gt;&lt;P&gt;z&amp;nbsp; have 4 coumns c, d, e,f&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i use load statement in script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;auto relation ---&amp;gt; Y and Z&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;problem is i want to have no relation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 00:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/relation-question/m-p/735182#M1064064</guid>
      <dc:creator />
      <dc:date>2014-09-19T00:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: relation question</title>
      <link>https://community.qlik.com/t5/QlikView/relation-question/m-p/735183#M1064065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;noconcatenate doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 00:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/relation-question/m-p/735183#M1064065</guid>
      <dc:creator />
      <dc:date>2014-09-19T00:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: relation question</title>
      <link>https://community.qlik.com/t5/QlikView/relation-question/m-p/735184#M1064066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Auto relation will happen as column name "C" is common between Y and Z table.&lt;/P&gt;&lt;P&gt;Rename the column name "C" in one of those tables to something else and Qlikview will not auto link. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do that by aliasing like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C as P&lt;/P&gt;&lt;P&gt;From Table Y;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 00:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/relation-question/m-p/735184#M1064066</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2014-09-19T00:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: relation question</title>
      <link>https://community.qlik.com/t5/QlikView/relation-question/m-p/735185#M1064067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, if they have the same name (C in this case) always will be auto relation between this two tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to use "C as xxx" to rename C in one table and then the two tables will be disconnected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 01:06:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/relation-question/m-p/735185#M1064067</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-09-19T01:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: relation question</title>
      <link>https://community.qlik.com/t5/QlikView/relation-question/m-p/735186#M1064068</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;Qlikview automatically links the tables based on the common column name, if you don't want to link then rename Column C in one of the table like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;a, b, c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;From TableX;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Y:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LOAD&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;c AS NewColumnName, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;d, e,f&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;From TableY;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 01:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/relation-question/m-p/735186#M1064068</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-19T01:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: relation question</title>
      <link>https://community.qlik.com/t5/QlikView/relation-question/m-p/735187#M1064069</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;Use Qualify *, function inbetween&amp;nbsp; first and second table it will take table name prefix to the field values in second table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 01:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/relation-question/m-p/735187#M1064069</guid>
      <dc:creator />
      <dc:date>2014-09-19T01:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: relation question</title>
      <link>https://community.qlik.com/t5/QlikView/relation-question/m-p/735188#M1064070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;isn't there any other way ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; no rename 'C'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;statement&amp;gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;from Table Y;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;statement&amp;gt; is script statement&amp;nbsp; to release&amp;nbsp; relation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there adequate statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 01:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/relation-question/m-p/735188#M1064070</guid>
      <dc:creator />
      <dc:date>2014-09-19T01:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: relation question</title>
      <link>https://community.qlik.com/t5/QlikView/relation-question/m-p/735189#M1064071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is because You have 2 fields with same name.&lt;/P&gt;&lt;P&gt;Rename the field using :&lt;/P&gt;&lt;P&gt;C as Example&lt;/P&gt;&lt;P&gt;Or use qualify C before load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 01:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/relation-question/m-p/735189#M1064071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-19T01:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: relation question</title>
      <link>https://community.qlik.com/t5/QlikView/relation-question/m-p/735190#M1064072</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;If you don't want to rename then try using Qualify *.*;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;Qualify C;&lt;/P&gt;&lt;P class="Code"&gt;Table1:&lt;/P&gt;&lt;P class="Code"&gt;Load A,B, C from x.csv;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Table2:&lt;/P&gt;&lt;P class="Code"&gt;Load C, D, E, F from y.csv;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Hope this helps you.&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Regards,&lt;/P&gt;&lt;P class="Code"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 01:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/relation-question/m-p/735190#M1064072</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-19T01:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: relation question</title>
      <link>https://community.qlik.com/t5/QlikView/relation-question/m-p/735191#M1064073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan,&lt;/P&gt;&lt;P&gt;You are right, but its important NOT use *, because in future maybe he will need to make a relstion with other table. &lt;/P&gt;&lt;P&gt;We dont know the size of it, and qualify to later unqualify the right fields maybe wont be productive.&lt;/P&gt;&lt;P&gt;So in this case, i think is better rename or qualify only the Field 'C'.&lt;/P&gt;&lt;P&gt;Am i right ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 02:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/relation-question/m-p/735191#M1064073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-19T02:20:12Z</dc:date>
    </item>
  </channel>
</rss>

