<?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 to check if a column is not empty when another is not empty in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-a-column-is-not-empty-when-another-is-not-empty/m-p/2272244#M49565</link>
    <description>Hi&lt;BR /&gt;First, where do you want to use this condition? What's your essential requirement to do this? To filter rows?&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
    <pubDate>Tue, 24 Jul 2012 10:08:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-07-24T10:08:08Z</dc:date>
    <item>
      <title>How to check if a column is not empty when another is not empty</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-a-column-is-not-empty-when-another-is-not-empty/m-p/2272243#M49564</link>
      <description>Hello team,&lt;BR /&gt;Do you have an idea to help me please:&lt;BR /&gt;i import a file with multiple column.&lt;BR /&gt;Column 1 must have a value if the Column 2 is not empty&lt;BR /&gt;same for the Column 3, but column 2 and 3 are optional, the file can have only 1 column with value&lt;BR /&gt;i tried &lt;BR /&gt;(!Relational.ISNULL(row3.Level_2_cd) &amp;amp;&amp;amp; !row3.Level_1_cd.equals("")) == &lt;BR /&gt;(!Relational.ISNULL(row3.Level_3_cd) &amp;amp;&amp;amp; !row3.Level_2_cd.equals("")) &lt;BR /&gt;but that report me an error due to the fact the column 1 is not empty&lt;BR /&gt;and that in a tmap &lt;BR /&gt;thanks for your help</description>
      <pubDate>Tue, 24 Jul 2012 10:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-a-column-is-not-empty-when-another-is-not-empty/m-p/2272243#M49564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-24T10:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a column is not empty when another is not empty</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-a-column-is-not-empty-when-another-is-not-empty/m-p/2272244#M49565</link>
      <description>Hi&lt;BR /&gt;First, where do you want to use this condition? What's your essential requirement to do this? To filter rows?&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 24 Jul 2012 10:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-a-column-is-not-empty-when-another-is-not-empty/m-p/2272244#M49565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-24T10:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a column is not empty when another is not empty</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-a-column-is-not-empty-when-another-is-not-empty/m-p/2272245#M49566</link>
      <description>i used this condition in a tmap</description>
      <pubDate>Tue, 24 Jul 2012 10:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-a-column-is-not-empty-when-another-is-not-empty/m-p/2272245#M49566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-24T10:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a column is not empty when another is not empty</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-a-column-is-not-empty-when-another-is-not-empty/m-p/2272246#M49567</link>
      <description>here is a screenshot</description>
      <pubDate>Tue, 24 Jul 2012 10:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-a-column-is-not-empty-when-another-is-not-empty/m-p/2272246#M49567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-24T10:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a column is not empty when another is not empty</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-a-column-is-not-empty-when-another-is-not-empty/m-p/2272247#M49568</link>
      <description>Hi&lt;BR /&gt;In fact, I don't understand your filtering rule.&lt;BR /&gt;Sorry.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 24 Jul 2012 10:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-a-column-is-not-empty-when-another-is-not-empty/m-p/2272247#M49568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-24T10:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a column is not empty when another is not empty</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-a-column-is-not-empty-when-another-is-not-empty/m-p/2272248#M49569</link>
      <description>it's not easy to explain.&lt;BR /&gt;in the screenshot, on the left my imported file&lt;BR /&gt;on the right mut ouput file (out1) and rejected file (reject)&lt;BR /&gt;i will put in reject file all rows with an level_1_cd empty while level_2_cd full</description>
      <pubDate>Tue, 24 Jul 2012 10:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-a-column-is-not-empty-when-another-is-not-empty/m-p/2272248#M49569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-24T10:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a column is not empty when another is not empty</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-a-column-is-not-empty-when-another-is-not-empty/m-p/2272249#M49570</link>
      <description>hello,
&lt;BR /&gt;i found why, just an issue with my expression.
&lt;BR /&gt;(!Relational.ISNULL(row3.Level_2_cd) &amp;amp;&amp;amp; !row3.Level_1_cd.equals("")) &amp;amp;&amp;amp; (!Relational.ISNULL(row3.Level_3_cd) &amp;amp;&amp;amp; !row3.Level_2_cd.equals("")) 
&lt;BR /&gt;instead of
&lt;BR /&gt;(!Relational.ISNULL(row3.Level_2_cd) &amp;amp;&amp;amp; !row3.Level_1_cd.equals("")) == (!Relational.ISNULL(row3.Level_3_cd) &amp;amp;&amp;amp; !row3.Level_2_cd.equals("")) 
&lt;BR /&gt;Sorry for your time</description>
      <pubDate>Tue, 24 Jul 2012 13:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-a-column-is-not-empty-when-another-is-not-empty/m-p/2272249#M49570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-24T13:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a column is not empty when another is not empty</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-a-column-is-not-empty-when-another-is-not-empty/m-p/2272250#M49571</link>
      <description>Hi&lt;BR /&gt;Great! Glad to hear you have fixed it.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 25 Jul 2012 03:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-a-column-is-not-empty-when-another-is-not-empty/m-p/2272250#M49571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-25T03:33:27Z</dc:date>
    </item>
  </channel>
</rss>

