<?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 Bar Chart difference between Values in Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-Chart-difference-between-Values-in-Dimension/m-p/1637084#M507880</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;i found an Image of a Tableau Bar Chart with a pretty helpful feature.&lt;/P&gt;&lt;P&gt;Has anyone an idea how two build the %-move of the values?&lt;/P&gt;&lt;P&gt;I tried Text on Axis, but this ends up in overlapping my dimension.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2019-10-18 um 12.02.47.png" style="width: 767px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21870i95B62700441F00F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bildschirmfoto 2019-10-18 um 12.02.47.png" alt="Bildschirmfoto 2019-10-18 um 12.02.47.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my actual chart so far&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2019-10-18 um 12.11.41.png" style="width: 959px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21871i6E608F8F1BE68075/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bildschirmfoto 2019-10-18 um 12.11.41.png" alt="Bildschirmfoto 2019-10-18 um 12.11.41.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:52:01 GMT</pubDate>
    <dc:creator>dominikkeller</dc:creator>
    <dc:date>2024-11-16T19:52:01Z</dc:date>
    <item>
      <title>Bar Chart difference between Values in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-difference-between-Values-in-Dimension/m-p/1637084#M507880</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;i found an Image of a Tableau Bar Chart with a pretty helpful feature.&lt;/P&gt;&lt;P&gt;Has anyone an idea how two build the %-move of the values?&lt;/P&gt;&lt;P&gt;I tried Text on Axis, but this ends up in overlapping my dimension.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2019-10-18 um 12.02.47.png" style="width: 767px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21870i95B62700441F00F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bildschirmfoto 2019-10-18 um 12.02.47.png" alt="Bildschirmfoto 2019-10-18 um 12.02.47.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my actual chart so far&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2019-10-18 um 12.11.41.png" style="width: 959px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21871i6E608F8F1BE68075/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bildschirmfoto 2019-10-18 um 12.11.41.png" alt="Bildschirmfoto 2019-10-18 um 12.11.41.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-difference-between-Values-in-Dimension/m-p/1637084#M507880</guid>
      <dc:creator>dominikkeller</dc:creator>
      <dc:date>2024-11-16T19:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart difference between Values in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-difference-between-Values-in-Dimension/m-p/1637168#M507881</link>
      <description>&lt;P&gt;Hello Dominikkeller,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is how you can plot symbols (positive / negative):&lt;/P&gt;&lt;P&gt;1. You need to use the Combo Chart.&lt;/P&gt;&lt;P&gt;2. You need to create 4 measures as follows:&lt;/P&gt;&lt;P&gt;Sales 2016, Sales 2017 , Positive %, Negative %&lt;/P&gt;&lt;P&gt;3. Sales 2016 and Sales 2016 -&amp;gt; Set them as bars from the Chart Properties -&amp;gt; Expressions -&amp;gt; Display Options segment&lt;/P&gt;&lt;P&gt;4. Positive % and Negative % -&amp;gt; Set them as Symbol &amp;gt;&amp;gt; But those use different symbol types (triangle up and triangle down) , so you need to write the expression like this:&lt;BR /&gt;Positive % = if([Sales 2017]&amp;gt;[Sales 2016],[Sales 2017]/[Sales 2016], null())&lt;/P&gt;&lt;P&gt;Negative % =&amp;nbsp;if([Sales 2017]&amp;lt;=[Sales 2016],[Sales 2017]/[Sales 2016], null())&lt;/P&gt;&lt;P&gt;5. Uncheck the checkbox for Expressions as Legend for the % measures&lt;/P&gt;&lt;P&gt;6. Chart Properties -&amp;gt; Presentation tab -&amp;gt; Increase size to 8pt&lt;/P&gt;&lt;P&gt;7. Chart Properties -&amp;gt; Axes -&amp;gt; Expressions Postivie and Negative % should be set to Position Right (Top)&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fig 1" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21886iD3C83C8AD756C0AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Fig 1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Fig 1&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;S. T.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 12:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-difference-between-Values-in-Dimension/m-p/1637168#M507881</guid>
      <dc:creator>Stoyan_Terziev</dc:creator>
      <dc:date>2019-10-18T12:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart difference between Values in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-difference-between-Values-in-Dimension/m-p/1637194#M507882</link>
      <description>&lt;P&gt;Yeah, perfect! This is pretty close perfect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i have to play with the split axes to make it readable.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Oct 2019 13:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-difference-between-Values-in-Dimension/m-p/1637194#M507882</guid>
      <dc:creator>dominikkeller</dc:creator>
      <dc:date>2019-10-18T13:57:06Z</dc:date>
    </item>
  </channel>
</rss>

