<?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: filter pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/filter-pivot-table/m-p/419441#M156081</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a calculated dimension &lt;STRONG&gt;if(not isnum(ID), ID)&lt;/STRONG&gt; and check Suppress When Value Is Null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Dec 2012 16:40:30 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2012-12-08T16:40:30Z</dc:date>
    <item>
      <title>filter pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/filter-pivot-table/m-p/419440#M156080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;I'd like to create a pivot table and show only the alphanumeric ID&amp;nbsp; (indipendent by tha selection)&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #000000;"&gt;tab1:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; *&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;inline&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;[ID&lt;BR /&gt; 012&lt;BR /&gt; 012&lt;BR /&gt; 012&lt;BR /&gt; 014&lt;BR /&gt; 014&lt;BR /&gt; 016&lt;BR /&gt; 018&lt;BR /&gt; 018&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt; AAA,&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt; BBB]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #000000;"&gt; ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Dec 2012 16:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-pivot-table/m-p/419440#M156080</guid>
      <dc:creator>andrew001</dc:creator>
      <dc:date>2012-12-08T16:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: filter pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/filter-pivot-table/m-p/419441#M156081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a calculated dimension &lt;STRONG&gt;if(not isnum(ID), ID)&lt;/STRONG&gt; and check Suppress When Value Is Null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Dec 2012 16:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-pivot-table/m-p/419441#M156081</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-08T16:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: filter pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/filter-pivot-table/m-p/419442#M156082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks but I'd like to use set analisys, so the result will be indipendent by selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried but, at now, I haven't found the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Dec 2012 13:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-pivot-table/m-p/419442#M156082</guid>
      <dc:creator>andrew001</dc:creator>
      <dc:date>2012-12-09T13:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: filter pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/filter-pivot-table/m-p/419443#M156083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try creating a dynamic dimension like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(Only(ID), ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you should be able to use set analysis with the function Only displaying your desired values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case I think the following would to the job:&lt;/P&gt;&lt;P&gt;=aggr(Only({$&amp;lt;ID={"*"}-{"&amp;gt;0"}&amp;gt;} ID), ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Dec 2012 14:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-pivot-table/m-p/419443#M156083</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2012-12-09T14:31:53Z</dc:date>
    </item>
  </channel>
</rss>

