<?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 tMap - no output even if expression is correct in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-even-if-expression-is-correct/m-p/2283778#M57612</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have this expression which i have compiled and tested and the results is correct after testing. But when i see the output excel file, the column is empty. Any idea why?&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Talend_1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M88K.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141795iF08E6141A8EE46B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M88K.png" alt="0683p000009M88K.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;Trade_Events.Transaction_Type_Code == "BUY"? "1":&lt;BR /&gt;Trade_Events.Transaction_Type_Code == "SEL"? "2":&lt;BR /&gt;Trade_Events.Transaction_Type_Code == "SELL_CI" ?"17":null&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:26:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T04:26:50Z</dc:date>
    <item>
      <title>tMap - no output even if expression is correct</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-even-if-expression-is-correct/m-p/2283778#M57612</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have this expression which i have compiled and tested and the results is correct after testing. But when i see the output excel file, the column is empty. Any idea why?&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Talend_1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M88K.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141795iF08E6141A8EE46B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M88K.png" alt="0683p000009M88K.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;Trade_Events.Transaction_Type_Code == "BUY"? "1":&lt;BR /&gt;Trade_Events.Transaction_Type_Code == "SEL"? "2":&lt;BR /&gt;Trade_Events.Transaction_Type_Code == "SELL_CI" ?"17":null&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-even-if-expression-is-correct/m-p/2283778#M57612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: tMap - no output even if expression is correct</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-even-if-expression-is-correct/m-p/2283779#M57613</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Are you able to use tLogRow component instead of tfileoutputexcel component to print your result on console at the first step to see if this expression in tMap works well?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 04:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-even-if-expression-is-correct/m-p/2283779#M57613</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-08T04:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: tMap - no output even if expression is correct</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-even-if-expression-is-correct/m-p/2283780#M57614</link>
      <description>Never use == to compare strings. Change your expression like this:
&lt;BR /&gt;"BUY".equals(Trade_Events.Transaction_Type_Code
&lt;BR /&gt;and so on for other parts.</description>
      <pubDate>Tue, 08 Oct 2019 06:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-even-if-expression-is-correct/m-p/2283780#M57614</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-10-08T06:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: tMap - no output even if expression is correct</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-even-if-expression-is-correct/m-p/2283781#M57615</link>
      <description>&lt;P&gt;Perfect!&amp;nbsp; it works&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 07:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-even-if-expression-is-correct/m-p/2283781#M57615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-08T07:22:12Z</dc:date>
    </item>
  </channel>
</rss>

