<?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: Null Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019666#M928272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response guys, Please find attached the sample data set&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2016 20:48:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-17T20:48:50Z</dc:date>
    <item>
      <title>Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019661#M928267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me what this formula means? I want to say if phone1 is null or has 'no number' listed then phone4 else phone1 but this formula seems to provide with no match (all grayed out) even though the phone1 has number within. &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;If(Len(Trim(phone1 )) = 0 or phone1 = 'no number', phone4, phone1) as Phone_Numbers&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118459_Capture.PNG" style="height: 94px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019661#M928267</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019662#M928268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is weird are you somehow adding more phone1 after this if statement in your script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 20:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019662#M928268</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-17T20:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019663#M928269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you expression is write .. its checking for the null or no number content if found its populating the phone4 else phone1. where your making the selection means which field ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you scroll your Phone_Number list box till the last and checked ?? because some times due to sorting it might be at the last &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 20:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019663#M928269</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-17T20:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019664#M928270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, I had gotten this formula from the community. One person had recommended the alt formula &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alt (phone1, phone4) as Phone Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If(Len(Trim(phone1 )) = 0 or phone1 = 'no number', phone4) as Phone_Numbers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I also tried it but that also gives a weird response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118463_Capture.PNG" style="height: 82px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 20:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019664#M928270</guid>
      <dc:creator />
      <dc:date>2016-03-17T20:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019665#M928271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The formula itself is not wrong, it seems that the timing of when you use it may be a little off. Can you share your script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 20:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019665#M928271</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-17T20:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019666#M928272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response guys, Please find attached the sample data set&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 20:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019666#M928272</guid>
      <dc:creator />
      <dc:date>2016-03-17T20:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019667#M928273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your script, you've written&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(phone1 )) = 0 or phone1 = 'no number', phone4) as Phone_Numbers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Compare to the suggested line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(phone1 )) = 0 or phone1 = 'no number', phone4, &lt;/STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;phone1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;) as Phone_Numbers&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Are both the same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 21:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019667#M928273</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-17T21:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019668#M928274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry you're right Stefan they're definitely not the same. Thanks got the solution, thanks for all your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 21:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019668#M928274</guid>
      <dc:creator />
      <dc:date>2016-03-17T21:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019669#M928275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, glad that it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 21:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Value/m-p/1019669#M928275</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-17T21:53:25Z</dc:date>
    </item>
  </channel>
</rss>

