<?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: Re: dimensions in pivot table disappear in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dimensions-in-pivot-table-disappear/m-p/570683#M212633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, but I seem to have answered my own question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two of the dimensions were, for certain sales reps, always evaluating to "NULL" in the SCRIPT. Apparently, trying to deal with these in the table by "IsNull" conditions isn't enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added "Coalesce" statements to the offending fields in the script, and voila! Everything showed up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whoever thought nothing could cause such problems?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2014 15:17:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-27T15:17:48Z</dc:date>
    <item>
      <title>dimensions in pivot table disappear</title>
      <link>https://community.qlik.com/t5/QlikView/dimensions-in-pivot-table-disappear/m-p/570680#M212630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a pivot table where the only expression is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(IsNull(sum(SALES.SaleAmount),0,sum(SALES.SaleAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;, and the pivot dimension is the "Year-Month" (e.g. 2014-01). There are 9 other dimensions, starting with the Sales Rep, and including such information as the company name, where the lead came from, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have 13 sales reps, and for most of the people, it shows correctly. However, when I select either of two specific reps, only the first 3 dimensions appear, and all the others disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have NO dimension where "Suppress when value is Null" is checked, or where "Show all values" is checked. In the presentation tab, "Suppress zero values" is NOT checked. I can't for the life of me figure out what would cause all the other dimensions to disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought that perhaps it was because the 3rd dimension (the last one that shows up for everybody) might be Null for the reps in question, so I put in an "IsNull" condition as I did in the expression. I also did this for the last dimension (the pivot dimension), but to no avail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 14:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimensions-in-pivot-table-disappear/m-p/570680#M212630</guid>
      <dc:creator />
      <dc:date>2014-03-27T14:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: dimensions in pivot table disappear</title>
      <link>https://community.qlik.com/t5/QlikView/dimensions-in-pivot-table-disappear/m-p/570681#M212631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please attach the sample qvw to check?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 14:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimensions-in-pivot-table-disappear/m-p/570681#M212631</guid>
      <dc:creator />
      <dc:date>2014-03-27T14:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: dimensions in pivot table disappear</title>
      <link>https://community.qlik.com/t5/QlikView/dimensions-in-pivot-table-disappear/m-p/570682#M212632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect that the dimensions that 'disappear' are not on the same table as the transactions. For the 'problem' reps, there are no links to those dimension tables, so the data is not null, its missing. For missing data it really doesn't matter what you put in the expression, because it is never evaluated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the dimension tables contain little information (eg and ID and a name), then you could just flatten your structure by joining or mapping your dimension into the fact table. Now you will have nulls for the dimension values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 14:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimensions-in-pivot-table-disappear/m-p/570682#M212632</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-03-27T14:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: dimensions in pivot table disappear</title>
      <link>https://community.qlik.com/t5/QlikView/dimensions-in-pivot-table-disappear/m-p/570683#M212633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, but I seem to have answered my own question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two of the dimensions were, for certain sales reps, always evaluating to "NULL" in the SCRIPT. Apparently, trying to deal with these in the table by "IsNull" conditions isn't enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added "Coalesce" statements to the offending fields in the script, and voila! Everything showed up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whoever thought nothing could cause such problems?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 15:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimensions-in-pivot-table-disappear/m-p/570683#M212633</guid>
      <dc:creator />
      <dc:date>2014-03-27T15:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re: dimensions in pivot table disappear</title>
      <link>https://community.qlik.com/t5/QlikView/dimensions-in-pivot-table-disappear/m-p/570684#M212634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your thoughts, but all of these are drawn from the same table "SALES". I'll keep your ideas in mind&lt;/P&gt;&lt;P&gt;if I see similar problems in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 15:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimensions-in-pivot-table-disappear/m-p/570684#M212634</guid>
      <dc:creator />
      <dc:date>2014-03-27T15:22:31Z</dc:date>
    </item>
  </channel>
</rss>

