<?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 Stack bars behind each other in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stack-bars-behind-each-other/m-p/321358#M1197155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oleg - Please can you take some time to look into this one?&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Apr 2011 09:49:58 GMT</pubDate>
    <dc:creator>IAMDV</dc:creator>
    <dc:date>2011-04-14T09:49:58Z</dc:date>
    <item>
      <title>Stack bars behind each other</title>
      <link>https://community.qlik.com/t5/QlikView/Stack-bars-behind-each-other/m-p/321353#M1197150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can anyone help me to get the following chart to display the bars BEHIND each other and not on top. I would like it to display as in the selected "Look" thumbnail (the bottom picture on the Styles Tab.&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" src="https://community.qlik.com/resized-image.ashx/__size/550x550/__key/CommunityServer.Discussions.Components.Files/674/7485.1111.JPG" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 15:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stack-bars-behind-each-other/m-p/321353#M1197150</guid>
      <dc:creator>gerhardl</dc:creator>
      <dc:date>2011-04-13T15:27:34Z</dc:date>
    </item>
    <item>
      <title>Stack bars behind each other</title>
      <link>https://community.qlik.com/t5/QlikView/Stack-bars-behind-each-other/m-p/321354#M1197151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me guess (practicing telepathic connection &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; - you have a single Dimension and 2 Expressions, and you wanted your 2 Expressions to get arranged behind each other...&lt;/P&gt;&lt;P&gt;Well, it looks like you can only position multiple Dimensions like this, but not multiple expressions.&lt;/P&gt;&lt;P&gt;If I guessed correctly, what you can do as a work around is - create a synthetic dimension using function ValueList(), and then combined your two expressions into a single expression that's conditioned on the value of the ValueList():&lt;/P&gt;&lt;P&gt;IF (ValueList('M', 'F') = 'M', Expr1, Expr2)&lt;/P&gt;&lt;P&gt;This way, you convert your two expressions into an extra Dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 15:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stack-bars-behind-each-other/m-p/321354#M1197151</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-04-13T15:43:09Z</dc:date>
    </item>
    <item>
      <title>Stack bars behind each other</title>
      <link>https://community.qlik.com/t5/QlikView/Stack-bars-behind-each-other/m-p/321355#M1197152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oleg - Thanks so much for this one. Your telepathic connection is successfull! I need exactly the same solution.&lt;/P&gt;&lt;P&gt;But I can't seem to get around the syntax.&lt;/P&gt;&lt;P&gt;Below is the information :&lt;/P&gt;&lt;P&gt;Dimension Name : &lt;B&gt;TransactionName&lt;/B&gt; which contains 2 values (Store Purchaser &amp;amp; Market Purchaser)&lt;/P&gt;&lt;P&gt;2 Expressions : &lt;B&gt;Sum (Amount]&lt;/B&gt; and &lt;B&gt;Count (Amount)&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the below expressions referring to your previous post...&lt;/P&gt;&lt;P&gt;&lt;B&gt;=IF (ValueList('Store Purchaser', ' Market Purchaser') = 'Store Purchaser', Sum (Amount), Count (Amount))&lt;BR /&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;But I can't seem to get this working.&lt;/P&gt;&lt;P&gt;Your help will be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks in anticipation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 16:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stack-bars-behind-each-other/m-p/321355#M1197152</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-04-13T16:33:34Z</dc:date>
    </item>
    <item>
      <title>Stack bars behind each other</title>
      <link>https://community.qlik.com/t5/QlikView/Stack-bars-behind-each-other/m-p/321356#M1197153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This expression assumes that you created a Calculated Dimension with the formula:&lt;/P&gt;&lt;P&gt;&lt;B&gt;=ValueList('Store Purchaser', ' Market Purchaser')&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Have you?&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 16:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stack-bars-behind-each-other/m-p/321356#M1197153</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-04-13T16:37:03Z</dc:date>
    </item>
    <item>
      <title>Stack bars behind each other</title>
      <link>https://community.qlik.com/t5/QlikView/Stack-bars-behind-each-other/m-p/321357#M1197154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for quick response.&lt;/P&gt;&lt;P&gt;I am completely new to this concept. So please bear with me...&lt;/P&gt;&lt;P&gt;I am using the below code for Dimension :&lt;/P&gt;&lt;P&gt;&lt;B&gt;=ValueList('Store Purchaser', ' Market Purchaser')&lt;/B&gt;&lt;/P&gt;&lt;P&gt;And the below code for my expression tab in chart&lt;/P&gt;&lt;P&gt;&lt;B&gt;=IF (ValueList('Store Purchaser', ' Market Purchaser') = 'Store Purchaser', Sum (Amount), Count (Amount))&lt;/B&gt;&lt;/P&gt;&lt;P&gt;I had removed everything else... So only one dimension &amp;amp; one expression&lt;/P&gt;&lt;P&gt;Is this right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 16:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stack-bars-behind-each-other/m-p/321357#M1197154</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-04-13T16:51:06Z</dc:date>
    </item>
    <item>
      <title>Stack bars behind each other</title>
      <link>https://community.qlik.com/t5/QlikView/Stack-bars-behind-each-other/m-p/321358#M1197155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oleg - Please can you take some time to look into this one?&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 09:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stack-bars-behind-each-other/m-p/321358#M1197155</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-04-14T09:49:58Z</dc:date>
    </item>
    <item>
      <title>Stack bars behind each other</title>
      <link>https://community.qlik.com/t5/QlikView/Stack-bars-behind-each-other/m-p/321359#M1197156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - what you described is technically correct. I fail to follow the logic - why do you want to calculate the amount and call it "Store purchase" and then count purchases and call the count "Market Purchase" ?&lt;/P&gt;&lt;P&gt;I'd understand something like this:&lt;/P&gt;&lt;P&gt;Dimensions:&lt;/P&gt;&lt;P&gt;1. Product Category (for example...)&lt;/P&gt;&lt;P&gt;2. ValueList('Amount', 'Number of Purchases')&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;if (ValueList('Amount', 'Number of Purchases') = 'Amount', sum(Sales), count(Sales) )&lt;/P&gt;&lt;P&gt;does it make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 20:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stack-bars-behind-each-other/m-p/321359#M1197156</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-04-14T20:08:32Z</dc:date>
    </item>
  </channel>
</rss>

