<?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: Creating a bar chart with 2 dimensions and 2 expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955710#M972148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not understand why you cannot make them a key - QlikView allows that and that is how tables get linked together - 1 and only 1 field in 2 tables with the same name - if you have multiple fields of the same name pointing from one table to another, you will get a synthetic key (which is not good) but the script will run (I have run into the synthetic key a time or 2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about a single dimension (pick one) and have your 2 expressions, and have the bars set as stacked?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2015 17:03:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-15T17:03:20Z</dc:date>
    <item>
      <title>Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955706#M972144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to QlikView and i am trying to create a bar chart with two dimensions from two different tables, and both dimensions has the same values. I also create two expressions to count the total of each one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chart is presenting the correct values, however it displays the same value in each line, as you can see in the print screen below:&lt;/P&gt;&lt;P&gt; &lt;IMG alt="tempo.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99013_tempo.png" style="width: 620px; height: 369px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i create the chart using only one dimension and one expression, the chart is displayed correctly, as shown in the print screen below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tempoone.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/99020_tempoone.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i have to do to show both dimensions in one single line as presented in the chart above??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rodrigo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 14:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955706#M972144</guid>
      <dc:creator />
      <dc:date>2015-09-15T14:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955707#M972145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide sample QVW !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 14:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955707#M972145</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-09-15T14:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955708#M972146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if both dimesnions have the same value, can you not make that field a key and then you would only have 1 diemnsion and expression but get data from both tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anotehr thought - can your single expression be (Expression 1 Expression 2) ?&amp;nbsp; If both dimesnisons have the same value, can you pick one of them and have your expression be the total of the 2 (not sure if you are doing sum, count but it should not mater)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 14:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955708#M972146</guid>
      <dc:creator />
      <dc:date>2015-09-15T14:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955709#M972147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your tips!!&lt;/P&gt;&lt;P&gt;I tryed to make that field a key, but is not possible to execute my script when i use the same name for both dimensions. I received an error message saying that is not possible to execute the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to display both dimenisions separately, the user should see both information in 2 distinct colors. When i said the dimension have the same value, i meant that both dimension displays values of "less tanh 1 year", "more than 10 years", "1 to 2 years", etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rodrigo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 16:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955709#M972147</guid>
      <dc:creator />
      <dc:date>2015-09-15T16:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955710#M972148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not understand why you cannot make them a key - QlikView allows that and that is how tables get linked together - 1 and only 1 field in 2 tables with the same name - if you have multiple fields of the same name pointing from one table to another, you will get a synthetic key (which is not good) but the script will run (I have run into the synthetic key a time or 2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about a single dimension (pick one) and have your 2 expressions, and have the bars set as stacked?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 17:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955710#M972148</guid>
      <dc:creator />
      <dc:date>2015-09-15T17:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955711#M972149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creating a single dimension and having 2 expressions displays the chart the way i need, but now the values in red color are wrong, all are with the same value, as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="years.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99050_years.png" style="width: 620px; height: 396px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am counting the total of the two dimensions in 2 expressions:&lt;/P&gt;&lt;P&gt;Count (expression1)&lt;/P&gt;&lt;P&gt;Count (expression2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only the first expression bring me the correct values.&lt;/P&gt;&lt;P&gt;Do you know why this happened?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rodrigo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 17:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955711#M972149</guid>
      <dc:creator />
      <dc:date>2015-09-15T17:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955712#M972150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what about crating the same new dimension when you load both tables - something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[ Days]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;= 0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[ Days]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt; 31,'0-30',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[ Days]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; 31 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[ Days]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt; 46,'31-45',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Days]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; 45,'Over 45'))) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Age&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;or possibly a calculated dimension with your 2 expressions represented as a stacked bar.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Har to determine what is best, if any of these suggestions without seeing the data model&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 17:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955712#M972150</guid>
      <dc:creator />
      <dc:date>2015-09-15T17:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955713#M972151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is the value of 79 in red) correct for any of the dimesnion values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any chance you can provide a qvw with the data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not being able to name the 2 dimesnions the same does not make sense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 17:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955713#M972151</guid>
      <dc:creator />
      <dc:date>2015-09-15T17:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955714#M972152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a trellis chart if you need 2 dimensions &amp;amp; 2 expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create bar chart with 2 dimensions &amp;amp; 2 expressions and tick the &lt;STRONG&gt;trellis&lt;/STRONG&gt; option on the Dimensions tab.&lt;/P&gt;&lt;P&gt;The Year bucket, should be your second dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise just use 1 dimension &amp;amp; 2 expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 17:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955714#M972152</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-09-15T17:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955715#M972153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am thinking the issue is because the expresssion 2 does not really go with the dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could send a qvw that would be a great help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you want your bars grouped (like in the example above), stcked like some earlier ones, or don't care as long as the numbers are correct - stacked to me only makes sense the different colors/dimensions add to a meaningful total&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 17:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955715#M972153</guid>
      <dc:creator />
      <dc:date>2015-09-15T17:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955716#M972154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the value of 79 in red is incorrect for any of the dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a chart with the correct values for this second dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tempoone.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99052_tempoone.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no value 79... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 17:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955716#M972154</guid>
      <dc:creator />
      <dc:date>2015-09-15T17:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955717#M972155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i see but the total of all of the bars adds up to 79 (4 + 4 + 8 + 11&amp;nbsp; + 20 + 32)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 17:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955717#M972155</guid>
      <dc:creator />
      <dc:date>2015-09-15T17:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955718#M972156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately my project can´t be shared, i will try to make a new qvw with only this chart, without the others i have in this project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the bars grouped (like in the example above) and doesn´t metter if they are stacked or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 17:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955718#M972156</guid>
      <dc:creator />
      <dc:date>2015-09-15T17:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955719#M972157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am still thinking you need to get to 1 dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any chance of gett a qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 17:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955719#M972157</guid>
      <dc:creator />
      <dc:date>2015-09-15T17:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955720#M972158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excatly... But why it shows the sum of the bars??&lt;/P&gt;&lt;P&gt;I just create a expression of count.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 17:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955720#M972158</guid>
      <dc:creator />
      <dc:date>2015-09-15T17:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955721#M972159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i change the dimension i choose to use in the chart for the second dimension, it shows the correct values, otherwise the other dimension shows the sum again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="99053" alt="dimension1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99053_dimension1.png" style="width: 620px; height: 384px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 17:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955721#M972159</guid>
      <dc:creator />
      <dc:date>2015-09-15T17:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955722#M972160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow attached the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rodrigo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 19:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955722#M972160</guid>
      <dc:creator />
      <dc:date>2015-09-15T19:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955723#M972161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my guess is that you cannot name them the same, at least in what you sent becasue those are the only fields in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest coming up with a common name for the dimension and load both fiels as that name - I would also include other fields from the tables as well.&amp;nbsp; I cannot verify as I do not have the data and cannot perform a reload - sorry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 19:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955723#M972161</guid>
      <dc:creator />
      <dc:date>2015-09-15T19:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955724#M972162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just ignore the others fields in this example, but in the original project the other fields are not ignored.&lt;/P&gt;&lt;P&gt;Anyway, those fields cannot have a common name for the dimension, because i should show the 2 dimensions separetely.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 19:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955724#M972162</guid>
      <dc:creator />
      <dc:date>2015-09-15T19:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a bar chart with 2 dimensions and 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955725#M972163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can have 1 dimension with 2 expressions and the expressions is what would make them unique with the red and blue bar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 19:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-bar-chart-with-2-dimensions-and-2-expressions/m-p/955725#M972163</guid>
      <dc:creator />
      <dc:date>2015-09-15T19:30:01Z</dc:date>
    </item>
  </channel>
</rss>

