<?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 How to create Charts with different selections for the same dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-Charts-with-different-selections-for-the-same/m-p/561879#M1147395</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dimension with 4 distinct values ("Bereich") and I'd like to create one barchart for each value. However, I cannot lock the individual charts to their intended values. The only way I was able to achieve that was by "disconnecting" and changing the selection one after another:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="43869" class="jive-image-thumbnail jive-image" onclick="" alt="bf2.jpg" src="https://community.qlik.com/legacyfs/online/43869_bf2.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jul 2013 15:28:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-10T15:28:00Z</dc:date>
    <item>
      <title>How to create Charts with different selections for the same dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Charts-with-different-selections-for-the-same/m-p/561879#M1147395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dimension with 4 distinct values ("Bereich") and I'd like to create one barchart for each value. However, I cannot lock the individual charts to their intended values. The only way I was able to achieve that was by "disconnecting" and changing the selection one after another:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="43869" class="jive-image-thumbnail jive-image" onclick="" alt="bf2.jpg" src="https://community.qlik.com/legacyfs/online/43869_bf2.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 15:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Charts-with-different-selections-for-the-same/m-p/561879#M1147395</guid>
      <dc:creator />
      <dc:date>2013-07-10T15:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Charts with different selections for the same dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Charts-with-different-selections-for-the-same/m-p/561880#M1147396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each chart, use Set Analysis to select the subset values of the Dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Chart 1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Expression: sum ({&amp;lt;Bereich={'1) Transport'}&amp;gt;} field) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression: sum ({&amp;lt;Bereich={'2) SPA / WBM'}&amp;gt;} field) &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and so on...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 15:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Charts-with-different-selections-for-the-same/m-p/561880#M1147396</guid>
      <dc:creator />
      <dc:date>2013-07-10T15:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Charts with different selections for the same dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Charts-with-different-selections-for-the-same/m-p/561881#M1147397</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;You can use four charts with 4 different expressions like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;sum ({&amp;lt;DimensionName={'Value1'}&amp;gt;} MeasureName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;sum ({&amp;lt;DimensionName={'Value2'}&amp;gt;} MeasureName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;sum ({&amp;lt;DimensionName={'Value3'}&amp;gt;} MeasureName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;sum ({&amp;lt;DimensionName={'Value4'}&amp;gt;} MeasureName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 15:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Charts-with-different-selections-for-the-same/m-p/561881#M1147397</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-07-10T15:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Charts with different selections for the same dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Charts-with-different-selections-for-the-same/m-p/561882#M1147398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create 4 different bar charts with same data but edit the dimension&amp;nbsp; tab of each of them to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If(Dimension='Value1', Dimension)&lt;/P&gt;&lt;P&gt;2. If(Dimension='Value2', Dimension)&lt;/P&gt;&lt;P&gt;3. If(Dimension='Value3', Dimension)&lt;/P&gt;&lt;P&gt;4. If(Dimension='Value4', Dimension)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 15:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Charts-with-different-selections-for-the-same/m-p/561882#M1147398</guid>
      <dc:creator>anandathome</dc:creator>
      <dc:date>2013-07-10T15:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Charts with different selections for the same dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Charts-with-different-selections-for-the-same/m-p/561883#M1147399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also try using a Trellis Chart as then you will retain the same axis scale between the different possibilites.&lt;/P&gt;&lt;P&gt;This helps retain teh relative comparison between your 4 items.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 15:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Charts-with-different-selections-for-the-same/m-p/561883#M1147399</guid>
      <dc:creator />
      <dc:date>2013-07-15T15:59:39Z</dc:date>
    </item>
  </channel>
</rss>

