<?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 Fixed/locked dimensions in a pivot in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386151#M558753</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 three dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As expected, when I make selections in my document, the dimensions are reflecting the possible values based on what data I actually have, like always in Qlikview. The more selections i make, the smaller my pivot gets (showing fewer and fewer values in my dimension columns).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that I now need to make the pivot appearance fixed.&lt;/P&gt;&lt;P&gt;I want the pivot to show all values in my dimensions regardless of what selections I make in the dokument.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I do not want to make it&amp;nbsp; detached,&lt;/STRONG&gt; since the numbers in my pivot must change depending on what I select, but the numbers should be zero or null if there are no valid numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried "Show all values" but it still does not make my pivot dimensions fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;brg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 May 2013 08:38:43 GMT</pubDate>
    <dc:creator>RSvebeck</dc:creator>
    <dc:date>2013-05-20T08:38:43Z</dc:date>
    <item>
      <title>Fixed/locked dimensions in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386151#M558753</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 three dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As expected, when I make selections in my document, the dimensions are reflecting the possible values based on what data I actually have, like always in Qlikview. The more selections i make, the smaller my pivot gets (showing fewer and fewer values in my dimension columns).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that I now need to make the pivot appearance fixed.&lt;/P&gt;&lt;P&gt;I want the pivot to show all values in my dimensions regardless of what selections I make in the dokument.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I do not want to make it&amp;nbsp; detached,&lt;/STRONG&gt; since the numbers in my pivot must change depending on what I select, but the numbers should be zero or null if there are no valid numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried "Show all values" but it still does not make my pivot dimensions fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;brg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 08:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386151#M558753</guid>
      <dc:creator>RSvebeck</dc:creator>
      <dc:date>2013-05-20T08:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed/locked dimensions in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386152#M558754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have QV11 you can create alternate states on the General tab of the document properties window. You can then assign an alternate state to the pivot table on the General tab of the properties window of the pivot table. Only selections made in the same alternate state as that of the pivot table will be applied to the pivot table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't have QV11 you can use set analysis expressions. For example if you have an expression sum(sales) you could change that to sum({1} sales) to ignore any selections. Or to sum({&amp;lt;Year=&amp;gt;} sales) to ignore selections in the Year field (supposing you have a field with that name).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 08:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386152#M558754</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-20T08:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed/locked dimensions in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386153#M558755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;modify your expression as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose you are having 2 dimensions say D1 and D2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now in your expression put set analysis as e.g:&amp;nbsp; sum({&amp;lt;D1=,D2=&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doing this if you do any selection in your list box having D1 and D2 it will not reflect the selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 08:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386153#M558755</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-05-20T08:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed/locked dimensions in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386154#M558756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gysbert for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for beeing unclear on my request. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using SET or Alternate States will not help me here since I do want the selections to effect my pivot expression - its just that I always want to keep all my dimensions displayed regardless of my selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have placed clickable text objects on top of my pivot and for this reason I need the layout of the pivot to remain the same size, but still showing the correct values based on the selections thatis made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 08:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386154#M558756</guid>
      <dc:creator>RSvebeck</dc:creator>
      <dc:date>2013-05-20T08:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed/locked dimensions in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386155#M558757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Please read my reply to Gysbert. My problem is still unsolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 08:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386155#M558757</guid>
      <dc:creator>RSvebeck</dc:creator>
      <dc:date>2013-05-20T08:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed/locked dimensions in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386156#M558758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add an expression sum({1}1) and hide the expression &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 09:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386156#M558758</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-20T09:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed/locked dimensions in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386157#M558759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a very good idea and I will use it if I find no other solution! But since this is a pivot I can not hide the expression. I can make it blank and thin, but there is no way to hide it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 09:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386157#M558759</guid>
      <dc:creator>RSvebeck</dc:creator>
      <dc:date>2013-05-20T09:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed/locked dimensions in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386158#M558760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a way to solve my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I do is that I add the general set expression to my expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum&lt;SPAN style="font-size: 8pt;"&gt;( {1} 0 ) + &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( myKey &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;This way all dimension will always remain complete because the &lt;/SPAN&gt;sum&lt;SPAN style="font-size: 8pt;"&gt;({1}0) will always return a Zero, regardless of what I select.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks guys for all the help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Robert&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 10:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386158#M558760</guid>
      <dc:creator>RSvebeck</dc:creator>
      <dc:date>2013-05-20T10:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed/locked dimensions in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386159#M558761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have similar requirement where I need pivot table dimension to be locked and only expression changes.&amp;nbsp; I am trying to use sum&lt;SPAN style="font-size: 8pt;"&gt;( {1} 0 ) + &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( myKey &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) but it is not working.&amp;nbsp; I added new&amp;nbsp; expression Sum({1}0) but with no luck.&amp;nbsp; Can you please elobrate how you used this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Asha&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 11:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386159#M558761</guid>
      <dc:creator />
      <dc:date>2014-01-06T11:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed/locked dimensions in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386160#M558762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I go the answer to my question.&amp;nbsp; I removed the tick from 'Supress Zero values' and it workes fine now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 12:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-locked-dimensions-in-a-pivot/m-p/386160#M558762</guid>
      <dc:creator />
      <dc:date>2014-01-06T12:33:14Z</dc:date>
    </item>
  </channel>
</rss>

