<?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 Table / Selection explanation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580217#M1116347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;I didn't see before,&lt;/P&gt;&lt;P&gt;here is your example modified;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;obviously if you need to check all columns of 2011 you will have to extend the condition, something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(column(1)=0 and column(2)=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And so on ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Feb 2014 16:20:46 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-02-27T16:20:46Z</dc:date>
    <item>
      <title>Pivot Table / Selection explanation</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580206#M1116336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi! I create a pivot table. I need an explanation about:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;1) How can I hide the records where 2011 fields are null/zero?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;2) How can I show only records where department fields are C or D?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;You can find an example attached.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Any suggestions greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Andrea&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 14:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580206#M1116336</guid>
      <dc:creator />
      <dc:date>2014-02-27T14:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table / Selection explanation</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580207#M1116337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) To hide a record yoou need to have all the values on the row set to zero, so in other columns you must test:&lt;/P&gt;&lt;P&gt;If(column(1) = 0, 0, expression) in this way you can go in tab presentation (properties of the object) and check "set all values to zero"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) in dimension write:&lt;/P&gt;&lt;P&gt;if(department = 'C' or department='D', department, null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check the "suppress when value is null"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 15:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580207#M1116337</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-02-27T15:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pivot Table / Selection explanation</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580208#M1116338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you help me with an example pls?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 15:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580208#M1116338</guid>
      <dc:creator />
      <dc:date>2014-02-27T15:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table / Selection explanation</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580209#M1116339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of Department use below as calculated dimension and tick suppress when value is Null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Department = 'C', Department,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(Department = 'D', Department))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 15:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580209#M1116339</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-27T15:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Pivot Table / Selection explanation</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580210#M1116340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Similar to what Manish explained. See attached.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580210#M1116340</guid>
      <dc:creator />
      <dc:date>2014-02-27T16:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pivot Table / Selection explanation</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580211#M1116341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for the second point just copy this: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;if(department = 'C' or department='D', department, null()) and paste in the dimension ... then check the box as I said before&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the first point, in all the expression after the first write:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;If(column(1) = 0, 0, myexpression) and change myexpression with the expression you have written in the column&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580211#M1116341</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-02-27T16:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pivot Table / Selection explanation</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580212#M1116342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for you help!&lt;/P&gt;&lt;P&gt;Can you show me how can i hide the 2011 fields where the value is zero, pls?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580212#M1116342</guid>
      <dc:creator />
      <dc:date>2014-02-27T16:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pivot Table / Selection explanation</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580213#M1116343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for you help!&lt;/P&gt;&lt;P&gt;I try to hide all the values set to zero in the example attached, but I don't know where I made a mistake.&lt;/P&gt;&lt;P&gt;Can you take a look pls?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580213#M1116343</guid>
      <dc:creator />
      <dc:date>2014-02-27T16:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pivot Table / Selection explanation</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580214#M1116344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I can't see any attachment ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580214#M1116344</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-02-27T16:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Pivot Table / Selection explanation</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580215#M1116345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580215#M1116345</guid>
      <dc:creator />
      <dc:date>2014-02-27T16:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Pivot Table / Selection explanation</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580216#M1116346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached with rows suppressed when Apha 2011 is zero/null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580216#M1116346</guid>
      <dc:creator />
      <dc:date>2014-02-27T16:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table / Selection explanation</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580217#M1116347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;I didn't see before,&lt;/P&gt;&lt;P&gt;here is your example modified;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;obviously if you need to check all columns of 2011 you will have to extend the condition, something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(column(1)=0 and column(2)=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And so on ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580217#M1116347</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-02-27T16:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table / Selection explanation</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580218#M1116348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580218#M1116348</guid>
      <dc:creator />
      <dc:date>2014-02-27T16:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table / Selection explanation</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580219#M1116349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Selection-explanation/m-p/580219#M1116349</guid>
      <dc:creator />
      <dc:date>2014-02-27T16:27:16Z</dc:date>
    </item>
  </channel>
</rss>

