<?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: Null dimension values in pivot table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Null-dimension-values-in-pivot-table/m-p/1623497#M46432</link>
    <description>&lt;P&gt;Thank You for your answer! If I map null values, I guess I would still have the problem that I have to show something that I do not want to. In my pivot table I would like to show the second and third dimensions if there is a value and if not, I do not want to show anything (so if I would use null mapping, there would be something to show, but I would have to hide it somehow?). Is there a way with null mapping to hide the originally null dimension values in some way after I have done the mapping?&lt;/P&gt;</description>
    <pubDate>Fri, 13 Sep 2019 06:25:24 GMT</pubDate>
    <dc:creator>AJM</dc:creator>
    <dc:date>2019-09-13T06:25:24Z</dc:date>
    <item>
      <title>Null dimension values in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Null-dimension-values-in-pivot-table/m-p/1623236#M46411</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have three dimensions in pivot table (all as rows). My dimensions display hierarchy levels that partially have null values (the 1. level does not have nulls, but the 2. and 3. level have, I have loaded the data as inline load and defined there to be null&amp;nbsp; values if empty/no level). When I display the three levels as indent rows it also shows the null values.&lt;/P&gt;&lt;P&gt;My problem is that when I untick the include null values -box from the second or third dimensions, the dimensions also disappear. So not only the null values disappear, but all the dimension values.&amp;nbsp; Is there a way to go around this or am I doing something wrong?&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;AJM&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 14:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-dimension-values-in-pivot-table/m-p/1623236#M46411</guid>
      <dc:creator>AJM</dc:creator>
      <dc:date>2019-09-12T14:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Null dimension values in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Null-dimension-values-in-pivot-table/m-p/1623262#M46415</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;a possible workaround is about mapping null values inside the script&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 15:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-dimension-values-in-pivot-table/m-p/1623262#M46415</guid>
      <dc:creator>StarinieriG</dc:creator>
      <dc:date>2019-09-12T15:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Null dimension values in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Null-dimension-values-in-pivot-table/m-p/1623497#M46432</link>
      <description>&lt;P&gt;Thank You for your answer! If I map null values, I guess I would still have the problem that I have to show something that I do not want to. In my pivot table I would like to show the second and third dimensions if there is a value and if not, I do not want to show anything (so if I would use null mapping, there would be something to show, but I would have to hide it somehow?). Is there a way with null mapping to hide the originally null dimension values in some way after I have done the mapping?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 06:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-dimension-values-in-pivot-table/m-p/1623497#M46432</guid>
      <dc:creator>AJM</dc:creator>
      <dc:date>2019-09-13T06:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Null dimension values in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Null-dimension-values-in-pivot-table/m-p/1623550#M46434</link>
      <description>&lt;P&gt;I think that you couldn't have a table in which some rows has 3 dimension, and others 1 or 2 at the same time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe try to use condition of each column, for example:&lt;/P&gt;&lt;P&gt;1) Len(field)&amp;lt;&amp;gt;0: dimensions disappear and, if you select rows that have value, column will be show&lt;/P&gt;&lt;P&gt;2) You could create a button that allow to show/hide column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 07:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-dimension-values-in-pivot-table/m-p/1623550#M46434</guid>
      <dc:creator>StarinieriG</dc:creator>
      <dc:date>2019-09-13T07:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Null dimension values in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Null-dimension-values-in-pivot-table/m-p/1623562#M46437</link>
      <description>&lt;P&gt;Thank You again! I will try those out and see how I can make them work. I was thinking about changing these hiearchies that I have, but for some level 1's and level 2's there is no real life equivalents for level 2's and level 3's, so I am hoping that your solutions could work.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 07:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-dimension-values-in-pivot-table/m-p/1623562#M46437</guid>
      <dc:creator>AJM</dc:creator>
      <dc:date>2019-09-13T07:25:43Z</dc:date>
    </item>
  </channel>
</rss>

