<?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 statement with NOT NULL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-statement-with-NOT-NULL/m-p/1649053#M594183</link>
    <description>&lt;P&gt;I don't know why you are using len(), however, if you want to check if the field is null or not better to use isnull() fundtion&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If(Trim([@183:190])='' or IsNull([@183:190]), Mid([@18:25],3,2),Mid([@183:190],3,2))&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Nov 2019 12:04:49 GMT</pubDate>
    <dc:creator>Yousef_Amarneh</dc:creator>
    <dc:date>2019-11-20T12:04:49Z</dc:date>
    <item>
      <title>If statement with NOT NULL</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-with-NOT-NULL/m-p/1649048#M594182</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;i need to modifiy the following expression, because it don't works.&lt;/P&gt;&lt;P&gt;If(Len(Trim([@183:190]&amp;lt;&amp;gt;'')), Mid([@183:190],3,2), Mid([@18:25],3,2))&lt;/P&gt;&lt;P&gt;The output i want is that If(Len(Trim([@183:190] IS NOT NULL, i must see&amp;nbsp;Mid([@183:190],3,2), otherwise&amp;nbsp;Mid([@18:25],3,2).&lt;/P&gt;&lt;P&gt;Please, someone can help me?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mattia&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-with-NOT-NULL/m-p/1649048#M594182</guid>
      <dc:creator>Mattia</dc:creator>
      <dc:date>2024-11-16T19:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: If statement with NOT NULL</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-with-NOT-NULL/m-p/1649053#M594183</link>
      <description>&lt;P&gt;I don't know why you are using len(), however, if you want to check if the field is null or not better to use isnull() fundtion&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If(Trim([@183:190])='' or IsNull([@183:190]), Mid([@18:25],3,2),Mid([@183:190],3,2))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 12:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-with-NOT-NULL/m-p/1649053#M594183</guid>
      <dc:creator>Yousef_Amarneh</dc:creator>
      <dc:date>2019-11-20T12:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: If statement with NOT NULL</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-with-NOT-NULL/m-p/1649108#M594184</link>
      <description>&lt;P&gt;Thx Yousef!!!&lt;/P&gt;&lt;P&gt;Now it works perfectly.&lt;/P&gt;&lt;P&gt;Mattia&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 13:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-with-NOT-NULL/m-p/1649108#M594184</guid>
      <dc:creator>Mattia</dc:creator>
      <dc:date>2019-11-20T13:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: If statement with NOT NULL</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-with-NOT-NULL/m-p/1649118#M594185</link>
      <description>&lt;P&gt;You can also try&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If(Len(Trim([@183:190])) &amp;gt; 0, Mid([@183:190], 3, 2), Mid([@18:25], 3, 2))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 13:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-with-NOT-NULL/m-p/1649118#M594185</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-20T13:26:31Z</dc:date>
    </item>
  </channel>
</rss>

