<?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 Suppressing bar with no value on bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122825#M760886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some Background:&lt;/P&gt;&lt;P&gt;I have a graph which displays stacked bars in it based on two expressions&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Sum of Sales Amount for current year( Sorting of companies in bar graph happen by this expression)&lt;/LI&gt;&lt;LI&gt;The actual bars for each company which come from expression 1 are showing the year over year % change in sales of two products A, B for each company(All the companies sell only two products A and B)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So from above two points the dimension of my bar graph is&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Company&lt;/LI&gt;&lt;LI&gt;Product&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual expression which I have are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1 (corresponding to point 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp; sum(&amp;lt;Category = {'TPC'}&amp;gt;Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 2(Corresponding to point 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;STRONG style="font-size: 13.3333px;"&gt;sum(&amp;lt;Category = {'TPC'}&amp;gt;Sales) - &lt;STRONG style="font-size: 13.3333px;"&gt;sum(&amp;lt;Category = {'TPC'}&amp;nbsp; Year = {'$(vPreviousYear)'}&amp;gt;Sales)) /&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-size: 13.3333px;"&gt;sum(&amp;lt;Category = {'TPC'}&amp;nbsp; Year = {'$(vPreviousYear)'}&amp;gt;Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now for chart the expression 1 is the hierarchically before than expression 2(In Properties -&amp;gt; Expressions section).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I get all the companies (sorted on the basis of sum of sales ) for the selected year.But when the expression 2 gets evalueted(which calculates Year over Year change) there is no bar appearing for some companies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason being those companies were not there in previous year due to which the denominator of Expression 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-size: 13.3333px;"&gt;sum(&amp;lt;Category = {'TPC'}&amp;nbsp; Year = {'$(vPreviousYear)'}&amp;gt;Sales) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;evaluates to 0.This produces a &lt;STRONG style="font-size: 12pt;"&gt;- &lt;/STRONG&gt;(I think Null value indication by Qlikview) when I see the expression for a particular company which&amp;nbsp; was not in previous year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So finally in graph for such companies I dont not get any bar but do get its name appeared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My aim is that I dont want such companies to appear on graph( the companies for which Expression 2 would evaluate to null)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also another case is where company may be there in selected year and previous year but one of the product would not be sold in previous year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example Company XYZ may have sold product A and B both in 2018 but just B in 2017.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So when Expression 2 is evaluated for product A it will give the same error as mentioned above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some one please help me with this.I have spent an ample amount of time going over community and tried all possible solutions but still not getting over this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&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>Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122825#M760886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some Background:&lt;/P&gt;&lt;P&gt;I have a graph which displays stacked bars in it based on two expressions&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Sum of Sales Amount for current year( Sorting of companies in bar graph happen by this expression)&lt;/LI&gt;&lt;LI&gt;The actual bars for each company which come from expression 1 are showing the year over year % change in sales of two products A, B for each company(All the companies sell only two products A and B)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So from above two points the dimension of my bar graph is&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Company&lt;/LI&gt;&lt;LI&gt;Product&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual expression which I have are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1 (corresponding to point 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp; sum(&amp;lt;Category = {'TPC'}&amp;gt;Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 2(Corresponding to point 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;STRONG style="font-size: 13.3333px;"&gt;sum(&amp;lt;Category = {'TPC'}&amp;gt;Sales) - &lt;STRONG style="font-size: 13.3333px;"&gt;sum(&amp;lt;Category = {'TPC'}&amp;nbsp; Year = {'$(vPreviousYear)'}&amp;gt;Sales)) /&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-size: 13.3333px;"&gt;sum(&amp;lt;Category = {'TPC'}&amp;nbsp; Year = {'$(vPreviousYear)'}&amp;gt;Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now for chart the expression 1 is the hierarchically before than expression 2(In Properties -&amp;gt; Expressions section).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I get all the companies (sorted on the basis of sum of sales ) for the selected year.But when the expression 2 gets evalueted(which calculates Year over Year change) there is no bar appearing for some companies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason being those companies were not there in previous year due to which the denominator of Expression 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-size: 13.3333px;"&gt;sum(&amp;lt;Category = {'TPC'}&amp;nbsp; Year = {'$(vPreviousYear)'}&amp;gt;Sales) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;evaluates to 0.This produces a &lt;STRONG style="font-size: 12pt;"&gt;- &lt;/STRONG&gt;(I think Null value indication by Qlikview) when I see the expression for a particular company which&amp;nbsp; was not in previous year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So finally in graph for such companies I dont not get any bar but do get its name appeared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My aim is that I dont want such companies to appear on graph( the companies for which Expression 2 would evaluate to null)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also another case is where company may be there in selected year and previous year but one of the product would not be sold in previous year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example Company XYZ may have sold product A and B both in 2018 but just B in 2017.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So when Expression 2 is evaluated for product A it will give the same error as mentioned above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some one please help me with this.I have spent an ample amount of time going over community and tried all possible solutions but still not getting over this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&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/Suppressing-bar-with-no-value-on-bar-chart/m-p/122825#M760886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122826#M760887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nikhil,&lt;/P&gt;&lt;P&gt;please attach a .qvw so we can help you better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, in the meantime, please note that the correct way to use a variable to evaluate on a Section Access is with double quotes, so the correct sintax is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(&amp;lt;Category = {'TPC'}&amp;nbsp; Year = {"=$(vPreviousYear)"}&amp;gt;Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(&amp;lt;Category = {'TPC'}&amp;nbsp; Year = {'$(vPreviousYear)'}&amp;gt;Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2018 15:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122826#M760887</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2018-08-26T15:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122827#M760888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Simone,&lt;/P&gt;&lt;P&gt;Point taken about variable syntax.&lt;/P&gt;&lt;P&gt;The system on which I am working on which I am working for that upload is disable due to which I cannot upload the .qvw file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you require any other clarification then please ask.I will answer each and every one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2018 15:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122827#M760888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-26T15:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122828#M760889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="261" src="https://community.qlik.com/legacyfs/online/211823_Capture.PNG" style="height: 260.811px; width: 477px;" width="477" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click that after Reply and use Attach from Right corner if bottom to attach files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 07:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122828#M760889</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-08-27T07:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122829#M760890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/115171"&gt;simone.spanio&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/218859"&gt;loveisfail&lt;/A&gt; Please find the qvw file attached as requested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the graph you can see that XYZ has "text on axis"&amp;nbsp; values as 120 which is sum of sales of product A and product B for 2018 Q1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The graph shows the year of year change for product A and B in sales amount(Sales gone down by 33% for product B in 2018 Q1 as compared to that of 2017 Q1 and gone up for Product A by 60%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything is fine when I have both products(A, B) for a company in 2017 Q1 and 2018 Q1 but when one of the product is missing in any of the year then I get a null value for Sales total(Null value for Text on axis)&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For Company PQR I have product A in 2017 Q1 but it is not in 2018 Q1.So I get a bar saying -100% decrease in sales for 2018 Q1 which is correct.But instead of &lt;STRONG&gt;-(Qlikveiw null) &lt;/STRONG&gt;on text on axis I want Sales amount of 2018 Q1 there which is 70.(I know that is not for product A but for product B).If that is not possible then I would prefer that company PQR should not appear at all on the graph.&lt;/LI&gt;&lt;LI&gt;Similary for company ABC.It has Product A and B both in 2018 Q1 but just Product B in 2017 Q1 the bar in graph says increase of 33% sales for 2018 Q1 which is correct but I do get a Null on text on axis.I either want total sales amount of 2018 Q1 as text on axis which is 120&amp;nbsp; or else ABC should not appear at all&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a nutshell what I feel is when in both year the values of dimensions &lt;SPAN style="font-size: 13.3333px;"&gt;(Product A and Product B)&lt;/SPAN&gt; are same the result is expected&amp;nbsp; but when there is mismatch(2017 Q1 has Product A and 2018 Q1 has Product B) then I get weird results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: I have changed the expression 1 from:&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(&amp;lt;Category = {'TCP'}&amp;gt;Sales)&lt;/STRONG&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;to&lt;/STRONG&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(sum({&amp;lt;Financial_Year = {'$(Previous_Year)'}, Quarter = {'$(Selected_Quarter)'}, Category = {"TCP"}&amp;gt;} Sales)&amp;gt;0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(sum({$ &amp;lt;Category = {"TCP"} &amp;gt;} Sales),Company))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Just making sure that a particular company exists in both years.Due to which WSA do not appears in bar chart.&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;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 13:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122829#M760890</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-27T13:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122830#M760892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out. let me know if it meets your requirement..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 13:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122830#M760892</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-08-27T13:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122831#M760893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Can you please provide the modifications you made.I am not able to open the file since I am using a personal edition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 13:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122831#M760893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-27T13:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122832#M760895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked it and still I am getting Null Values for some companies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 14:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122832#M760895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-27T14:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122833#M760897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After I select 2018 Q1 my expected output is as follows&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 14:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122833#M760897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-27T14:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122834#M760899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to make the 'Values' field work with the below expression -&lt;/P&gt;&lt;P&gt;if(IsNull(Aggr(NODISTINCT Sum({&amp;lt;Company=P({&amp;lt;Financial_Year={'2018'}&amp;gt;}Company)&amp;gt; * &amp;lt;Company=P({&amp;lt;Financial_Year={'2017'}&amp;gt;}Company)&amp;gt;}Sales), Company)),Null(),Aggr(NODISTINCT Sum(Sales), Company))&lt;/P&gt;&lt;P&gt;BUT&lt;/P&gt;&lt;P&gt;the 'change' expression is not giving the bar value.&lt;/P&gt;&lt;P&gt;I am working on it but by the time I make it work, I thought I should share at least this part.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture12.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211849_Capture12.PNG" style="height: 339px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 15:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122834#M760899</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-08-27T15:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122835#M760900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;changed the hard coded values with the variables - &lt;/P&gt;&lt;P&gt;if(IsNull(Aggr(NODISTINCT Sum({&amp;lt;Company=P({&amp;lt;Financial_Year={'$(Selected_Year)'}&amp;gt;}Company)&amp;gt; * &amp;lt;Company=P({&amp;lt;Financial_Year={'$(Previous_Year)'}&amp;gt;}Company)&amp;gt;}Sales), Company)),Null(),Aggr(NODISTINCT Sum(Sales), Company))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 15:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122835#M760900</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-08-27T15:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122836#M760901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The bar for the PQR is not appearing because of the 'division by 0' error for product B and the other row for the same company for product A is being excluded as we have a condition to do calculation when there is value for current year. I hope this makes sense.&lt;IMG alt="Capture12.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211889_Capture12.PNG" style="height: 150px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 17:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122836#M760901</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-08-27T17:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122837#M760902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am just overwhelmed by the amount of effort you have put into to help me.&lt;/P&gt;&lt;P&gt;Really appreciate it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a last request for PQR.&lt;/P&gt;&lt;P&gt;Is it possible to exclude PQR altogether since the value for dimension(Product) in two years is different(Product A in 2017 and Product B in 2018).I mean this could be a robust solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just consider those products which are present in both years for year over year change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again Thanks a lot for you immense effort into this &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 08:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122837#M760902</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-28T08:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122838#M760903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad I am able to help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just need cases where the value needs to be greater than 0 in both the years then you can use - &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Value:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If(sum({&amp;lt;Financial_Year={'$(Selected_Year)'}&amp;gt;}Sales)&amp;gt;0 and sum({&amp;lt;Financial_Year={'$(Previous_Year)'}&amp;gt;}Sales)&amp;gt;0,&lt;/P&gt;&lt;P&gt;Aggr(NODISTINCT Sum(Sales), Company))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Change:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=If(sum({&amp;lt;Financial_Year={'$(Selected_Year)'}&amp;gt;}Sales)&amp;gt;0 and sum({&amp;lt;Financial_Year={'$(Previous_Year)'}&amp;gt;}Sales)&amp;gt;0,&lt;/P&gt;&lt;P&gt;if(GetFieldSelections(Quarter),&lt;/P&gt;&lt;P&gt;num(&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;Financial_Year = {'$(Selected_Year)'}, Quarter = {'$(Selected_Quarter)'}&amp;gt;} Sales) - &lt;/P&gt;&lt;P&gt;&amp;nbsp; sum({&amp;lt;Financial_Year = {'$(Previous_Year)'}, Quarter = {'$(Selected_Quarter)'}&amp;gt;} Sales))/&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Financial_Year = {'$(Previous_Year)'}, Quarter = {'$(Selected_Quarter)'}&amp;gt;} Sales),'#,##0%'),&lt;/P&gt;&lt;P&gt;num(&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;Financial_Year = {'$(Selected_Year)'}&amp;gt;} Sales) - &lt;/P&gt;&lt;P&gt;sum({&amp;lt;Financial_Year = {'$(Previous_Year)'}&amp;gt;} Sales))/&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Financial_Year = {'$(Previous_Year)'}&amp;gt;} Sales),'#,##0%'))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 13:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122838#M760903</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-08-28T13:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122839#M760904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;forgot to add the Quarter part&amp;nbsp; - &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Value :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If(sum({&amp;lt;Financial_Year={'$(Selected_Year)'}, Quarter = {$(='[' &amp;amp; If(GetPossibleCount(Quarter)=1, Concat(DISTINCT Quarter),' ') &amp;amp; ']')}&amp;gt;}Sales)&amp;gt;0 and sum({&amp;lt;Financial_Year={'$(Previous_Year)'}, Quarter = {$(='[' &amp;amp; If(GetPossibleCount(Quarter)=1, Concat(DISTINCT Quarter),' ') &amp;amp; ']')}&amp;gt;}Sales)&amp;gt;0,&lt;/P&gt;&lt;P&gt;Aggr(NODISTINCT Sum(Sales), Company))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Change:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=If(sum({&amp;lt;Financial_Year={'$(Selected_Year)'},Quarter = {$(='[' &amp;amp; If(GetPossibleCount(Quarter)=1, Concat(DISTINCT Quarter),' ') &amp;amp; ']')}&amp;gt;}Sales)&amp;gt;0 and sum({&amp;lt;Financial_Year={'$(Previous_Year)'}, Quarter = {$(='[' &amp;amp; If(GetPossibleCount(Quarter)=1, Concat(DISTINCT Quarter),' ') &amp;amp; ']')}&amp;gt;}Sales)&amp;gt;0,&lt;/P&gt;&lt;P&gt;num(&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;Financial_Year = {'$(Selected_Year)'}, Quarter = {$(='[' &amp;amp; If(GetPossibleCount(Quarter)=1, Concat(DISTINCT Quarter),' ') &amp;amp; ']')}&amp;gt;} Sales) - &lt;/P&gt;&lt;P&gt;&amp;nbsp; sum({&amp;lt;Financial_Year = {'$(Previous_Year)'}, Quarter = {$(='[' &amp;amp; If(GetPossibleCount(Quarter)=1, Concat(DISTINCT Quarter),' ') &amp;amp; ']')}&amp;gt;} Sales))/&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Financial_Year = {'$(Previous_Year)'}, Quarter = {$(='[' &amp;amp; If(GetPossibleCount(Quarter)=1, Concat(DISTINCT Quarter),' ') &amp;amp; ']')}&amp;gt;} Sales),'#,##0%')&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>Tue, 28 Aug 2018 13:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122839#M760904</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-08-28T13:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122840#M760905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Just wanted to check if it worked or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 19:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122840#M760905</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-08-29T19:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122841#M760906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Extremely sorry for late reply.It works fine.But in some cases I do see a "-" value.I was trying by myself to understand what formula you applied and was trying to modify it but no success yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My actual qlikview app has many filters than the file attached by me(The file just has year quarter filter).When I put on those filters a null value appears in front of those company which were not present in this year.They show a reduction of 100% in product sales but a null symbol appears for them in front of them(Which is correct logically since they were not present in this year).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just telly me if my understanding of the below formula is correct or not&lt;/P&gt;&lt;P&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;if(IsNull(Aggr(NODISTINCT Sum({&amp;lt;Company=P({&amp;lt;Financial_Year={'$(Selected_Year)'}&amp;gt;}Company)&amp;gt; * &amp;lt;Company=P({&amp;lt;Financial_Year={'$(Previous_Year)'}&amp;gt;}Company)&amp;gt;}Sales), Company)),Null(),Aggr(NODISTINCT Sum(Sales), Company))&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Get the companies which are present in both years&lt;/P&gt;&lt;P&gt;For such companies get the sum of selected year&lt;/P&gt;&lt;P&gt;If it is null put a null value for sales&lt;/P&gt;&lt;P&gt;Else calculate the sum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me If I am wrong anywhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I will try to create a similar qvw and&amp;nbsp; attach it for you to understand the problem better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2018 05:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122841#M760906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-01T05:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122842#M760907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am still looking into the exact problem.But till now what I found is the 'Value' expression is not having affect of any filter on it apart from 'Year' but the 'Change' expression is getting affected by filter apart from 'Year'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will update as soon as I get something more concrete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2018 10:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122842#M760907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-01T10:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122843#M760908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/210420"&gt;neelamsaroha1575&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;It seem to be some issue with my data.Nevermind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your immense help in this problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please just explain me the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;if(IsNull(Aggr(NODISTINCT Sum({&amp;lt;Company=P({&amp;lt;Financial_Year={'$(Selected_Year)'}&amp;gt;}Company)&amp;gt; * &amp;lt;Company=P({&amp;lt;Financial_Year={'$(Previous_Year)'}&amp;gt;}Company)&amp;gt;}Sales), Company)),Null(),Aggr(NODISTINCT Sum(Sales), Company))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;The part which I am not understanding is &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt; Sum({&amp;lt;C&lt;STRONG&gt;ompany=P({&amp;lt;Financial_Year={'$(Selected_Year)'}&amp;gt;}Company)&amp;gt; * &amp;lt;Company=P({&amp;lt;Financial_Year={'$(Previous_Year)'}&amp;gt;}Company)&amp;gt;&lt;/STRONG&gt;}Sales), Company)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;The multiplication of two possible values of companies.I am not able to understand the logic in it&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Sep 2018 13:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122843#M760908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-02T13:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing bar with no value on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122844#M760909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad it worked. '*' in set analysis is for the intersection.&lt;/P&gt;&lt;P&gt;Check out this for details -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://qlikviewtips.wordpress.com/tag/sets-intersection/" title="https://qlikviewtips.wordpress.com/tag/sets-intersection/"&gt;Sets intersection | QlikView Help, Tips &amp;amp; Hints&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 13:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-bar-with-no-value-on-bar-chart/m-p/122844#M760909</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-09-04T13:00:21Z</dc:date>
    </item>
  </channel>
</rss>

