<?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: Handling Null fields values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Handling-Null-fields-values/m-p/1727077#M724192</link>
    <description>&lt;P&gt;Thanks you are close to it, but I have many Names&lt;/P&gt;&lt;P&gt;From attached sheet line 8 in F column, If Name_MCOM&amp;nbsp; is not there then it should take Name : Newbaran Pal which is against Meetingg Center Operation manager.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Please find attachement for more clarity.&lt;/P&gt;</description>
    <pubDate>Sun, 12 Jul 2020 07:54:57 GMT</pubDate>
    <dc:creator>karunaramteke</dc:creator>
    <dc:date>2020-07-12T07:54:57Z</dc:date>
    <item>
      <title>Handling Null fields values</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Null-fields-values/m-p/1727021#M724189</link>
      <description>&lt;P&gt;Hi QlikExperts,&lt;/P&gt;&lt;P&gt;I have below table&amp;nbsp;&lt;/P&gt;&lt;P&gt;Name&amp;nbsp; &amp;nbsp;Role&lt;/P&gt;&lt;P&gt;&amp;nbsp;Alice&amp;nbsp; &amp;nbsp; Territory_Manager&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bob&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Zone_Manager&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If in Role - Territory_Manager , &lt;STRONG&gt;Name - Alice&amp;nbsp;&lt;/STRONG&gt;is not there then against Role - Zone_Manager I should get&amp;nbsp;&lt;STRONG&gt;Name - BOB&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Also&lt;SPAN&gt;&amp;nbsp;find attached image for more clarification.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Null-fields-values/m-p/1727021#M724189</guid>
      <dc:creator>karunaramteke</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Null fields values</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Null-fields-values/m-p/1727031#M724190</link>
      <description>&lt;P&gt;Its hard to understand your issue. Please explain in other words. What is the expected output of you hand written table?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2020 14:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Null-fields-values/m-p/1727031#M724190</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-07-11T14:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Null fields values</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Null-fields-values/m-p/1727064#M724191</link>
      <description>&lt;P&gt;Your question is not much clear but answering as per my understanding, when&amp;nbsp;Territory_Manager roles is not filled by Alice then Zone_manger name will be BOB. Please check below conditon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=If(Role='Territory_Manager' and Name&amp;lt;&amp;gt; 'Alice', 'Bob',Name) as New_Name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 05:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Null-fields-values/m-p/1727064#M724191</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-12T05:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Null fields values</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Null-fields-values/m-p/1727077#M724192</link>
      <description>&lt;P&gt;Thanks you are close to it, but I have many Names&lt;/P&gt;&lt;P&gt;From attached sheet line 8 in F column, If Name_MCOM&amp;nbsp; is not there then it should take Name : Newbaran Pal which is against Meetingg Center Operation manager.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Please find attachement for more clarity.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 07:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Null-fields-values/m-p/1727077#M724192</guid>
      <dc:creator>karunaramteke</dc:creator>
      <dc:date>2020-07-12T07:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Null fields values</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Null-fields-values/m-p/1727078#M724193</link>
      <description>&lt;P&gt;It seems seven to nine conditions in your data, you can write nested if() to achieve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 08:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Null-fields-values/m-p/1727078#M724193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-12T08:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Null fields values</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Null-fields-values/m-p/1727080#M724194</link>
      <description>&lt;P&gt;Can you please share logic, 2 nested if&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 08:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Null-fields-values/m-p/1727080#M724194</guid>
      <dc:creator>karunaramteke</dc:creator>
      <dc:date>2020-07-12T08:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Null fields values</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Null-fields-values/m-p/1730301#M724195</link>
      <description>&lt;P&gt;Best I can offer is the following Design Blog post that may put you on the right track:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Replacing-Null-Values-in-Multiple-Fields/ba-p/1470988" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Replacing-Null-Values-in-Multiple-Fields/ba-p/1470988&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you want to search further in that area, use the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;a&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 13:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Null-fields-values/m-p/1730301#M724195</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-07-23T13:25:04Z</dc:date>
    </item>
  </channel>
</rss>

