<?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: Bug in &amp;quot;Suppress Zero-Values&amp;quot; SR13? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081863#M360442</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup, One option would be to make the dimension null when your expression is null and then you already have Suppress When Value Is Null selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Apr 2016 13:15:25 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-04-08T13:15:25Z</dc:date>
    <item>
      <title>Bug in "Suppress Zero-Values" SR13?</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081856#M360435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have opened exactly the same application with the same selections on my local desktop and on our companie server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my local desktop (Qlikview 11.2 SR5) shows this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121043_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the server (Qlikview 11.2 SR13) shows this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/121044_2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression of the graph is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum(NoRecords)&amp;gt;=vMinRecords, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;sum(A)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;sum(B), null())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when the min no. of records is not reached the expression result is null()&lt;/P&gt;&lt;P&gt;The option "Supress Zero-Values" is checked.&lt;/P&gt;&lt;P&gt;Why does SR13 still show the empty values?? is this a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 12:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081856#M360435</guid>
      <dc:creator>pepe2209</dc:creator>
      <dc:date>2016-04-08T12:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in "Suppress Zero-Values" SR13?</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081857#M360436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you happen to have 'Show All Value' Checked on the dimension tab may be? I guess it still doesn't explain why it works on your machine and not on the server. If you can share your app or a sample, I can test on QV 12 &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 12:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081857#M360436</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T12:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in "Suppress Zero-Values" SR13?</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081858#M360437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you try without the null() do you have the same result ?&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(sum(NoRecords)&amp;gt;=vMinRecords, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(A)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(B))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 12:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081858#M360437</guid>
      <dc:creator>qlikvfpi</dc:creator>
      <dc:date>2016-04-08T12:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in "Suppress Zero-Values" SR13?</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081859#M360438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Dimension option "Suppress when value is Null" is also checked so "Show All Values" is not checked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 12:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081859#M360438</guid>
      <dc:creator>pepe2209</dc:creator>
      <dc:date>2016-04-08T12:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in "Suppress Zero-Values" SR13?</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081860#M360439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you searched the community for similar threads like this? It may very well be a bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 13:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081860#M360439</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T13:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in "Suppress Zero-Values" SR13?</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081861#M360440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this link (Page 11) -&amp;gt; &lt;A href="http://download.toccato.com.br/Personal/QlikView%2011.2%20build%2013206%20SR13%20Release%20Notes.pdf" title="http://download.toccato.com.br/Personal/QlikView%2011.2%20build%2013206%20SR13%20Release%20Notes.pdf"&gt;http://download.toccato.com.br/Personal/QlikView%2011.2%20build%2013206%20SR13%20Release%20Notes.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="121041" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121041_Capture.PNG" style="height: 355px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know how this impact, but may be related to the issue you are seeing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 13:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081861#M360440</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T13:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in "Suppress Zero-Values" SR13?</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081862#M360441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, This is probably related to my issue.&lt;/P&gt;&lt;P&gt;There are options for me to work around this problem so I am going to do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 13:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081862#M360441</guid>
      <dc:creator>pepe2209</dc:creator>
      <dc:date>2016-04-08T13:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in "Suppress Zero-Values" SR13?</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081863#M360442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup, One option would be to make the dimension null when your expression is null and then you already have Suppress When Value Is Null selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 13:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081863#M360442</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T13:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in "Suppress Zero-Values" SR13?</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081864#M360443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes exactly, but i can't put a sum() calculation in the dimension so i will have to do this calculation first in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 13:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081864#M360443</guid>
      <dc:creator>pepe2209</dc:creator>
      <dc:date>2016-04-08T13:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in "Suppress Zero-Values" SR13?</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081865#M360444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can. Try using a calculated dimension like this (replace DimensionName with your current Dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: line-through;"&gt;Aggr(If(S&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="text-decoration: line-through;"&gt;um(NoRecords) &amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; text-decoration: line-through;"&gt;0&lt;/SPAN&gt;, DimensionName), DimensionName)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: made a mistake in the if condition. Fixed it based on Dathu's response &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&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;&lt;STRONG style="font-size: 13.3333px;"&gt;Aggr(If(S&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;um(NoRecords) &amp;gt; &lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vMinRecords&lt;/SPAN&gt;, DimensionName), DimensionName)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 13:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081865#M360444</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T13:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in "Suppress Zero-Values" SR13?</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081866#M360445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the calculated Dimension expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF( Aggr(Sum(NoRecords),DimensionName) &amp;gt; vMinRecords , &lt;SPAN style="font-size: 13.3333px;"&gt;DimensionName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and expression Would be: Sum(A)/Sum(B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can try direct expression I guess:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({DimensionName={"Sum(&lt;SPAN style="font-size: 13.3333px;"&gt;NoRecords)&amp;gt;$(vMinRecords)&lt;/SPAN&gt;"}} A)/Sum(&lt;SPAN style="font-size: 13.3333px;"&gt;{DimensionName={"Sum(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;NoRecords)&amp;gt;$(vMinRecords)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;"}} &lt;/SPAN&gt;B)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 13:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081866#M360445</guid>
      <dc:creator />
      <dc:date>2016-04-08T13:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in "Suppress Zero-Values" SR13?</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081867#M360446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the issue with the expression is that the QV 11.20 SR13 is not suppressing zero values. So I believe the expression version will have the same issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 13:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081867#M360446</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T13:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in "Suppress Zero-Values" SR13?</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081868#M360447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just discovered the difference is not created by the main expression or dimension. The expression for background color of the bars is the reason!&lt;BR /&gt;I used an expression for coloring the bars which involves RowNo(). This is the cause of the bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a simple example which is not displayed correctly in SR13&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 13:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081868#M360447</guid>
      <dc:creator>pepe2209</dc:creator>
      <dc:date>2016-04-08T13:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in "Suppress Zero-Values" SR13?</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081869#M360448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's not a bug, it's documented in the HELP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chart inter record functions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;These functions can only be used in chart expressions. &lt;/P&gt;&lt;P class="note"&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;BR /&gt;Sorting on y-values in charts or sorting by expression columns in straight tables is not allowed when Chart Inter Record functions are used in any of the chart's expressions. These sort alternatives are therefore automatically disabled. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Suppression of zero values is automatically disabled when these functions are used. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;See &lt;A class="MCXref_0"&gt;&lt;EM&gt;Examples of Chart Inter Record Functions&lt;/EM&gt;&lt;/A&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 13:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081869#M360448</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-08T13:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in "Suppress Zero-Values" SR13?</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081870#M360449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to know this for future reference &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 13:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081870#M360449</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T13:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in "Suppress Zero-Values" SR13?</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081871#M360450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is also noted in the HELP of SR5 and there it does surrpress the zero values. in SR13 it doesn't so either way one of them contains a bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 13:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-quot-Suppress-Zero-Values-quot-SR13/m-p/1081871#M360450</guid>
      <dc:creator>pepe2209</dc:creator>
      <dc:date>2016-04-08T13:51:15Z</dc:date>
    </item>
  </channel>
</rss>

