<?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 not showing all values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-not-showing-all-values/m-p/267077#M1181498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My pivot table isn't showing all my values for each month and i can't figure out why. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attached is qvw. --pivot table on sheet1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My table box shows all the correct data.&amp;nbsp; When i select a certain "PhaseDesc" in my table box then the pivot table shows the correct months but the pivot table won't show the full dataset unless a selection is made in table box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2011 21:53:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-29T21:53:08Z</dc:date>
    <item>
      <title>Pivot table not showing all values</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-not-showing-all-values/m-p/267077#M1181498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My pivot table isn't showing all my values for each month and i can't figure out why. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attached is qvw. --pivot table on sheet1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My table box shows all the correct data.&amp;nbsp; When i select a certain "PhaseDesc" in my table box then the pivot table shows the correct months but the pivot table won't show the full dataset unless a selection is made in table box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 21:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-not-showing-all-values/m-p/267077#M1181498</guid>
      <dc:creator />
      <dc:date>2011-11-29T21:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table not showing all values</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-not-showing-all-values/m-p/267078#M1181499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have PhaseDesc as an expression.&amp;nbsp; So you'll only see a single PhaseDesc for any combination of Project, MajorFeature and Month.&amp;nbsp; You will ALSO only see it if that PhaseDesc is UNIQUE for that month.&amp;nbsp; QlikView doesn't know what you want it to do when there are multiple, so it's returning null, which is why you aren't seeing those months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you WANT the chart to show?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One possiblity would be to see all of the PhaseDescs in a single cell.&amp;nbsp; For that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;concat(distinct PhaseDesc,'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And leave enough room for them all.&amp;nbsp; Charts won't autosize the cells to fit the content.&amp;nbsp; But then, that won't work with your colors.&amp;nbsp; It seems like you want one cell per PhaseDesc.&amp;nbsp; Maybe you want it as a dimension?&amp;nbsp; Then you just get striped rows and a lot of blanks.&amp;nbsp; Hmmm, concat(PhaseDesc) fixes the colors, but of course there are still lots of blank cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use a sequence number and then display that sequence of the available PhaseDescs.&amp;nbsp; You'd add a dimension of valueloop(1,7), say, then this as the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;subfield(concat(distinct PhaseDesc,','),',',valueloop(1,7))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's probably a simpler expression, but I'm not thinking of it for some reason.&amp;nbsp; That messes up the colors.&amp;nbsp; To fix them, label your expression PhaseDesc.&amp;nbsp; But I still have no idea if this is what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 22:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-not-showing-all-values/m-p/267078#M1181499</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-11-29T22:16:44Z</dc:date>
    </item>
    <item>
      <title>Pivot table not showing all values</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-not-showing-all-values/m-p/267079#M1181500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, that's pretty cool!&amp;nbsp; I think anyone of those could do the trick!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 22:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-not-showing-all-values/m-p/267079#M1181500</guid>
      <dc:creator />
      <dc:date>2011-11-29T22:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table not showing all values</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-not-showing-all-values/m-p/1740735#M1181501</link>
      <description>&lt;P&gt;Hi, I have used your ValueLoop solution which was just what I was looking for. However, I would like to add conditional formatting to the background colour based on another field which is not in the pivot table (this worked ok in a basic pivot table), but it adds the formatting to all the cells in a row rather than just the relevant ones. Do you have any advice? Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 15:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-not-showing-all-values/m-p/1740735#M1181501</guid>
      <dc:creator>LizWhit</dc:creator>
      <dc:date>2020-09-02T15:40:07Z</dc:date>
    </item>
  </channel>
</rss>

