<?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 If value = '?' AND fillnull in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-value-AND-fillnull/m-p/124760#M755565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I am completely new with Qlikview and have an issue where i can use some help with.&lt;/P&gt;&lt;P&gt;I have a a couple of Straight Table views where the dimension with several dimensions:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[ISO Number] , [ISO Domain], Month_Year, count&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each Straight Table view i need to filter on the&lt;STRONG&gt; [ISO Number]&lt;/STRONG&gt; and this works fine when i have data.&lt;/P&gt;&lt;P&gt;But i also need this Straight Table view to show the &lt;STRONG&gt;[ISO Number]&lt;/STRONG&gt; &amp;amp; &lt;STRONG&gt;[ISO Domain]&lt;/STRONG&gt; when there is no data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently i have this search in the &lt;STRONG&gt;[ISO Domain&lt;/STRONG&gt;] dimension:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if([ISO Number]=1,if(isnull([ISO Domain]),'01. Information Security Policies',[ISO Domain]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is that if there is no data the isnull does not fill the &lt;STRONG&gt;[ISO Domain]&lt;/STRONG&gt; with &lt;STRONG&gt;'01. Information Security Policies'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that someone can help me with this amount of explanation&lt;SPAN style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>If value = '?' AND fillnull</title>
      <link>https://community.qlik.com/t5/QlikView/If-value-AND-fillnull/m-p/124760#M755565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I am completely new with Qlikview and have an issue where i can use some help with.&lt;/P&gt;&lt;P&gt;I have a a couple of Straight Table views where the dimension with several dimensions:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[ISO Number] , [ISO Domain], Month_Year, count&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each Straight Table view i need to filter on the&lt;STRONG&gt; [ISO Number]&lt;/STRONG&gt; and this works fine when i have data.&lt;/P&gt;&lt;P&gt;But i also need this Straight Table view to show the &lt;STRONG&gt;[ISO Number]&lt;/STRONG&gt; &amp;amp; &lt;STRONG&gt;[ISO Domain]&lt;/STRONG&gt; when there is no data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently i have this search in the &lt;STRONG&gt;[ISO Domain&lt;/STRONG&gt;] dimension:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if([ISO Number]=1,if(isnull([ISO Domain]),'01. Information Security Policies',[ISO Domain]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is that if there is no data the isnull does not fill the &lt;STRONG&gt;[ISO Domain]&lt;/STRONG&gt; with &lt;STRONG&gt;'01. Information Security Policies'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that someone can help me with this amount of explanation&lt;SPAN style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Stefan&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/If-value-AND-fillnull/m-p/124760#M755565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: If value = '?' AND fillnull</title>
      <link>https://community.qlik.com/t5/QlikView/If-value-AND-fillnull/m-p/124761#M755566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this is a case of missing data instead of null... but try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If([ISO Number] = 1, If(Len(Trim([ISO Domain])) = 0, '01. Information Security Policies', [ISO Domain]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For info on missing data, read here &lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 16:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-value-AND-fillnull/m-p/124761#M755566</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-01T16:35:59Z</dc:date>
    </item>
  </channel>
</rss>

