<?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: Pivot Displaying 0 as Null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326749#M410353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, We have to declare this in Data model itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What my intention with the code we want to show - where we get 0 that will deserve. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jun 2017 06:56:12 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-06-21T06:56:12Z</dc:date>
    <item>
      <title>Pivot Displaying 0 as Null</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326737#M410341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a big pivot table, where a lot of 0 (Zero) Values are occurring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The users would instead like to see - (Null Values).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have re-worked my expression to an if statement::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year_Week&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(vL.ActualCalenderWeekminus4)'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;rev&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; =0, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year_Week&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(vL.ActualCalenderWeekminus4)'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;rev&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Unfortunately the performance is suffering, therefore I would like to ask you If there is a smarter way to achieve the result the users would like to see?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks for any help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 15:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326737#M410341</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2017-06-20T15:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Displaying 0 as Null</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326738#M410342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Alt(&lt;/SPAN&gt;Sum({&amp;lt;Year_Week={'$(vL.ActualCalenderWeekminus4)'}&amp;gt;}rev)&lt;SPAN style="color: #ff0000;"&gt;, 0)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 15:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326738#M410342</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-20T15:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Displaying 0 as Null</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326739#M410343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just tested it, unfortunately it's not what I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my table there are 0's and I want them do display as '-' in the table.&lt;/P&gt;&lt;P&gt;The alt function would display the null values as 0... its the other way around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you anyway!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 15:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326739#M410343</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2017-06-20T15:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Displaying 0 as Null</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326740#M410344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess if statement might be your only option here in that case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 15:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326740#M410344</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-20T15:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Displaying 0 as Null</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326741#M410345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not to use this?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Year_Week&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'$(vL.ActualCalenderWeekminus4)'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;rev&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)=0, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'-'&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Year_Week&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'$(vL.ActualCalenderWeekminus4)'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;rev&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 15:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326741#M410345</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-20T15:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Displaying 0 as Null</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326742#M410346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Year_Week&lt;/SPAN&gt;={'$(vL.ActualCalenderWeekminus4)'},rev-={0}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;rev&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 16:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326742#M410346</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-06-20T16:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Displaying 0 as Null</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326743#M410347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your opinion Sunny, so I am assured that I have the best solution possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Anil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just had the feeling that the if-statement is performance-intensive for my pivot table (its a really big one) and the users don't like buggy scrolling , therefore I wanted to check if something more performance-friendly than the if-statement is available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 16:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326743#M410347</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2017-06-20T16:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Displaying 0 as Null</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326744#M410348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same result, the 0s are displayed as 0 and not as desired as line. But thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 16:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326744#M410348</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2017-06-20T16:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Displaying 0 as Null</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326745#M410349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you like to go in script? Please add this and check how this works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;Set Nullinterpret = '0';&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;NullasValue rev;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;Set NullValue = '-';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 16:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326745#M410349</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-20T16:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Displaying 0 as Null</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326746#M410350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about&lt;/P&gt;&lt;P&gt;Text Color :&lt;/P&gt;&lt;P&gt;If(Column(N)=0,ARGB(0,0,0,0))&amp;nbsp; //Where&amp;nbsp; N = nr Column of Expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 16:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326746#M410350</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-06-20T16:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Displaying 0 as Null</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326747#M410351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put your code into my Frontend QVW ( I am using the QDF layer structure), but nothing changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is it expected to do and do I have to locate the code maybe in my Datamodel somewhere?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 06:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326747#M410351</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2017-06-21T06:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Displaying 0 as Null</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326748#M410352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Antonio, that's another possible solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 06:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326748#M410352</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2017-06-21T06:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Displaying 0 as Null</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326749#M410353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, We have to declare this in Data model itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What my intention with the code we want to show - where we get 0 that will deserve. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 06:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326749#M410353</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-21T06:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Displaying 0 as Null</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326750#M410354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you need a conditional. Have you tried &lt;STRONG&gt;'0;(0);-' (or '0;0;-')&lt;/STRONG&gt;as a format string. For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put this in a text box:&lt;/P&gt;&lt;P&gt;=Num(0, '0;(0);-')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should see a '-' in the box. You can also enter that string into the format box for the column in Properties | Number for the pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The three parts of the format separated by semicolons are +value, -value, 0 value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 07:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326750#M410354</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-06-21T07:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Displaying 0 as Null</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326751#M410355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan, most of the times the answer is so easy, it works! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 10:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Displaying-0-as-Null/m-p/1326751#M410355</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2017-06-21T10:42:44Z</dc:date>
    </item>
  </channel>
</rss>

