<?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: Condition on suppress null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231979#M870272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this at your Status dimension,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If([Batch code]='',status &amp;amp;'-'&amp;amp;[Policy no],status)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Nov 2016 10:19:58 GMT</pubDate>
    <dc:creator>HirisH_V7</dc:creator>
    <dc:date>2016-11-27T10:19:58Z</dc:date>
    <item>
      <title>Condition on suppress null</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231975#M870268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have 3 dimensions policy no,status,batch code in which i have to filter the data when batch code=T928 and apply suppress null on the null values but the problem is i have to show the policy no of status 'PR' in the chart where the batch code is null.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Policy no, status, Batch code&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123, IF, T928&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 234, IF, T928&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 456, PR&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 567, PR&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 789, IF, T928&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 789, IF, T903&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have to made this changes on a straight chart so is there any way to restrict policy no of 'PR' status even after applying Suppress null.&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/Condition-on-suppress-null/m-p/1231975#M870268</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Condition on suppress null</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231976#M870269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be like this,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Supress Null and replace-241124.PNG" class="jive-image image-1" src="/legacyfs/online/144919_Supress Null and replace-241124.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;using calculated dimension,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14802363157069005 jive_text_macro" jivemacro_uid="_14802363157069005"&gt;
&lt;P&gt;=If([Batch code]='',[Policy no],[Batch code])&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 08:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231976#M870269</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-11-27T08:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Condition on suppress null</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231977#M870270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What was expected Result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 08:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231977#M870270</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-11-27T08:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Condition on suppress null</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231978#M870271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 192px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;Policy No&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;status&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Batch code&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;123&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;IF&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;T928&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;234&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;IF&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;T928&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;456&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;PR&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; -&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;567&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;PR&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;789&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;IF&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; T928&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;after applying suppress null i want to&amp;nbsp; show the policy no with status 'PR'&amp;nbsp; in chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 09:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231978#M870271</guid>
      <dc:creator />
      <dc:date>2016-11-27T09:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Condition on suppress null</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231979#M870272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this at your Status dimension,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If([Batch code]='',status &amp;amp;'-'&amp;amp;[Policy no],status)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 10:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231979#M870272</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-11-27T10:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Condition on suppress null</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231980#M870273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have a look at the attached sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 15:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231980#M870273</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-11-27T15:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Condition on suppress null</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231981#M870274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohd Bilal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimensions:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;policy no&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;status&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;[Batch code]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If([Batch code]='T928' OR Len(Trim([Batch code]))=0,[Batch code],0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hide the expression column in presentation tab and make sure suppress Zero-Values is option enabled. See attached file for better understanding.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="144937" alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144937_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 15:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231981#M870274</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-11-27T15:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Condition on suppress null</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231982#M870275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Policy no, status, Batch_code&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123, IF, T928&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 234, IF, T928&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 456, PR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 567, PR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 789, IF, T928&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 789, IF, T903&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where not Match( Batch_code,'T903')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 05:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231982#M870275</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-11-28T05:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Condition on suppress null</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231983#M870276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use following expression by adding calculated dimension in straight table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(len([Batch code])=0,[Policy no],[Batch code])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;result will be following:&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#e1e1e1"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #000000;"&gt;Policy no&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #000000;"&gt;status&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #000000;"&gt;Batch Code&lt;/SPAN&gt; &lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;123&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;IF&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;T928 &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;234&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;IF&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;T928 &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;456&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;PR&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;456 &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TD bgcolor="#f5f5f5"&gt;567&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;PR&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;567 &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TD bgcolor="#f5f5f5"&gt;789&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;IF&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;T928 &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TD bgcolor="#f5f5f5"&gt;789&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;IF&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;T903&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 05:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-on-suppress-null/m-p/1231983#M870276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-28T05:33:17Z</dc:date>
    </item>
  </channel>
</rss>

