<?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: Displaying Attributes on Bar Charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-Attributes-on-Bar-Charts/m-p/427749#M558689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the option Vertical on the Presentation tab (in the Values on Data Points section) to show the values vertically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A better option may be to change the orientation of the bar chart so the bars are displayed horizontally. That's probably a lot easier to read.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 May 2013 11:54:48 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-05-31T11:54:48Z</dc:date>
    <item>
      <title>Displaying Attributes on Bar Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Attributes-on-Bar-Charts/m-p/427744#M558684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a simple bar charts that has two dimension, date and the sector and one expression which is the performance. The Date is the x-axis and the performance as the y-axis. The dimension limit is set on the sector to show only the largest performaning sector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The aim of the chart is to show the best performing sector each day. However as the x-axis is the date and the y-axis is the performance I would like to show the sector on each bar? How can I do this? I can show the performance number on each Bar by selecting (Values on Data Points) on the performance expression. Is there anyway to show the sector on each Bar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 10:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Attributes-on-Bar-Charts/m-p/427744#M558684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-31T10:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Attributes on Bar Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Attributes-on-Bar-Charts/m-p/427745#M558685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can probably use the dual() function for this. It creates a dual value with a text and a number representation. Change your expression to something like dual( Sector, &lt;EM&gt;myexpression&lt;/EM&gt; ). If you want both the sector and the performance shown you can try something like &lt;/P&gt;&lt;P&gt;dual( Sector &amp;amp; ': '&amp;amp; &lt;EM&gt;myexpression&lt;/EM&gt; , &lt;EM&gt;myexpression&lt;/EM&gt; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 10:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Attributes-on-Bar-Charts/m-p/427745#M558685</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-31T10:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Attributes on Bar Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Attributes-on-Bar-Charts/m-p/427746#M558686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I'm doing something wrong as I can't seem to see any difference when using the dual() function.&lt;/P&gt;&lt;P&gt;I've changed the expression as you suggested to Dual(Sector &amp;amp; ':' &amp;amp; Sum(performance), sum(performance)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the bar chart still just shows the performance (i.e. SUM(Performance)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also added the same expression to the Show Value property of the Expression, but it made no difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 10:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Attributes-on-Bar-Charts/m-p/427746#M558686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-31T10:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Attributes on Bar Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Attributes-on-Bar-Charts/m-p/427747#M558687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, yes. You'd need to enable &lt;EM&gt;plot values inside segments&lt;/EM&gt; to show the dual value. But that probably doesn't look very pretty. You can use a combi chart with a second expression to show the dual values. See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 11:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Attributes-on-Bar-Charts/m-p/427747#M558687</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-31T11:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Attributes on Bar Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Attributes-on-Bar-Charts/m-p/427748#M558688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nearly Perfect Gysbert &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the example - that works well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But is it possible for the text(sector names) to be aligned verticaly on top of the Bar, as some of the sector names are long?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 11:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Attributes-on-Bar-Charts/m-p/427748#M558688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-31T11:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Attributes on Bar Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Attributes-on-Bar-Charts/m-p/427749#M558689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the option Vertical on the Presentation tab (in the Values on Data Points section) to show the values vertically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A better option may be to change the orientation of the bar chart so the bars are displayed horizontally. That's probably a lot easier to read.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 11:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Attributes-on-Bar-Charts/m-p/427749#M558689</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-31T11:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Attributes on Bar Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Attributes-on-Bar-Charts/m-p/427750#M558690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect - that is very helpful - thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 11:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Attributes-on-Bar-Charts/m-p/427750#M558690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-31T11:55:58Z</dc:date>
    </item>
  </channel>
</rss>

