<?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: Bar chart in qlik sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/RE-Bar-chart-in-qlik-sense/m-p/1638067#M47567</link>
    <description>&lt;P&gt;Hi , my question i have bar graph created for 2 measures Actual and Target&amp;nbsp; based on the business dimension.&lt;/P&gt;&lt;P&gt;And they want to show the values on the bar graphs. But the issue is&amp;nbsp; they want to show the sum of actual's value and in the bracket they want to show the percentage value compared to target. Please find attachment for the picture.&lt;/P&gt;&lt;P&gt;Is this scenario possible in Bar graph. Green color&amp;nbsp; is target data and black is Actual data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Target&amp;nbsp; value &lt;FONT color="#FF0000"&gt;223.19&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Actual&amp;nbsp; value&amp;nbsp; &lt;FONT color="#FF0000"&gt;232.04&lt;/FONT&gt; &lt;STRONG&gt;(99.5% of Target).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i am able to get the red color value but&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;i want the actual value as&amp;nbsp; &lt;FONT color="#FF0000"&gt;232.04&lt;/FONT&gt; &lt;STRONG&gt;(99.5% of Target)&amp;nbsp;&lt;/STRONG&gt;shown in the attachment.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;please provide the suggestions if&amp;nbsp;this scenario is possible in Bar graph or not?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bindhu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:18:49 GMT</pubDate>
    <dc:creator>indhuh44</dc:creator>
    <dc:date>2024-11-16T04:18:49Z</dc:date>
    <item>
      <title>RE: Bar chart in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Bar-chart-in-qlik-sense/m-p/1638067#M47567</link>
      <description>&lt;P&gt;Hi , my question i have bar graph created for 2 measures Actual and Target&amp;nbsp; based on the business dimension.&lt;/P&gt;&lt;P&gt;And they want to show the values on the bar graphs. But the issue is&amp;nbsp; they want to show the sum of actual's value and in the bracket they want to show the percentage value compared to target. Please find attachment for the picture.&lt;/P&gt;&lt;P&gt;Is this scenario possible in Bar graph. Green color&amp;nbsp; is target data and black is Actual data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Target&amp;nbsp; value &lt;FONT color="#FF0000"&gt;223.19&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Actual&amp;nbsp; value&amp;nbsp; &lt;FONT color="#FF0000"&gt;232.04&lt;/FONT&gt; &lt;STRONG&gt;(99.5% of Target).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i am able to get the red color value but&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;i want the actual value as&amp;nbsp; &lt;FONT color="#FF0000"&gt;232.04&lt;/FONT&gt; &lt;STRONG&gt;(99.5% of Target)&amp;nbsp;&lt;/STRONG&gt;shown in the attachment.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;please provide the suggestions if&amp;nbsp;this scenario is possible in Bar graph or not?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bindhu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Bar-chart-in-qlik-sense/m-p/1638067#M47567</guid>
      <dc:creator>indhuh44</dc:creator>
      <dc:date>2024-11-16T04:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Bar chart in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Bar-chart-in-qlik-sense/m-p/1638130#M47574</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use this expression in dimension and replace with your dimensions and measure this will give output as shown in&amp;nbsp; the attached image.&lt;/P&gt;&lt;P&gt;=[DimensionName]&amp;amp;' : '&amp;amp; aggr(num((Sum([Target])-1000)/Sum([Value]),'##.00%'),[DimesnionName]) &amp;amp; 'of Target'&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 06:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Bar-chart-in-qlik-sense/m-p/1638130#M47574</guid>
      <dc:creator>Kashyap_R</dc:creator>
      <dc:date>2019-10-22T06:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Bar-chart-in-qlik-sense/m-p/1638428#M47592</link>
      <description>&lt;P&gt;Hi Kashyap,&lt;/P&gt;&lt;P&gt;Thanks for the response. But i need it for one of the measure to show not on the Dimension.&lt;/P&gt;&lt;P&gt;But will try to work around based on the logic you provided.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bindhu.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 14:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Bar-chart-in-qlik-sense/m-p/1638428#M47592</guid>
      <dc:creator>indhuh44</dc:creator>
      <dc:date>2019-10-22T14:40:40Z</dc:date>
    </item>
  </channel>
</rss>

