<?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: Can we customize the existing pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-we-customize-the-existing-pivot-table/m-p/666236#M1241351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, TX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Aug 2014 19:20:36 GMT</pubDate>
    <dc:creator>ecolomer</dc:creator>
    <dc:date>2014-08-12T19:20:36Z</dc:date>
    <item>
      <title>Can we customize the existing pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-customize-the-existing-pivot-table/m-p/666233#M1241342</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 we customize Qlikview pivot table and use as a custom object. If yes, where can i find the qvpp &amp;amp; *.js files for the existing pivot table. The idea is to take the base files and do some changes to get the below functionality.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/64253_1.PNG" /&gt;&lt;IMG alt="2.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/64256_2.PNG" /&gt;&lt;IMG alt="3.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/64257_3.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak, It didn't worked&lt;/P&gt;&lt;P&gt;See images for what i tried. &lt;/P&gt;&lt;P&gt;The count i used in pivot table is Count(ID)&lt;/P&gt;&lt;P&gt;Image1: Data in table&lt;/P&gt;&lt;P&gt;Image2: Pivot table without suppress nulls(Highlighted area should not be coming)&lt;/P&gt;&lt;P&gt;Image3: Pivot table with suppress nulls(When i use this, it is removing whole record)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-customize-the-existing-pivot-table/m-p/666233#M1241342</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can we customize the existing pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-customize-the-existing-pivot-table/m-p/666234#M1241343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you send me the file .qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 18:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-customize-the-existing-pivot-table/m-p/666234#M1241343</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-08-12T18:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can we customize the existing pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-customize-the-existing-pivot-table/m-p/666235#M1241347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I found a potential work-around. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;I added this as a calculated dimension for the first field (level01) and check Suppress When Value is Null, and it returns the correct lines. If any of the five fields are blank the result is greater than 0, so just show records that are zero:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;match&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;len&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;level01&lt;/SPAN&gt;),0)+&lt;SPAN style="color: #0000ff;"&gt;match&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;len&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;level02&lt;/SPAN&gt;),0)+&lt;SPAN style="color: #0000ff;"&gt;match&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;len&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;level03&lt;/SPAN&gt;),0)+&lt;SPAN style="color: #0000ff;"&gt;match&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;len&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;level04&lt;/SPAN&gt;),0)=0,&lt;SPAN style="color: #800000;"&gt;level01&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In my sample data the empty fields came through as blanks and not nulls, so you may have to use isnull() instead of match().&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 19:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-customize-the-existing-pivot-table/m-p/666235#M1241347</guid>
      <dc:creator />
      <dc:date>2014-08-12T19:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can we customize the existing pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-customize-the-existing-pivot-table/m-p/666236#M1241351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, TX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 19:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-customize-the-existing-pivot-table/m-p/666236#M1241351</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-08-12T19:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can we customize the existing pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-customize-the-existing-pivot-table/m-p/666237#M1241356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want results as image2. I want all four records with no '+' icon if values are not present.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 15:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-customize-the-existing-pivot-table/m-p/666237#M1241356</guid>
      <dc:creator />
      <dc:date>2014-08-14T15:40:53Z</dc:date>
    </item>
  </channel>
</rss>

