<?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 Join Excel Column with SQL query for operations in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373534#M138991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a field in your excel file named Lucro and another in your SQL table?&lt;/P&gt;&lt;P&gt;It seems that one of them is not recognized.&lt;/P&gt;&lt;P&gt;Maybe you can debug it and check in which instruction is thrown&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2012 23:08:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-30T23:08:26Z</dc:date>
    <item>
      <title>Join Excel Column with SQL query for operations</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373527#M138984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi there!&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I want to join an Excel table with a SQL query and do some operations to put in a Dynamic Table. What can I do to achieve this? My Excel table is: &lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;TbLucro:&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CODCENCUS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CODPROJ&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Lucro &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;C&gt;&lt;BR /&gt; (&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Plan1); &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;// And I want to use the Column Lucro to do the following operation: &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;TbCalculo: &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;Load LucroResult;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;SQL select (a.value1*a.value2)*Lucro as LucroResult from values_table a; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;LEFT JOIN (TbLucro) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD * &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;RESIDENT TbCalculo; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;Drop Table TbCalculo; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;This is not running, I receiving error: Column Lucro is not recognized. Someone can help me?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 12:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373527#M138984</guid>
      <dc:creator />
      <dc:date>2012-03-28T12:07:46Z</dc:date>
    </item>
    <item>
      <title>Join Excel Column with SQL query for operations</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373528#M138985</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 style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;TbCalculo:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Load LucroResult;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;SQL select (a.value1*a.value2)*Lucro as LucroResult from values_table a;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Change this SQl query to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;TbCalculo:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Load Lucro;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;SQL select (a.value1*a.value2)*Lucro as LucroResult,Lucro from values_table a;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Celambarasan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 12:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373528#M138985</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-28T12:11:38Z</dc:date>
    </item>
    <item>
      <title>Join Excel Column with SQL query for operations</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373529#M138986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Error again...Lucro is not recognized...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I use this column inside a SELECT clause? The column&amp;nbsp; "Lucro" must be inside Parentesis ( ) or Brakets[ ] ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 14:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373529#M138986</guid>
      <dc:creator />
      <dc:date>2012-03-28T14:32:35Z</dc:date>
    </item>
    <item>
      <title>Join Excel Column with SQL query for operations</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373530#M138987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use this code as it is and check.&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;DIV style="font-size: 11px;"&gt;TbLucro:&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P style="font-size: 12px;"&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;CODCENCUS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;CODPROJ&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;Lucro &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Plan1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;// And I want to use the Column Lucro to do the following operation:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;TbCalculo:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Load LucroResult,Lucro;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;SQL select (a.value1*a.value2)*Lucro as LucroResult,Lucro from values_table a;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;LEFT JOIN (TbLucro)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;RESIDENT TbCalculo;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Drop Table TbCalculo;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 14:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373530#M138987</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-28T14:40:03Z</dc:date>
    </item>
    <item>
      <title>Join Excel Column with SQL query for operations</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373531#M138988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pereira!!&amp;nbsp; we could brothers, and so i will try to help my brother!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TbLucro:&lt;/P&gt;&lt;P&gt;(same you did)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TbCalculo:&lt;/P&gt;&lt;P&gt;SQL Select&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value1*Value2 as Values&lt;/P&gt;&lt;P&gt;From values_table;&lt;/P&gt;&lt;P&gt;Left Join (TbLucro)&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Values*Lucro as LucroResult,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lucro,&lt;/P&gt;&lt;P&gt; Resident TbCalculo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take in mind that this will cross all pair possible of Value1 and Value 2, with all values of Lucro...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 15:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373531#M138988</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2012-03-28T15:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Join Excel Column with SQL query for operations</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373532#M138989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi people, I'm still receiving error: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Campo não encontrado - &amp;lt;LUCRO&amp;gt;&lt;BR /&gt;LEFT JOIN (TbLucro)&lt;BR /&gt;LOAD Valor_Desdob_RatTX*LUCRO as RESULTLUCRO, LUCRO&lt;BR /&gt;Resident &lt;STRONG&gt;&lt;EM&gt;TbCalculo&lt;/EM&gt;&lt;/STRONG&gt;, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at real code and tell me what's wrong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;TbLucro&lt;/STRONG&gt;&lt;/EM&gt;:&lt;BR /&gt;LOAD CODCENCUS, &lt;BR /&gt; CODPROJ, &lt;BR /&gt; TAXADMIN, &lt;BR /&gt; LUCRO&lt;BR /&gt;FROM&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(ooxml, embedded labels, table is Plan1);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;TbCalculo&lt;/STRONG&gt;&lt;/EM&gt;:&lt;BR /&gt;LOAD Valor_Desdob_RatTXL;&lt;BR /&gt;SQL SELECT (((VRAT.VLRDESDOB)* FIN.RECDESP * 0.15) * -1) as Valor_Desdob_RatTXL&lt;BR /&gt;FROM TGFFIN FIN&lt;BR /&gt;INNER JOIN VGFFINRAT VRAT ON VRAT.NUFIN = FIN.NUFIN &lt;BR /&gt;INNER JOIN TGFNAT NAT ON NAT.CODNAT = VRAT.CODNAT&lt;BR /&gt;INNER JOIN TCSPRJ PRJ ON PRJ.CODPROJ = VRAT.CODPROJ&lt;BR /&gt;INNER JOIN TSICUS CCU ON CCU.CODCENCUS = VRAT.CODCENCUS&lt;BR /&gt;WHERE VRAT.AD_DTCOMP IS NOT NULL AND ((VRAT.VLRDESDOB)* FIN.RECDESP &amp;gt; 0) &lt;BR /&gt;AND VRAT.CODNAT IN (1010503, 1010502, 1010501, 1010301, 1010201);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (&lt;EM&gt;&lt;STRONG&gt;Tblucro&lt;/STRONG&gt;&lt;/EM&gt;)&lt;BR /&gt;LOAD Valor_Desdob_RatTXL*LUCRO as RESULTLUCRO, LUCRO&lt;BR /&gt;RESIDENT &lt;EM&gt;&lt;STRONG&gt;TbCalculo&lt;/STRONG&gt;&lt;/EM&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 18:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373532#M138989</guid>
      <dc:creator />
      <dc:date>2012-03-30T18:10:35Z</dc:date>
    </item>
    <item>
      <title>Join Excel Column with SQL query for operations</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373533#M138990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, but i was mistake.(En español???)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For make a Join, you need at least one common field between both tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think: You will multiply every Valor_Desdob_RatTXL value with every Lucro value, without any aggrupation. Is this what you need?If you want to do this, try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;TbLucro:&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;(same you did)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;TbCalculo:&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;SQL Select&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value1*Value2 as Valor_Desdob_RatTXL &lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;From values_table;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;Left Join (TbLucro)&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;Load Valor_Desdob_RatTXL &lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;From TbCalculo;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;Left Join (TbLucro)&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;Load&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Valor_Desdob_RatTXL *Lucro as LucroResult,&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lucro,&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;Resident TbLucro;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, you have some common fields between de TbLucro and the SQL Select: CODPROJ and CODENCUS. If you want to link both tables with field, you must load these fields in TbCalculo too, and then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (TbLucro)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CODPROJ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CODENCUS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Valor_Desdob_RatTXL&lt;/P&gt;&lt;P&gt;Resident TbCalculo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (TbLucro)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Valor_Desdob_RatTXL,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lucro,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Valor_Desdob_RatTXL*Lucro as RESULTLUCRO&lt;/P&gt;&lt;P&gt;Resident TbLucro;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 20:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373533#M138990</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2012-03-30T20:02:19Z</dc:date>
    </item>
    <item>
      <title>Join Excel Column with SQL query for operations</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373534#M138991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a field in your excel file named Lucro and another in your SQL table?&lt;/P&gt;&lt;P&gt;It seems that one of them is not recognized.&lt;/P&gt;&lt;P&gt;Maybe you can debug it and check in which instruction is thrown&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 23:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373534#M138991</guid>
      <dc:creator />
      <dc:date>2012-03-30T23:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Join Excel Column with SQL query for operations</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373535#M138992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi All,I'd solved my problem by using Variable, first I'd loaded the SQL Table, after Load Excel File a Set the desired cols as variables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Aux:&lt;BR /&gt;Load&lt;BR /&gt; Lucro,&lt;BR /&gt; TxAdmin&lt;BR /&gt;Resident TbLucro;&lt;BR /&gt;Let VarLucro=Peek('Lucro');&lt;BR /&gt;Let VarTaxa=Peek('TxAdmin');&lt;BR /&gt;Drop Table Aux;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Voilá!!! It's running!!!Thanks for all responses!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 14:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Excel-Column-with-SQL-query-for-operations/m-p/373535#M138992</guid>
      <dc:creator />
      <dc:date>2012-04-03T14:43:17Z</dc:date>
    </item>
  </channel>
</rss>

