<?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: Not equals to :( in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Not-equals-to/m-p/2327559#M96934</link>
    <description>&lt;P&gt;Thank you for the reply but this passes IDs starting with "7" I need to pass all IDs that DO NOT start with "7"&lt;/P&gt;</description>
    <pubDate>Thu, 13 Oct 2022 06:50:10 GMT</pubDate>
    <dc:creator>EKotze1615216504</dc:creator>
    <dc:date>2022-10-13T06:50:10Z</dc:date>
    <item>
      <title>Not equals to :(</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-equals-to/m-p/2327556#M96931</link>
      <description>&lt;P&gt;Hi All &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pulling my hair out and can't seem to find a working solution for what seems to be a simple problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to filter out all IDs starting with 7.&lt;/P&gt;&lt;P&gt;So something like ROWID.substr(0,1) != '7'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help &lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Edward &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-equals-to/m-p/2327556#M96931</guid>
      <dc:creator>EKotze1615216504</dc:creator>
      <dc:date>2024-11-15T22:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Not equals to :(</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-equals-to/m-p/2327557#M96932</link>
      <description>&lt;P&gt;Hello Edward,&lt;/P&gt;&lt;P&gt;could you please try the below expression&lt;/P&gt;&lt;P&gt;ROWID.startsWith("7")&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 06:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-equals-to/m-p/2327557#M96932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-13T06:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Not equals to :(</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-equals-to/m-p/2327558#M96933</link>
      <description>&lt;P&gt;You can also change your code to:&lt;/P&gt;&lt;P&gt;​!ROWID.substring(0, 1).equals("7")&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 06:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-equals-to/m-p/2327558#M96933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-13T06:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Not equals to :(</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-equals-to/m-p/2327559#M96934</link>
      <description>&lt;P&gt;Thank you for the reply but this passes IDs starting with "7" I need to pass all IDs that DO NOT start with "7"&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 06:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-equals-to/m-p/2327559#M96934</guid>
      <dc:creator>EKotze1615216504</dc:creator>
      <dc:date>2022-10-13T06:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Not equals to :(</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-equals-to/m-p/2327560#M96935</link>
      <description>&lt;P&gt;please try :&lt;/P&gt;&lt;P&gt;!ROWID.startsWith("7")&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 06:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-equals-to/m-p/2327560#M96935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-13T06:55:46Z</dc:date>
    </item>
  </channel>
</rss>

