<?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: Help - suppress nulls in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101354#M365332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="MAT3.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126418_MAT3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 May 2016 21:03:30 GMT</pubDate>
    <dc:creator>joris_lansdaal</dc:creator>
    <dc:date>2016-05-31T21:03:30Z</dc:date>
    <item>
      <title>Help - suppress nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101345#M365323</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;I'm a bit stuck. Let me introduce my challenge with below graph.&lt;IMG alt="MAT.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126403_MAT.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I don't want May-2016 in my analysis because I only want closed months and not the running month.This means i want a Null in May which are suppresed&lt;/P&gt;&lt;P&gt;M36Flag is used flag the last 36 closed months&lt;/P&gt;&lt;P&gt;Two expressions are used:&lt;/P&gt;&lt;P&gt;Volume=If(M36Flag=0,Null(),sum($(VarFact))/1000*$(VarFactor)) &lt;/P&gt;&lt;P&gt;Trend= If(M36Flag=0,Null(),below( sum({&amp;lt;M36Flag={1}&amp;gt;} $(VarFact)),0,12) /1000*VarFactor)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first works fine, but I dont understand why Trend is not Null in May2016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;thanks Joris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 20:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101345#M365323</guid>
      <dc:creator>joris_lansdaal</dc:creator>
      <dc:date>2016-05-31T20:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help - suppress nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101346#M365324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure May-2016 have M36Flag = 0? Is there a possibility that it has 0 and 1 both assigned to it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 20:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101346#M365324</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-31T20:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help - suppress nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101347#M365325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm pretty sure, yes. And because the logic is correct in Volume i'm confused.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 20:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101347#M365325</guid>
      <dc:creator>joris_lansdaal</dc:creator>
      <dc:date>2016-05-31T20:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help - suppress nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101348#M365326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Null in volume could be because of the expression itself. Can you create a straight table with the same dimension as this chart and add two expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;M36Flag)&lt;/STRONG&gt; and&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: 13px;"&gt;&lt;STRONG&gt;Concat(DISTINCT &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;M36Flag, ', ')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and share a screenshot for May-2016&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 20:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101348#M365326</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-31T20:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help - suppress nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101349#M365327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="concat.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126415_concat.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 20:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101349#M365327</guid>
      <dc:creator>joris_lansdaal</dc:creator>
      <dc:date>2016-05-31T20:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help - suppress nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101350#M365328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you add the trend expression to the above straight table and see if you get null or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(M36Flag=0, Null(), Below(Sum({&amp;lt;M36Flag={1}&amp;gt;} $(VarFact)),0,12) /1000*VarFactor)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 20:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101350#M365328</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-31T20:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help - suppress nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101351#M365329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="concat2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126416_concat2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 20:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101351#M365329</guid>
      <dc:creator>joris_lansdaal</dc:creator>
      <dc:date>2016-05-31T20:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help - suppress nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101352#M365330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also have a background color expression.&lt;/P&gt;&lt;P&gt;if(Monthstart(MonthYear)&amp;lt;=AddMonths(Today(),-Count(Distinct TOTAL(MonthYear))+13),ARGB(0,252,115,98))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would that cause issues?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 20:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101352#M365330</guid>
      <dc:creator>joris_lansdaal</dc:creator>
      <dc:date>2016-05-31T20:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help - suppress nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101353#M365331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya, why don't you try adding the same if condition to your background expression as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(M36Flag=0, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(Monthstart(MonthYear)&amp;lt;=AddMonths(Today(),-Count(Distinct TOTAL(MonthYear))+13),ARGB(0,252,115,98)))&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 20:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101353#M365331</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-31T20:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help - suppress nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101354#M365332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="MAT3.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126418_MAT3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 21:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101354#M365332</guid>
      <dc:creator>joris_lansdaal</dc:creator>
      <dc:date>2016-05-31T21:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help - suppress nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101355#M365333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;That is just so strange... Would you be able to post a sample? Or may be try recreating the chart from scratch and try with the trend expression first&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 21:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101355#M365333</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-31T21:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help - suppress nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101356#M365334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bingo!&lt;IMG alt="mat4.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126419_mat4.PNG" style="height: 275px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 21:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101356#M365334</guid>
      <dc:creator>joris_lansdaal</dc:creator>
      <dc:date>2016-05-31T21:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help - suppress nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101357#M365335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks man!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 21:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101357#M365335</guid>
      <dc:creator>joris_lansdaal</dc:creator>
      <dc:date>2016-05-31T21:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help - suppress nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101358#M365336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Adding back other expressions and properties doesn't break the chart? I hope not &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 21:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-suppress-nulls/m-p/1101358#M365336</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-31T21:30:12Z</dc:date>
    </item>
  </channel>
</rss>

