<?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: Error in the execution of a query in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-in-the-execution-of-a-query/m-p/2265862#M45269</link>
    <description>&lt;P&gt;Thanks Thomas, it works now. But I got another error&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6.PNG" style="width: 707px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6V5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153014i78B3DDB17641C522/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6V5.png" alt="0683p000009M6V5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Aug 2019 12:43:01 GMT</pubDate>
    <dc:creator>Hajar1</dc:creator>
    <dc:date>2019-08-01T12:43:01Z</dc:date>
    <item>
      <title>Error in the execution of a query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-the-execution-of-a-query/m-p/2265860#M45267</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I want to execute a job in which there is the following query:&lt;/P&gt; 
&lt;P&gt;"SELECT "+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_request.seq_day_tmp,"&lt;BR /&gt;"coalesce("+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_request.seq_request_tmp,(SELECT "+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".dim_request_scd.seq_request_scd FROM "+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".dim_request_scd"&lt;BR /&gt;"WHERE "+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_dim_request_scd.seq_request=(select "+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_dim_request.seq_request from "+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_dim_request"&lt;BR /&gt;"WHERE "+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_dim_request.cod_request='Non Renseigné'))) AS seq_request_tmp,"&lt;BR /&gt;""+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_request.seq_request_scd_tmp,"&lt;BR /&gt;""+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_request.seq_application_tmp,"&lt;BR /&gt;""+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_request.deadlines_taking_charges_tmp,"&lt;BR /&gt;""+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_request.deadlines_solving_tmp,"&lt;BR /&gt;""+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_request.deadlines_delivery_tmp,"&lt;BR /&gt;""+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_request.nb_resquest_tmp,"&lt;BR /&gt;""+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_request.flag_successeful_delivery_tmp,"&lt;BR /&gt;"FROM "+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_request"&lt;BR /&gt;"left outer join "+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_dim_request_scd"&lt;BR /&gt;"on "+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_request.seq_request_tmp="+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_dim_request_scd.seq_request"&lt;BR /&gt;"and ("+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+\".\"+tmp_dim_request_scd.dat_begin = null or (select CURRENT_DATE) &amp;gt;= "+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+".tmp_dim_request_scd.dat_begin)"&lt;BR /&gt;"and ("+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+\".\"+tmp_dim_request_scd.dat_end = null or (select CURRENT_DATE)&amp;lt;"+context.DW_ES_TMP_Database+\".\"+context.DW_ES_TMP_Schema+\".\"+tmp_dim_request_scd.dat_end);"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But the execution I got the following error:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6V0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148619i38F0BBF3EB74D931/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6V0.png" alt="0683p000009M6V0.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 09:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-the-execution-of-a-query/m-p/2265860#M45267</guid>
      <dc:creator>Hajar1</dc:creator>
      <dc:date>2019-08-01T09:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the execution of a query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-the-execution-of-a-query/m-p/2265861#M45268</link>
      <description>&lt;P&gt;Hi ra_2019,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a + plus sign missing before "WHERE " (in lines 5 and 8)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 10:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-the-execution-of-a-query/m-p/2265861#M45268</guid>
      <dc:creator>ThWabi</dc:creator>
      <dc:date>2019-08-01T10:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the execution of a query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-the-execution-of-a-query/m-p/2265862#M45269</link>
      <description>&lt;P&gt;Thanks Thomas, it works now. But I got another error&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6.PNG" style="width: 707px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6V5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153014i78B3DDB17641C522/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6V5.png" alt="0683p000009M6V5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 12:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-the-execution-of-a-query/m-p/2265862#M45269</guid>
      <dc:creator>Hajar1</dc:creator>
      <dc:date>2019-08-01T12:43:01Z</dc:date>
    </item>
  </channel>
</rss>

