<?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: Creation of a table using columns from different tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394601#M147147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like table 3 is the same as table 1 but with one additional field &lt;EM&gt;doctorkey&lt;/EM&gt;. You can't add only this field from table 2 because you need one more field to make a join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Mar 2013 17:35:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-26T17:35:18Z</dc:date>
    <item>
      <title>Creation of a table using columns from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394599#M147145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hell Community member,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have columns revcode,physname,adm,chargenumber,pattype from table1 &lt;/P&gt;&lt;P&gt;and columns &lt;/P&gt;&lt;P&gt;doctorkey,doctorname,license no from from table2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to create a table3&amp;nbsp; containing the columns revcode,physname,admn,chargenumber,doctorkey,pattype , is it possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 16:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394599#M147145</guid>
      <dc:creator />
      <dc:date>2013-03-26T16:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a table using columns from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394600#M147146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use concatenate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;load * from T1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;load * from T2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i doubt it will give you something interesting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would rather join tables on common fields (may be revcode = doctorkey?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 16:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394600#M147146</guid>
      <dc:creator />
      <dc:date>2013-03-26T16:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a table using columns from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394601#M147147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like table 3 is the same as table 1 but with one additional field &lt;EM&gt;doctorkey&lt;/EM&gt;. You can't add only this field from table 2 because you need one more field to make a join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 17:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394601#M147147</guid>
      <dc:creator />
      <dc:date>2013-03-26T17:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a table using columns from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394602#M147148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your Response Christian Dmitry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created third table using the two table. When I am about to create Qvd, I am getting error of Table not found&lt;/P&gt;&lt;P&gt;Table3. I am attaching my qvw file. Can you please correct me why am i getting this error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 16:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394602#M147148</guid>
      <dc:creator />
      <dc:date>2013-03-27T16:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a table using columns from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394603#M147149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your &lt;EM&gt;Table3&lt;/EM&gt; has the same set of fields as table &lt;EM&gt;Doctors&lt;/EM&gt;. Therefore it automatically concatenates to existing &lt;EM&gt;Doctors &lt;/EM&gt;table instead of creating a new table. You need to use NOCONCATENATE or make field set (or names) different in &lt;EM&gt;Doctors &lt;/EM&gt;and &lt;EM&gt;Table3.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;NOCONCATENATE LOAD Location,CDK Resident Doctors;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 16:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394603#M147149</guid>
      <dc:creator />
      <dc:date>2013-03-27T16:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a table using columns from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394604#M147150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Dmitry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually my requirement is, doctorskey is not their in table2, so inorder to bring the doctorkey column into table2 , I am creating a table3 by joing table1 and table2.&amp;nbsp; I Have written the script as above now it is not giving any error, but the table is not created can you say me how to create the table3 from the table1 and table 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;LOAD Location,CDK Resident Doctors;&lt;/P&gt;&lt;P&gt; Join&lt;/P&gt;&lt;P&gt;LOAD Location,adm,pat_type,adm_date,phys_name,rev_code,Charge_Number,ATTEND_DOCT_NO Resident [ACP Detail Charges];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have taken common field Location from both the tables but,the table is not created ,can you say why the table is not being created .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 19:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394604#M147150</guid>
      <dc:creator />
      <dc:date>2013-03-27T19:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a table using columns from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394605#M147151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I don't see field named &lt;/SPAN&gt;&lt;EM style="font-size: 10pt;"&gt;doctorkey&lt;/EM&gt;&lt;SPAN style="font-size: 10pt;"&gt; in your script. What field is it?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 19:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394605#M147151</guid>
      <dc:creator />
      <dc:date>2013-03-27T19:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a table using columns from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394606#M147152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CDK is the doctorkey in the doctors table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/326712#326712"&gt;http://community.qlik.com/message/326712#326712&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dmitry, I have kept my data model along with my requirement in the zipped file in the above link&lt;/P&gt;&lt;P&gt;once go through it.Once open it and design the data model for me with patience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 19:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394606#M147152</guid>
      <dc:creator />
      <dc:date>2013-03-27T19:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a table using columns from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394607#M147153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't join CDK by Location as Location has only 3 values and CDK has 1258 values. You need another key field instead of Location which will be unique for each CDK value and will be present in both tables. Otherwise join makes no sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 19:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394607#M147153</guid>
      <dc:creator />
      <dc:date>2013-03-27T19:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a table using columns from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394608#M147154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have taken Doctorname in the doctors table1 and physname(table2) and&lt;/P&gt;&lt;P&gt; I have checked it. their is no error but table is not created . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dmetry, I have another doubt. once you check the data in the ACP detail charges table. many records are repeating for ten times, can you say how to avoid it,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 20:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394608#M147154</guid>
      <dc:creator />
      <dc:date>2013-03-27T20:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a table using columns from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394609#M147155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure Location is your right key to join these 2 tables?&lt;/P&gt;&lt;P&gt;What about &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ATTEND_DOCT_NO ?&amp;nbsp; &lt;/SPAN&gt;Isn't it the same as CDK?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;If it is, i would do &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Doctors:&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Location&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CDK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;F:\POC_Project\POC\DCCDB_DATA_SDOCTOR.qvd (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt;&lt;BR /&gt;[ACP Detail Charges]:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Location&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;adm&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;pat_type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;adm_date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;phys_name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;rev_code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Charge_Number&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ATTEND_DOCT_NO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ATTEND_DOCT_NO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; F:\POC_Project\POC\vwACPDetail_Charges.qvd (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt;&lt;BR /&gt;Table3:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Location&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CDK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CDK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Doctors;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Join&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [ACP Detail Charges];&lt;BR /&gt;&lt;BR /&gt;If Location is your key, do the same with it instead&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Chris &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 15:27:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creation-of-a-table-using-columns-from-different-tables/m-p/394609#M147155</guid>
      <dc:creator />
      <dc:date>2013-03-29T15:27:46Z</dc:date>
    </item>
  </channel>
</rss>

