<?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: How do i use Talend If-then-else for diffrent cases. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297929#M70449</link>
    <description>&lt;FONT size="2"&gt;&lt;FONT face="consolas, monaco, bitstream vera sans mono, courier new, courier, monospace"&gt;Hi shong,&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="consolas, monaco, bitstream vera sans mono, courier new, courier, monospace"&gt;is that ok ?&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="consolas, monaco, 'bitstream vera sans mono', 'courier new', courier, monospace"&gt;row.tCode=null?("(00) PRE-PAID".equals(row.tCode) ?"00" &amp;nbsp;:&lt;BR /&gt;&amp;nbsp;"(01) C.O.D".equals(row.tCode) ?"01") :&lt;BR /&gt;("(02) EOM".equals(row.tCode) ?&amp;nbsp;"02"&amp;nbsp;:&lt;BR /&gt;"Unknown")&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="consolas, monaco, 'bitstream vera sans mono', 'courier new', courier, monospace"&gt;I tried this using expression &lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT face="consolas, monaco, bitstream vera sans mono, courier new, courier, monospace"&gt;&lt;FONT size="2"&gt;condition1?(condition2?value if true:value if false): (condition3?value if true:value if false).&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT face="consolas, monaco, bitstream vera sans mono, courier new, courier, monospace"&gt;&lt;FONT size="2"&gt;Getting this error :&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems:&amp;nbsp;&lt;BR /&gt;	XML_API_tXMLMap_1 cannot be resolved to a type&lt;BR /&gt;	XML_API_tXMLMap_1 cannot be resolved to a type&lt;BR /&gt;	Syntax error, insert ": Expression" to complete Expression&lt;BR /&gt;	Syntax error, insert ")" to complete Expression&lt;BR /&gt;	Syntax error, insert ";" to complete Statement&lt;BR /&gt;	Syntax error on token "checked", = expected&lt;BR /&gt;	Invalid character constant&lt;BR /&gt;	Syntax error on token ")", delete this token&lt;BR /&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 26 Jun 2016 14:59:19 GMT</pubDate>
    <dc:creator>gt0731</dc:creator>
    <dc:date>2016-06-26T14:59:19Z</dc:date>
    <item>
      <title>How do i use Talend If-then-else for diffrent cases.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297923#M70443</link>
      <description>Hello Team,
&lt;BR /&gt;Greetings to all of You!
&lt;BR /&gt;I am &amp;nbsp;trying to write this expression &amp;nbsp;into talend tmap component .&amp;nbsp; How to write this expression into tmap&amp;nbsp; component expression builder using ternary operator.
&lt;BR /&gt;
&lt;P align="LEFT"&gt;&lt;FONT color="#333333"&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto,Helvetica,Arial,sans-serif"&gt;&lt;B&gt;case when ='&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;(00) PRE-PAID&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT color="#333333"&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto,Helvetica,Arial,sans-serif"&gt;&lt;B&gt;' then '00'when='&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;(01) C.O.D.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT color="#333333"&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto,Helvetica,Arial,sans-serif"&gt;&lt;B&gt;' then '&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;(01) C.O.D&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;B&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;'when='&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;B&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;(02) EOM&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;B&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;' then '02'when='10' then '(10) NET 10 DAYS'when='15' then '(15) NET 15 DAYS'when='21' then '(21) 2 % 30 NET 31'when='23' then '(23) 2% NET 30 DAYS'when='3' then '(3) CHECK'when='30' then '(30) NET 30 DAYS' else end as TCode&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;BR /&gt;
&lt;P align="LEFT"&gt;&lt;FONT color="#333333"&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto,Helvetica,Arial,sans-serif"&gt;&lt;BR /&gt;Thanks in Advance !&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297923#M70443</guid>
      <dc:creator>gt0731</dc:creator>
      <dc:date>2024-11-16T10:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use Talend If-then-else for diffrent cases.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297924#M70444</link>
      <description>something like
&lt;BR /&gt;"00".equals(row.tCode) ? "(00) PRE-PAID" :
&lt;BR /&gt;"01".equals(row.tCode) ? "(01) C.O.D" :
&lt;BR /&gt;"02".equals(row.tCode) ? "(02) EOM" :
&lt;BR /&gt;"Unknown"
&lt;BR /&gt;I think you ought to be using a look-up rather than hard-coding this as an expression</description>
      <pubDate>Fri, 24 Jun 2016 16:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297924#M70444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-24T16:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use Talend If-then-else for diffrent cases.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297925#M70445</link>
      <description>First off, thanks for &amp;nbsp;conditional operator expression. 
&lt;BR /&gt;You did mention on lookup expression.How do i use lookup expression in talend BIG DATA suite .Example? 
&lt;BR /&gt;This is Updated expression &amp;nbsp;: 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;"(00) PRE-PAID"&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;.equals(row.tCode) ?"00" &amp;nbsp;:&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;"(01) C.O.D"&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;.equals(row.tCode) ?"01" :&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;"(02) EOM".&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;equals(row.tCode) ? &lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;"02"&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;:&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;"Unknown"&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;&amp;nbsp;</description>
      <pubDate>Sat, 25 Jun 2016 09:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297925#M70445</guid>
      <dc:creator>gt0731</dc:creator>
      <dc:date>2016-06-25T09:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use Talend If-then-else for diffrent cases.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297926#M70446</link>
      <description>Hi ,
&lt;BR /&gt;when using Your expression getting this error at &amp;nbsp;tmap component.
&lt;BR /&gt;Error description is :
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems:&amp;nbsp;
&lt;BR /&gt; XML_API_tXMLMap_1 cannot be resolved to a type
&lt;BR /&gt; XML_API_tXMLMap_1 cannot be resolved to a type
&lt;BR /&gt; Syntax error on token ""(00) PRE-PAID"", delete this token
&lt;BR /&gt; at bigdata.account_ftp_write_copy_0_1.Account_FTP_Write_Copy.tSalesforceInput_1Process(Account_FTP_Write_Copy.java:1854)
&lt;BR /&gt; at bigdata.account_ftp_write_copy_0_1.Account_FTP_Write_Copy.runJobInTOS(Account_FTP_Write_Copy.java:4176)
&lt;BR /&gt; at bigdata.account_ftp_write_copy_0_1.Account_FTP_Write_Copy.main(Account_FTP_Write_Copy.java:4033)</description>
      <pubDate>Sat, 25 Jun 2016 10:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297926#M70446</guid>
      <dc:creator>gt0731</dc:creator>
      <dc:date>2016-06-25T10:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use Talend If-then-else for diffrent cases.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297927#M70447</link>
      <description>Hi ta,
&lt;BR /&gt;Is that possible to put null &amp;nbsp;check condition in expression . because i tried this :
&lt;BR /&gt;
&lt;BR /&gt;
&lt;PRE&gt;row.tCode=null?null:row.tCode.toUpperCase()&lt;BR /&gt;&amp;amp;&amp;amp;&lt;BR /&gt;"(00) PRE-PAID".equals(row.tCode) ?"00" &amp;nbsp;:&lt;BR /&gt;&amp;nbsp;"(01) C.O.D".equals(row.tCode) ?"01" :&lt;BR /&gt;"(02) EOM".equals(row.tCode) ?&amp;nbsp;"02"&amp;nbsp;:&lt;BR /&gt;"Unknown"&lt;BR /&gt;&lt;/PRE&gt;
&lt;BR /&gt;
&lt;BR /&gt;Getting Following :
&lt;BR /&gt;Java &amp;amp;&amp;amp; Error The operator &amp;amp;&amp;amp; is undefined for the argument type(s) string,boolean.</description>
      <pubDate>Sat, 25 Jun 2016 19:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297927#M70447</guid>
      <dc:creator>gt0731</dc:creator>
      <dc:date>2016-06-25T19:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use Talend If-then-else for diffrent cases.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297928#M70448</link>
      <description>Hi 
&lt;BR /&gt;Yes, you can check null value in the expression, but you don't use the operator &amp;amp;&amp;amp; correctly here. The correct syntax looks like: 
&lt;BR /&gt;condition1?(condition2?value if true:value if false): (condition3?value if true:value if false) 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Sun, 26 Jun 2016 12:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297928#M70448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-26T12:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use Talend If-then-else for diffrent cases.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297929#M70449</link>
      <description>&lt;FONT size="2"&gt;&lt;FONT face="consolas, monaco, bitstream vera sans mono, courier new, courier, monospace"&gt;Hi shong,&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="consolas, monaco, bitstream vera sans mono, courier new, courier, monospace"&gt;is that ok ?&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="consolas, monaco, 'bitstream vera sans mono', 'courier new', courier, monospace"&gt;row.tCode=null?("(00) PRE-PAID".equals(row.tCode) ?"00" &amp;nbsp;:&lt;BR /&gt;&amp;nbsp;"(01) C.O.D".equals(row.tCode) ?"01") :&lt;BR /&gt;("(02) EOM".equals(row.tCode) ?&amp;nbsp;"02"&amp;nbsp;:&lt;BR /&gt;"Unknown")&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="consolas, monaco, 'bitstream vera sans mono', 'courier new', courier, monospace"&gt;I tried this using expression &lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT face="consolas, monaco, bitstream vera sans mono, courier new, courier, monospace"&gt;&lt;FONT size="2"&gt;condition1?(condition2?value if true:value if false): (condition3?value if true:value if false).&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT face="consolas, monaco, bitstream vera sans mono, courier new, courier, monospace"&gt;&lt;FONT size="2"&gt;Getting this error :&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems:&amp;nbsp;&lt;BR /&gt;	XML_API_tXMLMap_1 cannot be resolved to a type&lt;BR /&gt;	XML_API_tXMLMap_1 cannot be resolved to a type&lt;BR /&gt;	Syntax error, insert ": Expression" to complete Expression&lt;BR /&gt;	Syntax error, insert ")" to complete Expression&lt;BR /&gt;	Syntax error, insert ";" to complete Statement&lt;BR /&gt;	Syntax error on token "checked", = expected&lt;BR /&gt;	Invalid character constant&lt;BR /&gt;	Syntax error on token ")", delete this token&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 26 Jun 2016 14:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297929#M70449</guid>
      <dc:creator>gt0731</dc:creator>
      <dc:date>2016-06-26T14:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use Talend If-then-else for diffrent cases.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297930#M70450</link>
      <description>try this:&lt;BR /&gt;&lt;PRE&gt;row1.tCode==null?null:("(00) PRE-PAID".equals(row1.tCode) ?"00"  :&lt;BR /&gt; ("(01) C.O.D".equals(row1.tCode) ?"01" :&lt;BR /&gt;("(02) EOM".equals(row1.tCode) ? "02":"unKnown" )))&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Jun 2016 06:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297930#M70450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-27T06:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use Talend If-then-else for diffrent cases.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297931#M70451</link>
      <description>Thanks a ton shong . syntax worked for me&amp;nbsp;</description>
      <pubDate>Tue, 28 Jun 2016 18:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297931#M70451</guid>
      <dc:creator>gt0731</dc:creator>
      <dc:date>2016-06-28T18:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use Talend If-then-else for diffrent cases.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297932#M70452</link>
      <description>The original solution that I gave is null-safe.&lt;BR /&gt;If your input is null, then the output is "Unknown" (or whatever you want it to be).&lt;BR /&gt;That is why the tests are "String".equals(row1.value) rather than row1.value.equals("String").&lt;BR /&gt;Personally, I'd use a look-up (CSV file, database or whatever).&lt;BR /&gt;This look-up contains: -&lt;BR /&gt;input,output&lt;BR /&gt;01,C.O.D&lt;BR /&gt;02,EOM&lt;BR /&gt;...&lt;BR /&gt;You can then join the look-up in your tMap.</description>
      <pubDate>Wed, 29 Jun 2016 08:51:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297932#M70452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-29T08:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use Talend If-then-else for diffrent cases.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297933#M70453</link>
      <description>&lt;P&gt;If&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Trim(( IF IsNotNull((ffr_dcconso_ref_initial.TITLE)) THEN (ffr_dcconso_ref_initial.TITLE) ELSE (""))) &amp;lt;&amp;gt; ""&lt;/P&gt;&lt;P&gt;then&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Trim(( IF IsNotNull((ffr_dcconso_ref_initial.TITLE)) THEN (ffr_dcconso_ref_initial.TITLE) ELSE (""))) = "1"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;then "MR"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;else&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;else ""&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--FLAG&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 12:30:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-use-Talend-If-then-else-for-diffrent-cases/m-p/2297933#M70453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-04T12:30:22Z</dc:date>
    </item>
  </channel>
</rss>

