<?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: Find greater than for string value in tmap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Find-greater-than-for-string-value-in-tmap/m-p/2374586#M137166</link>
    <description>&lt;P&gt;maybe you can use String.compareTo java method :&lt;/P&gt;&lt;P&gt;ex : "a".compareTo("b")  return -1  a&amp;lt;b&lt;/P&gt;&lt;P&gt;"c".compareTo("b")  return 1  c&amp;gt;b&lt;/P&gt;&lt;P&gt;"a".compareTo("a")  return 0  a=a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;send me love and kudos  &lt;/P&gt;</description>
    <pubDate>Wed, 10 Nov 2021 09:55:05 GMT</pubDate>
    <dc:creator>gjeremy1617088143</dc:creator>
    <dc:date>2021-11-10T09:55:05Z</dc:date>
    <item>
      <title>Find greater than for string value in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-greater-than-for-string-value-in-tmap/m-p/2374583#M137163</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have a derived field for which i get to populate by checking the if else condition of source field ..The source field is string . ,&lt;/P&gt;&lt;P&gt;Let us assume the field is account .&lt;/P&gt;&lt;P&gt;IF account equals "aa" then the value is "A"&lt;/P&gt;&lt;P&gt;IF account equals "bb" then value is "B"&lt;/P&gt;&lt;P&gt;IF account is GREATER THAN "cc" then value is  "D"&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-greater-than-for-string-value-in-tmap/m-p/2374583#M137163</guid>
      <dc:creator>j_</dc:creator>
      <dc:date>2024-11-15T23:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Find greater than for string value in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-greater-than-for-string-value-in-tmap/m-p/2374584#M137164</link>
      <description>&lt;P&gt;Hi, you can try this ternary exrpession:(i assume your input come from row1 main link)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;row1.account.equals("aa")?"A": (row1.account.equals("bb")?"B":(!row1.account.equals("cc")?"D":(values for other case)))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF account equals "aa" then the value is "A"&lt;/P&gt;&lt;P&gt;ELSE IF account equals "bb" then value is "B"&lt;/P&gt;&lt;P&gt;ELSE IF account not equals "cc" then value is "D"&lt;/P&gt;&lt;P&gt;ELSE VALUE for cc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;send me love and kudos&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 13:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-greater-than-for-string-value-in-tmap/m-p/2374584#M137164</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-11-09T13:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Find greater than for string value in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-greater-than-for-string-value-in-tmap/m-p/2374585#M137165</link>
      <description>&lt;P&gt;Hi IF case ternary operater is okay but how do we find greater than for string (Ascii code) ..For first 2 case its equal to so its easy..For 3rd its finding greater than value.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 06:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-greater-than-for-string-value-in-tmap/m-p/2374585#M137165</guid>
      <dc:creator>j_</dc:creator>
      <dc:date>2021-11-10T06:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Find greater than for string value in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-greater-than-for-string-value-in-tmap/m-p/2374586#M137166</link>
      <description>&lt;P&gt;maybe you can use String.compareTo java method :&lt;/P&gt;&lt;P&gt;ex : "a".compareTo("b")  return -1  a&amp;lt;b&lt;/P&gt;&lt;P&gt;"c".compareTo("b")  return 1  c&amp;gt;b&lt;/P&gt;&lt;P&gt;"a".compareTo("a")  return 0  a=a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;send me love and kudos  &lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 09:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-greater-than-for-string-value-in-tmap/m-p/2374586#M137166</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-11-10T09:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Find greater than for string value in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-greater-than-for-string-value-in-tmap/m-p/2374587#M137167</link>
      <description>&lt;P&gt;Hi this worked thanks for the reply​&lt;/P&gt;</description>
      <pubDate>Sat, 27 Nov 2021 19:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-greater-than-for-string-value-in-tmap/m-p/2374587#M137167</guid>
      <dc:creator>j_</dc:creator>
      <dc:date>2021-11-27T19:07:02Z</dc:date>
    </item>
  </channel>
</rss>

