<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/1015796#M344266</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 have a pivot table with 4 dimensions:&lt;/P&gt;&lt;P&gt;SUPPLIER&lt;/P&gt;&lt;P&gt;ITEM&lt;/P&gt;&lt;P&gt;PURCHASE ORDER&lt;/P&gt;&lt;P&gt;PURCHASE DATE&lt;/P&gt;&lt;P&gt;BUYER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want that i will have a&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp; in the supplier and it will open the items&lt;/P&gt;&lt;P&gt;and the&amp;nbsp; +&amp;nbsp;&amp;nbsp; in the items will open &lt;STRONG&gt;all&lt;/STRONG&gt; the other dimentions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any option to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Jan 2016 15:00:31 GMT</pubDate>
    <dc:creator>adiarnon</dc:creator>
    <dc:date>2016-01-03T15:00:31Z</dc:date>
    <item>
      <title>Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/1015796#M344266</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 have a pivot table with 4 dimensions:&lt;/P&gt;&lt;P&gt;SUPPLIER&lt;/P&gt;&lt;P&gt;ITEM&lt;/P&gt;&lt;P&gt;PURCHASE ORDER&lt;/P&gt;&lt;P&gt;PURCHASE DATE&lt;/P&gt;&lt;P&gt;BUYER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want that i will have a&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp; in the supplier and it will open the items&lt;/P&gt;&lt;P&gt;and the&amp;nbsp; +&amp;nbsp;&amp;nbsp; in the items will open &lt;STRONG&gt;all&lt;/STRONG&gt; the other dimentions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any option to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jan 2016 15:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/1015796#M344266</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2016-01-03T15:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/1015797#M344267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, if I'm not mistaken you can accomplish this behavior by walking the reverse path. It might take a while though, and your end-users will still be able to do whatever they want with your pivot table. It won't be a permanent pivot behavior. Except if you create a bookmark from the collapsed pivot and activate the bookmark whenever a user (re)visits the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jan 2016 15:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/1015797#M344267</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-03T15:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/1015798#M344268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the need is caused by the fact that Purchase Date and Buyer are not true Dimensions in this case, but rather attributes that belong to the PO. This logic could potentially change if you change the sequence of the dimensions. For example, but placing Buyer before PO, you could group all POs for a specific Buyer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Going back to the original requirement, you can solve it in a couple of ways (in addition to Peter's Suggestion):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a concatenated Dimension that includes a combination of a PO#, Purchase Date and a Buyer. This way, as soon as you open PO, you instantly see the PO Date and the Buyer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Move PO Date and Buyer into Expressions, using the only() function. At the higher levels, multiple dates and multiple Buyers will likely be available, so the only() function will return NULL. At the PO level, both expressions will show the relevant attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;Take your Qlik Skills to the next level at the &lt;A href="http://masterssummit.com/"&gt;Masters Summit for Qlik&lt;/A&gt; - now with new and redesigned materials!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jan 2016 18:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/1015798#M344268</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2016-01-03T18:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/1015799#M344269</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 think one way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="110449" alt="Pivottable.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110449_Pivottable.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;-HirisH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 05:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/1015799#M344269</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-04T05:27:58Z</dc:date>
    </item>
  </channel>
</rss>

