<?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 Pivot table dimension values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-dimension-values/m-p/239463#M590223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to set "Show all Values" (Dimension tab) for the Sequence Dimension, and remove "Supress Zero-Values"(Presentation tab).&lt;/P&gt;&lt;P&gt;This will however give "0" for empty slots, which can be removed by setting Text Color to white for non party matches on the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Nov 2009 19:11:53 GMT</pubDate>
    <dc:creator>kji</dc:creator>
    <dc:date>2009-11-12T19:11:53Z</dc:date>
    <item>
      <title>Pivot table dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dimension-values/m-p/239462#M590222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I´ve got a problem that can be demonstrated on QlikView example file Presidents.qvw.&lt;/P&gt;&lt;P&gt;On tab Pivot table there is a presidents timeline pivot table and I need to modify the functionality a bit.&lt;/P&gt;&lt;P&gt;The timeline itself looks as on the attached picture (part 1). That is ok. But when you restrict the filtr to show just Republican party, you will get same state as on the picture part 2.&lt;/P&gt;&lt;P&gt;But I wish pivot table to show me even the empty cells which are surrounded by coloured cells, so something like part 3 on attached picture.&lt;/P&gt;&lt;P&gt;In this case it is not a problem to select "Show all values" on No. dimension, but in my case, I have a 5 years timeline and I want to show just relevant data.&lt;/P&gt;&lt;P&gt;Can anybody help me? Thank you&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 18:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dimension-values/m-p/239462#M590222</guid>
      <dc:creator />
      <dc:date>2009-11-12T18:42:20Z</dc:date>
    </item>
    <item>
      <title>Pivot table dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dimension-values/m-p/239463#M590223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to set "Show all Values" (Dimension tab) for the Sequence Dimension, and remove "Supress Zero-Values"(Presentation tab).&lt;/P&gt;&lt;P&gt;This will however give "0" for empty slots, which can be removed by setting Text Color to white for non party matches on the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 19:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dimension-values/m-p/239463#M590223</guid>
      <dc:creator>kji</dc:creator>
      <dc:date>2009-11-12T19:11:53Z</dc:date>
    </item>
    <item>
      <title>Pivot table dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dimension-values/m-p/239464#M590224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you for feedback, but this will show all values of horizontal dimension (from 1 to 40), I think. I need to keep only values associated with Republican Party (16-38), and omit other. Just to keep values surrounded from both sides with green fields.&lt;/P&gt;&lt;P&gt;In this case it's propably irrelevant, but I have similar problem with a horizontal time dimension containing 3 thousands values, and need to show task solution timeline.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 17:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dimension-values/m-p/239464#M590224</guid>
      <dc:creator />
      <dc:date>2009-11-16T17:23:52Z</dc:date>
    </item>
    <item>
      <title>Pivot table dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dimension-values/m-p/239465#M590225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Tomas.&lt;/P&gt;&lt;P&gt;Do this:&lt;/P&gt;&lt;P&gt;1) Chart properties/Dimension Tab/&lt;/P&gt;&lt;P&gt;Dimension "Sequence" Show All Values - CHECK&lt;/P&gt;&lt;P&gt;2) Chart properties/Presentation Tab/&lt;/P&gt;&lt;P&gt;Suppress Zero Values UNCHECK&lt;/P&gt;&lt;P&gt;After these steps you will see 0 value!!! If you don't want see zero then you should correct expression:&lt;/P&gt;&lt;P&gt;if (count(Name) = 0, '', count(Name))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this you will see chart as figure 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Anatoly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 17:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dimension-values/m-p/239465#M590225</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2009-11-16T17:46:57Z</dc:date>
    </item>
    <item>
      <title>Pivot table dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dimension-values/m-p/239466#M590226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anatoly,&lt;/P&gt;&lt;P&gt;thank you for post, and please accept my apology for late response.&lt;/P&gt;&lt;P&gt;This method is functional, but after selecting Republican as a filter, I can see all values (1-45), not just the interval, when Republican Party presidents were involved (16-43). I need to remove outer values, and keep the rest, as on figure no.3.&lt;/P&gt;&lt;P&gt;I thought about a solution, and the only possible method (in my opinion) is creating a virtual president for each party, which would reign for the entire period, I would like to show in a table. Using aggr function and min and max.&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2009 17:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dimension-values/m-p/239466#M590226</guid>
      <dc:creator />
      <dc:date>2009-11-30T17:38:39Z</dc:date>
    </item>
  </channel>
</rss>

