<?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 Value Null then in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-Value-Null-then/m-p/630224#M1091206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;my GF column is an expression, that returns Null if the calculation total is &amp;gt;-0.15. Basically what are trying to achieve is to show only records below -15%, that's why on GF if the condition is not met, then Null. Now Rolling 6 Months, if GF is Null, then it should be Null as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2014 20:54:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-12T20:54:51Z</dc:date>
    <item>
      <title>if Value Null then</title>
      <link>https://community.qlik.com/t5/QlikView/if-Value-Null-then/m-p/630222#M1091204</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 have a Pivot table and I am trying to supress some values based on other columns results. For example if I modify my current formular to look like the sample below (I added the GF&amp;lt;&amp;gt;Null part), my Pivot look like the screen shot below. That is doing exactly what is suppossed to but I cannot find a way to reverse that. What I need is that if value on Column GF is Null, then value for 'Rolling 6 Months' should also be Null. I tried: If(IsNull(GF),Null() but it doesn't work as a curiosity I wrote my formula the opposite if not Null but this is not what I want. How can I start my formula to analyze if Value from GF is Null, then Null?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if(GF&amp;lt;&amp;gt;Null(),Null(),&lt;BR /&gt;if('$(vViewMode)'='Units',&lt;BR /&gt;Sum({$&amp;lt;PeriodID ={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;$(vPreviousPeriodID(6))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},Year=,Month=,Collection-={'Others'}&amp;gt;}qty)&lt;BR /&gt;,&lt;BR /&gt;sum({$&amp;lt;PeriodID ={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;$(vPreviousPeriodID(6))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},Year=,Month=,Collection-={'Others'}&amp;gt;} &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vNetAmount)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;*RateConverted))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG alt="Sample1.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58722_Sample1.PNG.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 18:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-Value-Null-then/m-p/630222#M1091204</guid>
      <dc:creator />
      <dc:date>2014-05-12T18:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: if Value Null then</title>
      <link>https://community.qlik.com/t5/QlikView/if-Value-Null-then/m-p/630223#M1091205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is GF a field or an expression?&lt;/P&gt;&lt;P&gt;If it is a field, your IsNull should work, although I prefer len(trim()):&lt;/P&gt;&lt;P&gt;if(len(trim(GF)), &amp;lt;your expression for rolling 6 months here&amp;gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 20:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-Value-Null-then/m-p/630223#M1091205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-12T20:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: if Value Null then</title>
      <link>https://community.qlik.com/t5/QlikView/if-Value-Null-then/m-p/630224#M1091206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;my GF column is an expression, that returns Null if the calculation total is &amp;gt;-0.15. Basically what are trying to achieve is to show only records below -15%, that's why on GF if the condition is not met, then Null. Now Rolling 6 Months, if GF is Null, then it should be Null as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 20:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-Value-Null-then/m-p/630224#M1091206</guid>
      <dc:creator />
      <dc:date>2014-05-12T20:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: if Value Null then</title>
      <link>https://community.qlik.com/t5/QlikView/if-Value-Null-then/m-p/630225#M1091207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hugo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you upload an example?&amp;nbsp; Without it, another blind guess:&lt;/P&gt;&lt;P&gt;Use the full GF expression within the Rolling 6 months, e.g.&lt;/P&gt;&lt;P&gt;IF( &amp;lt;GF expression&amp;gt; &amp;lt;=-0.15,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Rolling 6 Months expression&amp;gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null()&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 13:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-Value-Null-then/m-p/630225#M1091207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-13T13:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: if Value Null then</title>
      <link>https://community.qlik.com/t5/QlikView/if-Value-Null-then/m-p/630226#M1091208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thank you Michael,&lt;/P&gt;&lt;P&gt;I tried to follow your suggestion but I couldn't get to work since I am using Set Analysis, however your suggestions help me realize a solution. I replace&lt;STRONG&gt; (&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;if(GF&amp;lt;&amp;gt;Null(),Null()) &lt;/STRONG&gt;for 3 different ifs that check for values on the 3 columns and mark them as Null if any of the 3 conditions are not met. in the end I got the results I wanted.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hugo&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 02:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-Value-Null-then/m-p/630226#M1091208</guid>
      <dc:creator />
      <dc:date>2014-05-14T02:24:30Z</dc:date>
    </item>
  </channel>
</rss>

