<?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: Show All values sorted and grouped in dimension In Pivot Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-All-values-sorted-and-grouped-in-dimension-In-Pivot-Table/m-p/1787055#M1210163</link>
    <description>&lt;P&gt;is the requirement not to show that field yet preserve the distribution of the expression even when multiple dimension rows are the same?&amp;nbsp; since this is an aggregation, any duplicate combination of dimensions will be collapsed into one row.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Mar 2021 13:18:33 GMT</pubDate>
    <dc:creator>edwin</dc:creator>
    <dc:date>2021-03-01T13:18:33Z</dc:date>
    <item>
      <title>Show All values sorted and grouped in dimension In Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-values-sorted-and-grouped-in-dimension-In-Pivot-Table/m-p/1787045#M1210161</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;My pivot table has five dimensions and one expressions.&lt;/P&gt;&lt;P&gt;And here is how it looks.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Klaus_0-1614602033047.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/50063iA9212B2701B51C27/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Klaus_0-1614602033047.png" alt="Klaus_0-1614602033047.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can I display in the existing selection to see this?&lt;BR /&gt;I don't know how to exploit the dimension 'Nr.bon' to reach the excel result.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Klaus_3-1614602706077.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/50068iD9BFC87BDC555F68/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Klaus_3-1614602706077.png" alt="Klaus_3-1614602706077.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 13:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-values-sorted-and-grouped-in-dimension-In-Pivot-Table/m-p/1787045#M1210161</guid>
      <dc:creator>Klaus</dc:creator>
      <dc:date>2021-03-01T13:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show All values sorted and grouped in dimension In Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-values-sorted-and-grouped-in-dimension-In-Pivot-Table/m-p/1787055#M1210163</link>
      <description>&lt;P&gt;is the requirement not to show that field yet preserve the distribution of the expression even when multiple dimension rows are the same?&amp;nbsp; since this is an aggregation, any duplicate combination of dimensions will be collapsed into one row.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 13:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-values-sorted-and-grouped-in-dimension-In-Pivot-Table/m-p/1787055#M1210163</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-03-01T13:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show All values sorted and grouped in dimension In Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-values-sorted-and-grouped-in-dimension-In-Pivot-Table/m-p/1787059#M1210164</link>
      <description>&lt;P&gt;I accept any suggestion that approaches the excel model, I don't necessarily want to keep all the dimensions&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 13:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-values-sorted-and-grouped-in-dimension-In-Pivot-Table/m-p/1787059#M1210164</guid>
      <dc:creator>Klaus</dc:creator>
      <dc:date>2021-03-01T13:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Show All values sorted and grouped in dimension In Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-values-sorted-and-grouped-in-dimension-In-Pivot-Table/m-p/1787067#M1210167</link>
      <description>&lt;P&gt;one of the differences between a straight table and pivot is that in a straight table you have the ability to hide columns.&amp;nbsp; so you can still use the Nr.bon as a dimension and just hide it.&amp;nbsp; you will see the individual expression values as if Nr.bon were still shown.&amp;nbsp; obviously, your year and week will be in separate rows not columns.&lt;BR /&gt;&lt;BR /&gt;if however, the year and week columns (in pivot) were finite, you can simulate these two (for example) columns as separate expressions where using variables (as one solution) your first expression would have something like&amp;nbsp;&lt;BR /&gt;{&amp;lt;[Calendar Year]={$(vPriorYear)}, [CalendarWeekOfYear]={$(vWeek)}&amp;gt;}&lt;BR /&gt;2nd expression:&lt;BR /&gt;{&amp;lt;[Calendar Year]={$(vCurrentYear)}, [CalendarWeekOfYear]={$(vWeek)}&amp;gt;}&lt;BR /&gt;&lt;BR /&gt;this mimics the pivot table having two columns&lt;BR /&gt;=$(vPriorYear) &amp;amp;'&lt;BR /&gt;' &amp;amp; $(vWeek)&lt;BR /&gt;to look like&lt;BR /&gt;2020&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 2&lt;/P&gt;&lt;P&gt;maybe that helps&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 13:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-values-sorted-and-grouped-in-dimension-In-Pivot-Table/m-p/1787067#M1210167</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-03-01T13:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Show All values sorted and grouped in dimension In Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-values-sorted-and-grouped-in-dimension-In-Pivot-Table/m-p/1787338#M1210196</link>
      <description>&lt;P&gt;The method given by you is the most suitable. Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 06:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-values-sorted-and-grouped-in-dimension-In-Pivot-Table/m-p/1787338#M1210196</guid>
      <dc:creator>Klaus</dc:creator>
      <dc:date>2021-03-02T06:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show All values sorted and grouped in dimension In Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-values-sorted-and-grouped-in-dimension-In-Pivot-Table/m-p/1788063#M1210257</link>
      <description>&lt;P&gt;yw&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 19:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-values-sorted-and-grouped-in-dimension-In-Pivot-Table/m-p/1788063#M1210257</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-03-03T19:37:00Z</dc:date>
    </item>
  </channel>
</rss>

