<?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 Query error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Query-error/m-p/2197091#M981</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I got "Exception in thread "main" java.lang.Error: Unresolved compilation problems: " when I intend to join a CSV (Sales) with an XLSX (Products)&amp;nbsp; via a tMap component and to insert the output into tDB_Output Oracle table.&lt;/P&gt;
&lt;P&gt;The error comes when I try to map a this expression row3.PRICE *row4.QUANTITY*(1-row4.DISCOUNT) to Sales_Volume target field. I attached a screenshot.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:55:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T03:55:30Z</dc:date>
    <item>
      <title>Query error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-error/m-p/2197091#M981</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I got "Exception in thread "main" java.lang.Error: Unresolved compilation problems: " when I intend to join a CSV (Sales) with an XLSX (Products)&amp;nbsp; via a tMap component and to insert the output into tDB_Output Oracle table.&lt;/P&gt;
&lt;P&gt;The error comes when I try to map a this expression row3.PRICE *row4.QUANTITY*(1-row4.DISCOUNT) to Sales_Volume target field. I attached a screenshot.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-error/m-p/2197091#M981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Query error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-error/m-p/2197092#M982</link>
      <description>Did you try this one?&lt;BR /&gt;row3.PRICE * row4.QUANTITY*(new Double(1.0) -row4.DISCOUNT)</description>
      <pubDate>Wed, 04 Dec 2019 18:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-error/m-p/2197092#M982</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-12-04T18:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Query error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-error/m-p/2197093#M983</link>
      <description>&lt;P&gt;Have you actually tried this? The expression tester will fail when actual values are not being used. Try running the job.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 18:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-error/m-p/2197093#M983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-04T18:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Query error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-error/m-p/2197094#M984</link>
      <description>I got when I run the job: 
&lt;BR /&gt;"Error in the component's properties 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;ALE_DATE cannot be resolved or is not a field 
&lt;BR /&gt;COUNTRY_ID cannot be resolved or is not a field 
&lt;BR /&gt;QUANTITY cannot be resolved or is not a field 
&lt;BR /&gt;DISCOUNT cannot be resolved or is not a field 
&lt;BR /&gt;PRICE cannot be resolved or is not a field 
&lt;BR /&gt;QUANTITY cannot be resolved or is not a field 
&lt;BR /&gt;DISCOUNT cannot be resolved or is not a field"</description>
      <pubDate>Wed, 04 Dec 2019 19:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-error/m-p/2197094#M984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-04T19:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Query error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-error/m-p/2197095#M985</link>
      <description>I tried this, too. Nope.:-( 
&lt;BR /&gt;Error in the component's properties 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;ALE_DATE cannot be resolved or is not a field 
&lt;BR /&gt;COUNTRY_ID cannot be resolved or is not a field 
&lt;BR /&gt;QUANTITY cannot be resolved or is not a field 
&lt;BR /&gt;DISCOUNT cannot be resolved or is not a field 
&lt;BR /&gt;PRICE cannot be resolved or is not a field 
&lt;BR /&gt;QUANTITY cannot be resolved or is not a field 
&lt;BR /&gt;DISCOUNT cannot be resolved or is not a field 
&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Dec 2019 19:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-error/m-p/2197095#M985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-04T19:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Query error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-error/m-p/2197096#M986</link>
      <description>Re-creating the job solved the problem.</description>
      <pubDate>Wed, 04 Dec 2019 20:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-error/m-p/2197096#M986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-04T20:04:07Z</dc:date>
    </item>
  </channel>
</rss>

