<?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 Chart Dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Dimensions/m-p/166283#M38279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case you need to create only one expression,&lt;/P&gt;&lt;P&gt;You also need to create a field containing threee indicators such as 'Line efficiency'; 'Performance Measuring','Labour Efficiencey',eetc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your expression you must do something like IF(indicators = 'Line efficiency',sum(xxxx),0) ° IF(indicators = 'xxxxxx',sum(yyyyyy),0) etc...&lt;/P&gt;&lt;P&gt;Then you add the Indicators field as a dimension.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sébastien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Nov 2009 19:02:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-26T19:02:24Z</dc:date>
    <item>
      <title>Chart Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Dimensions/m-p/166282#M38278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, first post on here so apologies if I have posted this in the wrong section. I currently have a bar chart which details 3 measures, being Line Efficiency, Labour Productivity and Labour Efficiency. The application is being used for Production Performance Measuring and is divided into various machines. I am therefore currently using the machine name as the dimension and then 3 expressions, 1 for each measurement required.&lt;/P&gt;&lt;P&gt;This provides me with a bar chart displaying the three machines seperately and then each expression as a measure as would be expected. I would like to be able to reverse this chart however and use each measure of performance as a dimension, and then display each machine side by side within each of these measures.&lt;/P&gt;&lt;P&gt;Any help with this would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 17:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Dimensions/m-p/166282#M38278</guid>
      <dc:creator />
      <dc:date>2009-11-26T17:17:41Z</dc:date>
    </item>
    <item>
      <title>Chart Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Dimensions/m-p/166283#M38279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case you need to create only one expression,&lt;/P&gt;&lt;P&gt;You also need to create a field containing threee indicators such as 'Line efficiency'; 'Performance Measuring','Labour Efficiencey',eetc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your expression you must do something like IF(indicators = 'Line efficiency',sum(xxxx),0) ° IF(indicators = 'xxxxxx',sum(yyyyyy),0) etc...&lt;/P&gt;&lt;P&gt;Then you add the Indicators field as a dimension.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sébastien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 19:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Dimensions/m-p/166283#M38279</guid>
      <dc:creator />
      <dc:date>2009-11-26T19:02:24Z</dc:date>
    </item>
    <item>
      <title>Chart Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Dimensions/m-p/166284#M38280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting one &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;One simple solution would be like this. Say i have Machine Names(M) and Measures(M1,M2,M3).&lt;/P&gt;&lt;P&gt;I have loaded a Inline table with the data (Shown Below). For the chart that you want, Do the 'Turning around' using CrossTable, and then use the Measure and Machine as Dimensions., and Sum(Value) as Expression for your bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Cross table&lt;/P&gt;&lt;P&gt;A:&lt;BR /&gt;CrossTable (Measure,Value)&lt;BR /&gt;Load * Inline [&lt;BR /&gt;M,M1,M2,M3&lt;BR /&gt;1,20,40,50&lt;BR /&gt;2,30,60,50&lt;BR /&gt;3,20,20,20&lt;BR /&gt;4,50,30,20&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;BarChart:&lt;/P&gt;&lt;P&gt;Dimensions: M,Measure&lt;/P&gt;&lt;P&gt;Expression: Sum(Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 19:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Dimensions/m-p/166284#M38280</guid>
      <dc:creator>vidyut</dc:creator>
      <dc:date>2009-11-26T19:11:22Z</dc:date>
    </item>
    <item>
      <title>Chart Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Dimensions/m-p/166285#M38281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had not heard of Crosstable before ... pretty cool. Thanks Vidyut &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 03:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Dimensions/m-p/166285#M38281</guid>
      <dc:creator />
      <dc:date>2009-11-27T03:11:49Z</dc:date>
    </item>
    <item>
      <title>Chart Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Dimensions/m-p/166286#M38282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have looked at this crosstable and it provides me with the correct layout. Can I however use formulae to calculate the relevant values as opose to static values and if so what would the script look like, sorry if this sounds stupid but am new to qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;Damien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 17:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Dimensions/m-p/166286#M38282</guid>
      <dc:creator />
      <dc:date>2009-11-27T17:37:40Z</dc:date>
    </item>
    <item>
      <title>Chart Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Dimensions/m-p/166287#M38283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, go with the suggestion provided by spastor, That should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 19:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Dimensions/m-p/166287#M38283</guid>
      <dc:creator>vidyut</dc:creator>
      <dc:date>2009-11-27T19:25:43Z</dc:date>
    </item>
    <item>
      <title>Chart Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Dimensions/m-p/166288#M38284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, am not sure how to go about implementing the solution provided by Spastor unfortunately. I know how to create an additional field but how do I add indicators to this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 19:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Dimensions/m-p/166288#M38284</guid>
      <dc:creator />
      <dc:date>2009-11-27T19:32:09Z</dc:date>
    </item>
  </channel>
</rss>

