<?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: Empty Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Empty-Values/m-p/999951#M339994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This (using conditional expression) will not work if you want to use the same expression evaluated for two or more dimensional values (like 2014, 2015), but only hide it for one. The condition will be evaluated once per chart, not per dimensional value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this scenario, I don't think you can hide the expression column for the specific dimensional value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Oct 2015 11:05:47 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-10-17T11:05:47Z</dc:date>
    <item>
      <title>Empty Values</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-Values/m-p/999948#M339991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a pivot table&lt;/P&gt;&lt;P&gt;with several dimensions&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015&amp;nbsp; nr. diff. 2014 nr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; diff.&lt;/P&gt;&lt;P&gt;jan&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp; &lt;/P&gt;&lt;P&gt;feb&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/P&gt;&lt;P&gt;mrt&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the difference column is difference between actual and previous year&lt;/P&gt;&lt;P&gt;you see also that difference of 2014 is empty because there is not a previous year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i change the column properties so that empty diff columns are not shown?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 21:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-Values/m-p/999948#M339991</guid>
      <dc:creator />
      <dc:date>2015-10-16T21:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Values</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-Values/m-p/999949#M339992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you try the "Suppress When Value is Null" in the Dimension Tab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 02:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-Values/m-p/999949#M339992</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-10-17T02:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Values</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-Values/m-p/999950#M339993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello a.domevscek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Under expressions you want to conceal when they didn’t yield a result, what you could do in the ‘Conditional Show’ expression is calculate the reporting expression, aggregating over dimensions used in the pivot table, and suppress when no values are detected.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;&lt;BR /&gt; Here’s an example where an expression calculating ratio of current year against two years prior goes blank when the current year pushes 2 years prior “off the edge of the data”, and the ratio calculation starts returning null &lt;EM&gt;(because 2 years prior isn't in the data set)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;Fabs&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;( {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;EM&gt;$(=Max(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;Data&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;) / &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;( {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;EM&gt;$(=Max(Year - 2))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;Data&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;Dimn&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;))) &amp;gt; 0, 1, 0) &lt;BR /&gt; &lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;&lt;BR /&gt;If that Aggr() expression fails to produce a result, then the column isn’t calculating anything, and you can set the conditional show = 0, which will hide the column.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;IMG __jive_id="102312" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102312_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 04:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-Values/m-p/999950#M339993</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2015-10-17T04:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Values</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-Values/m-p/999951#M339994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This (using conditional expression) will not work if you want to use the same expression evaluated for two or more dimensional values (like 2014, 2015), but only hide it for one. The condition will be evaluated once per chart, not per dimensional value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this scenario, I don't think you can hide the expression column for the specific dimensional value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 11:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-Values/m-p/999951#M339994</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-17T11:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Values</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-Values/m-p/999952#M339995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I agree swuehl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my example, the pivot table is using "straight table style" expressions, where each expression refers to a specific relative year, and the year dimension has not been pivoted to the horizontal axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've seen plenty of pivot tables used solely to expand or collapse the vertical axis, and that's what I thought we were dealing with here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I agree my suggested approach won't work for the chart configuration you described.&amp;nbsp; To produce a.domevscek's shown result table though, neither configuration has been ruled out.&amp;nbsp; If he is interested in showing the yearly delta for every year in a data set spanning many years, then putting the year field in the horizontal axis would produce many columns and you can't pick and choose which to suppress or not.&amp;nbsp; In my example, the expressions only deal with the actual and previous year and doesn't place the year dimension in the horizontal axis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 16:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-Values/m-p/999952#M339995</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2015-10-17T16:47:52Z</dc:date>
    </item>
  </channel>
</rss>

