<?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: Qlikview Waterfall chart how to get % contributor values within the bars in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Waterfall-chart-how-to-get-contributor-values-within/m-p/1301800#M841701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satikata,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you have probably noticed, text in charts isn't dynamic in terms of placement.&amp;nbsp; The only thing I can suggest is that you consider:&lt;/P&gt;&lt;P&gt;- making the text box as wide as the interval axis&lt;/P&gt;&lt;P&gt;- set formatting of the text in chart field to right justified&lt;/P&gt;&lt;P&gt;- add some logic to the text box that adds leading spaces to each value based on the calculated value eg&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0433ff;"&gt;repeat&lt;/SPAN&gt;(' ' , &lt;SPAN style="color: #0433ff;"&gt;sum&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="color: #941100;"&gt;label&lt;/SPAN&gt;={'Paid time 100 hrs'}&amp;gt;}&lt;SPAN style="color: #941100;"&gt;value&lt;/SPAN&gt;)) &amp;amp; 'Paid time 100 hrs (' &amp;amp; &lt;SPAN style="color: #0433ff;"&gt;num&lt;/SPAN&gt;(&lt;SPAN style="color: #0433ff;"&gt;sum&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="color: #941100;"&gt;label&lt;/SPAN&gt;={'Paid time 100 hrs'}&amp;gt;}&lt;SPAN style="color: #941100;"&gt;value&lt;/SPAN&gt;), '0%') &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have updated the previous sample to demonstrate how this could work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Apr 2017 21:36:45 GMT</pubDate>
    <dc:creator>rodjager</dc:creator>
    <dc:date>2017-04-25T21:36:45Z</dc:date>
    <item>
      <title>Qlikview Waterfall chart how to get % contributor values within the bars</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Waterfall-chart-how-to-get-contributor-values-within/m-p/1301795#M841696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends,&lt;/P&gt;&lt;P&gt;I plan to make an waterfall chart (stacked). something like below. I am using dimension less bar charts with only expressions. I am able to construct the waterfall stacked bar chart using the expression offset. But, seek help on how to get their corresponding % contributor within the respective bars next to their values in brackets please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any sugestions will be much appreciated. thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 850px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl68" colspan="13" height="20" width="850"&gt;Paid time 100 hrs (100%)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" colspan="2" height="20"&gt;Worked time 80 hrs (80%)&lt;/TD&gt;&lt;TD class="xl69"&gt; &lt;/TD&gt;&lt;TD class="xl69"&gt; &lt;/TD&gt;&lt;TD class="xl69"&gt; &lt;/TD&gt;&lt;TD class="xl69"&gt; &lt;/TD&gt;&lt;TD class="xl69"&gt; &lt;/TD&gt;&lt;TD class="xl69"&gt; &lt;/TD&gt;&lt;TD class="xl69"&gt; &lt;/TD&gt;&lt;TD class="xl69"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67"&gt;Holiday10 hrs(10%)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70"&gt;Sick 5 hrs (5%)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65"&gt;Lost 5 hrs(5%)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Waterfall-chart-how-to-get-contributor-values-within/m-p/1301795#M841696</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Waterfall chart how to get % contributor values within the bars</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Waterfall-chart-how-to-get-contributor-values-within/m-p/1301796#M841697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satikata,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a bit fiddly, but you could use the Text in Chart feature on the Presentation tab and then move each label above the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a simple example, based on your data, of how this could work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Apr 2017 23:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Waterfall-chart-how-to-get-contributor-values-within/m-p/1301796#M841697</guid>
      <dc:creator>rodjager</dc:creator>
      <dc:date>2017-04-23T23:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Waterfall chart how to get % contributor values within the bars</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Waterfall-chart-how-to-get-contributor-values-within/m-p/1301797#M841698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks for your valuable input. It did really help me solve the issue.&lt;/P&gt;&lt;P&gt;How can i close it in the discussion forum please and mark it solved? Sorry&lt;/P&gt;&lt;P&gt;for asking it, i am brand new to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;SJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Mon, Apr 24, 2017 at 12:25 AM, Rod Jager &amp;lt;qcwebmaster@qlikview.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 08:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Waterfall-chart-how-to-get-contributor-values-within/m-p/1301797#M841698</guid>
      <dc:creator />
      <dc:date>2017-04-24T08:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Waterfall chart how to get % contributor values within the bars</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Waterfall-chart-how-to-get-contributor-values-within/m-p/1301798#M841699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check here on how to close a thread and mark correct and helpful responses &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 09:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Waterfall-chart-how-to-get-contributor-values-within/m-p/1301798#M841699</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-24T09:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Waterfall chart how to get % contributor values within the bars</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Waterfall-chart-how-to-get-contributor-values-within/m-p/1301799#M841700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;Thanks for previous inputs on this issue. I have created the "calculated %" text in chart in presentation tab, placed it on the bars which works perfectly in terms of value.&lt;/P&gt;&lt;P&gt;But, sometimes the position of the text ( in bars) where it displays goes outside of the bars.&lt;/P&gt;&lt;P&gt;As you can see below Capture1 is fine but, capture2 the texts are in different place. How to make it display at correct place please?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161006_Capture1.PNG" style="height: 123px; width: 620px;" /&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/161007_Capture2.PNG" style="height: 128px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 12:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Waterfall-chart-how-to-get-contributor-values-within/m-p/1301799#M841700</guid>
      <dc:creator />
      <dc:date>2017-04-24T12:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Waterfall chart how to get % contributor values within the bars</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Waterfall-chart-how-to-get-contributor-values-within/m-p/1301800#M841701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satikata,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you have probably noticed, text in charts isn't dynamic in terms of placement.&amp;nbsp; The only thing I can suggest is that you consider:&lt;/P&gt;&lt;P&gt;- making the text box as wide as the interval axis&lt;/P&gt;&lt;P&gt;- set formatting of the text in chart field to right justified&lt;/P&gt;&lt;P&gt;- add some logic to the text box that adds leading spaces to each value based on the calculated value eg&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0433ff;"&gt;repeat&lt;/SPAN&gt;(' ' , &lt;SPAN style="color: #0433ff;"&gt;sum&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="color: #941100;"&gt;label&lt;/SPAN&gt;={'Paid time 100 hrs'}&amp;gt;}&lt;SPAN style="color: #941100;"&gt;value&lt;/SPAN&gt;)) &amp;amp; 'Paid time 100 hrs (' &amp;amp; &lt;SPAN style="color: #0433ff;"&gt;num&lt;/SPAN&gt;(&lt;SPAN style="color: #0433ff;"&gt;sum&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="color: #941100;"&gt;label&lt;/SPAN&gt;={'Paid time 100 hrs'}&amp;gt;}&lt;SPAN style="color: #941100;"&gt;value&lt;/SPAN&gt;), '0%') &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have updated the previous sample to demonstrate how this could work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 21:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Waterfall-chart-how-to-get-contributor-values-within/m-p/1301800#M841701</guid>
      <dc:creator>rodjager</dc:creator>
      <dc:date>2017-04-25T21:36:45Z</dc:date>
    </item>
  </channel>
</rss>

