<?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: if/else in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335560#M104109</link>
    <description>&lt;P&gt;@guenneguez jeremy​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Errors...&lt;/P&gt;&lt;P&gt;The operator is undefined for the argument type String  (! operator)&lt;/P&gt;&lt;P&gt;Also, The row1.Division will output "00000" or a variation of other Project Numbers. &lt;/P&gt;&lt;P&gt;Project Number is not a column row1.Division_1 is a column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Apr 2021 20:18:03 GMT</pubDate>
    <dc:creator>Edi1</dc:creator>
    <dc:date>2021-04-01T20:18:03Z</dc:date>
    <item>
      <title>if/else</title>
      <link>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335558#M104107</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help please!&lt;/P&gt;&lt;P&gt;getting an error in syntax in tMAP&lt;/P&gt;&lt;P&gt;. &lt;/P&gt;&lt;P&gt;"ROA&amp;amp;E".equals(row1.Division_1)?"00000"!=ROA&amp;amp;E:" "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to say in this code that the output will be "00000" if not equal to ROA&amp;amp;E. Otherwise, it will be the project number.  (The output for the project number can be a variation of numbers) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input data type, I am using String. Output type is a String too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks-&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 19:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335558#M104107</guid>
      <dc:creator>Edi1</dc:creator>
      <dc:date>2021-04-01T19:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: if/else</title>
      <link>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335559#M104108</link>
      <description>&lt;P&gt;Hi edi :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; !("ROA&amp;amp;E".equals(row1.Division_1))?"00000":row1.projectNumber&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 19:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335559#M104108</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-04-01T19:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: if/else</title>
      <link>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335560#M104109</link>
      <description>&lt;P&gt;@guenneguez jeremy​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Errors...&lt;/P&gt;&lt;P&gt;The operator is undefined for the argument type String  (! operator)&lt;/P&gt;&lt;P&gt;Also, The row1.Division will output "00000" or a variation of other Project Numbers. &lt;/P&gt;&lt;P&gt;Project Number is not a column row1.Division_1 is a column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 20:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335560#M104109</guid>
      <dc:creator>Edi1</dc:creator>
      <dc:date>2021-04-01T20:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: if/else</title>
      <link>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335561#M104110</link>
      <description>&lt;P&gt;!"ROA&amp;amp;E".equals(row1.Division_1)?"00000": here your value when row 1 division equals «&amp;nbsp;ROA&amp;amp;E&amp;nbsp;»&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 20:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335561#M104110</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-04-01T20:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: if/else</title>
      <link>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335562#M104111</link>
      <description>&lt;P&gt;@guenneguez jeremy​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;It looks to work up to the colon: here your value row 1....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know how to allow multiple input here instead of one if it is  ROA&amp;amp;E? It will need to output about 3 numbers that are ROA&amp;amp;E.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 23:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335562#M104111</guid>
      <dc:creator>Edi1</dc:creator>
      <dc:date>2021-04-01T23:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: if/else</title>
      <link>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335563#M104112</link>
      <description>&lt;P&gt;I also tried the code below and it output all "00000" so part of the code is missing to get the other outputs that are not "00000"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!"ROA&amp;amp;E".equals(row1.Division_1)?"00000":""&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 23:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335563#M104112</guid>
      <dc:creator>Edi1</dc:creator>
      <dc:date>2021-04-01T23:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: if/else</title>
      <link>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335564#M104113</link>
      <description>&lt;P&gt;I Edi , please be more precise , you want to use this for multiple columns of your input ?&lt;/P&gt;&lt;P&gt;the better way for that is to use routine  instead of code replication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 06:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335564#M104113</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-04-02T06:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: if/else</title>
      <link>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335565#M104114</link>
      <description>&lt;P&gt;Hi @guenneguez jeremy​&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks. I am trying to be precise with the info. I have.  &lt;/P&gt;&lt;P&gt;"00000" if not ROA&amp;amp;E&lt;/P&gt;&lt;P&gt;Project Number if ROA&amp;amp;E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The req listed above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output is to generate "00000"  (The code is code for that so far)&lt;/P&gt;&lt;P&gt;or the output will generate 04563&lt;/P&gt;&lt;P&gt;or the output will generate 0B332&lt;/P&gt;&lt;P&gt;or the output will generate 0B572&lt;/P&gt;&lt;P&gt;or the output will generate 0B889&lt;/P&gt;&lt;P&gt;or the output will generate 0B769&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Project Number is not an input or output schema or value so not to be used in code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 13:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335565#M104114</guid>
      <dc:creator>Edi1</dc:creator>
      <dc:date>2021-04-02T13:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: if/else</title>
      <link>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335566#M104115</link>
      <description>&lt;P&gt;How your project number is generate ? &lt;/P&gt;&lt;P&gt;Cause as i can understand now if row1.division = "ROA&amp;amp;E"&lt;/P&gt;&lt;P&gt;you can have différents values for project number, but what are the conditions to differentiate those values ? And where those values come from ?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 13:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335566#M104115</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-04-02T13:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: if/else</title>
      <link>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335567#M104116</link>
      <description>&lt;P&gt;Hello  @guenneguez jeremy​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's  the info...&lt;/P&gt;&lt;P&gt;The project number is the same as 00000...and the other numbers...&lt;/P&gt;&lt;P&gt;ROA&amp;amp;E is the variable.&lt;/P&gt;&lt;P&gt;If it is not   !ROA&amp;amp;E then equal/populates to "00000"&lt;/P&gt;&lt;P&gt;Else if it is ROA&amp;amp;E equals to one of the other number...It will be/populate  || or one of the numbers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 20:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335567#M104116</guid>
      <dc:creator>Edi1</dc:creator>
      <dc:date>2021-04-05T20:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: if/else</title>
      <link>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335568#M104117</link>
      <description>&lt;P&gt;@guenneguez jeremy​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is resolved. I was to use the values and not ROA&amp;amp;E... This is good to go.  Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 22:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/if-else/m-p/2335568#M104117</guid>
      <dc:creator>Edi1</dc:creator>
      <dc:date>2021-04-05T22:07:09Z</dc:date>
    </item>
  </channel>
</rss>

