<?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: How to force dimension values in a pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382925#M142907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everithing's possible!!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use as calculated dimension: =ValueLoop(0,100)&lt;/P&gt;&lt;P&gt;As expression use something like this:&amp;nbsp; =Sum(if(ValueLoop(0,100)=Dimension, Value, null()))&lt;/P&gt;&lt;P&gt;Where&amp;nbsp; Dimension is your dimension with gaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awesome, it works (QV11)!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2012 05:42:42 GMT</pubDate>
    <dc:creator>whiteline</dc:creator>
    <dc:date>2012-09-04T05:42:42Z</dc:date>
    <item>
      <title>How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382918#M142900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have built a pivot table containing data from two fields, which I use as a sort of Weather Chart (i.e. I use an expression for the cell colour, but no expression is used in the normal expression field).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment, the values in these dimensions are interspersed between 1 - 50, so when I make a pivot table, if there is no value in the data set, then there is no value shown in the dimension. As a result, each dimension could look like 1&amp;nbsp; 2&amp;nbsp; 5&amp;nbsp; 6&amp;nbsp; 7&amp;nbsp; 9&amp;nbsp; 15&amp;nbsp; 20 and so on, which makes the chart visually inconsistent, depending on the selection/s made by the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do, is specify that the range of values shown in the pivot axes should be 0 - 100 (whole numbers) for both. &lt;/P&gt;&lt;P&gt;This must be in the dimension definition though, as I cannot amend the script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 10:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382918#M142900</guid>
      <dc:creator />
      <dc:date>2012-08-31T10:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382919#M142901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've a solution that work only if you have numeric in your dimension.&lt;/P&gt;&lt;P&gt;Use ValueLoop(n,m) as dimension, then in the indicator, test if it's equal to your real dimension field.&lt;/P&gt;&lt;P&gt;If no, give the indicator a value near zero (but not zero).&lt;/P&gt;&lt;P&gt;See attached sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's not numeric you could use valuelist fct, but the value have to be fixed and if you have a lot of values it could be tedious, as you don't have access to the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 10:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382919#M142901</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-31T10:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382920#M142902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sduguet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good idea, but your example uses only one dimension (the valueloop), and since my chart is a pivot, I have 2 dimensions to consider. Is there some way to integrate Valueloop with an IF statement?&lt;/P&gt;&lt;P&gt;Or any other ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 11:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382920#M142902</guid>
      <dc:creator />
      <dc:date>2012-08-31T11:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382921#M142903</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;Assuming that the dimension is a field (called dimensionfield below) and needs values from 1-50, add something like this to the load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD RowNo() As dimensionfield&lt;/P&gt;&lt;P&gt;Autogenerate 50;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The gaps are caused by missing values in dimensionfield. This will ensure that all the values exist. You will also need&lt;/P&gt;&lt;P&gt;to disable the suppress zero and suppress missing values options on the chart. (The load statement should not have a join/keep or concatenate qualifier).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the dimension is calculated, you may want to move the calculation into the load script to calculate all the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 12:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382921#M142903</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-08-31T12:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382922#M142904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I cannot edit the script for this report - and for now I think this is a one-off item - so is it possible to "build" this dimension using an expression?...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 13:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382922#M142904</guid>
      <dc:creator />
      <dc:date>2012-08-31T13:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382923#M142905</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;Sorry, didn't see that in your original post. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case, I would try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a new model&lt;/LI&gt;&lt;LI&gt;In the script, first insrt a binary load of the model (this must be the first statement in the script). Use &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Binary &lt;EM&gt;origmodel.qvw;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Then add the load statement from my earlier post.&lt;/LI&gt;&lt;LI&gt;Run the reload&lt;/LI&gt;&lt;LI&gt;Now copy and paste the sheet objects from the original model to the new model (select a sheet, press Ctl-A Ctl-C and then in the new model, add a sheet and press Ctl-V)&lt;/LI&gt;&lt;LI&gt;Save the new model.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2012 11:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382923#M142905</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-09-01T11:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382924#M142906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi a_i_r__,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that Jonathan suggestion is the best, but if you can't do it (not everyone in a company has access to the .qvw file), i will try to help you to make the pivot table anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The suggestion of sduguet is that you need. So, if you have more than one Dimention, it works like the same way. For example, if you have two dimentions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Customer&lt;/P&gt;&lt;P&gt;2) =ValueLoop(1,3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table will show each customer, with 3 values in second column. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) =ValueLoop(1,3)&lt;/P&gt;&lt;P&gt;2) Customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table will show, for 1, all customers. For 2, all customers again. For 3, the same...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, as your question said, no, it is not possible to use "if" function with synthetic dimmentions. What do you need with these dimentions? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2012 15:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382924#M142906</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2012-09-01T15:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382925#M142907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everithing's possible!!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use as calculated dimension: =ValueLoop(0,100)&lt;/P&gt;&lt;P&gt;As expression use something like this:&amp;nbsp; =Sum(if(ValueLoop(0,100)=Dimension, Value, null()))&lt;/P&gt;&lt;P&gt;Where&amp;nbsp; Dimension is your dimension with gaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awesome, it works (QV11)!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 05:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382925#M142907</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-04T05:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382926#M142908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi whiteline,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's along the lines of what I was thinking, but this would only cover a single dimension, whereas I have two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In essence, I have built a pivot table that shows two risk dimensions - one along the "x" axis and one along the "y" axis. Rather than use an expression with values, I have used the colormix function to shade the cells (red/yellow/green) according to the level of risk for that combination of values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks fine, but because there are values missing on each axis (values are discrete and fall between 0-100, but not every value is used), the diagram does not really represent the data correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 07:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382926#M142908</guid>
      <dc:creator />
      <dc:date>2012-09-04T07:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382927#M142909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand.&lt;/P&gt;&lt;P&gt;In your case you have to distinguish two calculated dimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can use =ValueLoop(0,100)&amp;nbsp; and =ValueLoop(0,101) for example.&lt;/P&gt;&lt;P&gt;And then in expressions you can force&amp;nbsp; null all values with 101 (so that this column/row disappears).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 07:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382927#M142909</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-04T07:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382928#M142910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Whiteline, I've understood that the question was if where possible to create a synthetic dimention (this kind of calculated dimention) with the "IF" sentence. It's not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the IF sentence in the expression, using simple calculated dimentions where available from some earlier versions of QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a_i_r, i haven't found the way of use two Valueloop's in a expression. So, you can use a Dispersion Chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimmentions: fieldX, fieldY&lt;/P&gt;&lt;P&gt;In expressions tab, it will have a different sctructure. In x put fieldX, in y fieldY, and in expression, the field that you have to show the value. See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 15:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382928#M142910</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2012-09-04T15:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382929#M142911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sebastian, I didn't know that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; The logical solution is a label reference but it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question was about integration. And you said "it is not possible &lt;STRONG&gt;to use &lt;/STRONG&gt;"if" function &lt;STRONG&gt;with &lt;/STRONG&gt;synthetic dimmentions."&lt;/P&gt;&lt;P&gt;So I said it's possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The farther problem is that you can't distinguish two equal dimensions with similar valueloops.&lt;/P&gt;&lt;P&gt;But it's possible to make them a bit difference for QV but the same for the user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 15:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382929#M142911</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-04T15:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382930#M142912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes whiteline, i was wrong understanding the question... Sorry, my english is not good... (Im from Argentina)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to say that is not possible to conditioning a synthetic dimention, which has ValueLoop if one condition, or other valueloop with other condition (f.e. If (Rate&amp;gt;10, valueloop(0,100), valueloop (0,10) in a calculated dimention)... I didn't know the problem that a_i_r had.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 21:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382930#M142912</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2012-09-04T21:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382931#M142913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sebastian, mine too. I'm from Russia &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;The point is that we've found the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 07:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382931#M142913</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-05T07:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382932#M142914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whiteline,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't quite understand how this is solved yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use valueloop twice to generate the 2 axes, then how do I input my expression so that the cell colour considers my risk dimensions?&lt;/P&gt;&lt;P&gt;I've attached a picture to demonstrate what I have now - if I use Valueloop instead of my 2 dimensions, then the expression (presumably) no longer works, as it cannot locate a Risk 1/Risk 2 combination to test against?&lt;IMG __jive_id="21359" class="jive-image-thumbnail jive-image" onclick="" alt="Risk diagram.JPG" src="/legacyfs/online/21359_Risk diagram.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 08:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382932#M142914</guid>
      <dc:creator />
      <dc:date>2012-09-05T08:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382933#M142915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be match easier if you type the expression that you use now for colorizing.&lt;/P&gt;&lt;P&gt;For now, consider this:&lt;/P&gt;&lt;P&gt;=Sum(if(ValueLoop(0,100)=Dimension, Value, null()))&lt;/P&gt;&lt;P&gt;It's expression for getting Sum(Value) with Dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 14:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382933#M142915</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-05T14:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382934#M142916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you tried with dispersion chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you send a reduced copy, we could help you better!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 22:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382934#M142916</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2012-09-05T22:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382935#M142917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand what you're thinking - this was also my first idea for this object, but if there are lots of combinations in close proximity to each other, I will only see the marker at the top (there are roughly 300,000 underlying value combinations in the data which I aggregated to the risk dimensions). Visually, this will not achieve what I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whiteline,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your suggestion seems to suggest only one dimension again, whereas I need two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe what I need simply isn't possible?....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 13:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382935#M142917</guid>
      <dc:creator />
      <dc:date>2012-09-06T13:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to force dimension values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382936#M142918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now you have two possible solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sebastian suggests you replace your table with almost the same looking scatter chart as it has possibility to use Continuous dimensions.&lt;/P&gt;&lt;P&gt;The only difference is that it contains circles instead of squares.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you to use calculated dimension in your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 14:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-dimension-values-in-a-pivot-table/m-p/382936#M142918</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-06T14:54:24Z</dc:date>
    </item>
  </channel>
</rss>

