<?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: How to display values on data points after selection on a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-values-on-data-points-after-selection-on-a-chart/m-p/1203160#M387039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is a different approach taken from Stephen Redmond's &lt;EM&gt;Qlikview for Developers Cookbook.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dual(&lt;/P&gt;&lt;P&gt;&amp;nbsp; DimensionName&amp;amp; '-' &amp;amp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Num(sum(Measure)) &amp;amp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Repeat(chr(13)&amp;amp;chr(10), rank(Sum(&lt;SPAN style="font-size: 13.3333px;"&gt;Measure&lt;/SPAN&gt;))-6), &lt;/P&gt;&lt;P&gt;&amp;nbsp; sum(&lt;SPAN style="font-size: 13.3333px;"&gt;Measure&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Substitute your dimension name and measure in to the above and use it as your expression. This will space out the labels and may give you what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2016 14:38:37 GMT</pubDate>
    <dc:creator>effinty2112</dc:creator>
    <dc:date>2016-10-18T14:38:37Z</dc:date>
    <item>
      <title>How to display values on data points after selection on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-values-on-data-points-after-selection-on-a-chart/m-p/1203157#M387036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I want to display values on pie chart, but as there are too many dimensions on the pie chart. data values are overlapping &lt;/P&gt;&lt;P&gt;like the image below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="data values.PNG" class="jive-image image-1" src="/legacyfs/online/141013_data values.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to display values on data points in a pie chart, on selecting&amp;nbsp; a dimension value from the legend in that pie chart or after the selection of values in the dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 14:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-values-on-data-points-after-selection-on-a-chart/m-p/1203157#M387036</guid>
      <dc:creator />
      <dc:date>2016-10-18T14:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to display values on data points after selection on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-values-on-data-points-after-selection-on-a-chart/m-p/1203158#M387037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a bar chart with horizontal bars instead and use Dimension Limits to show the top 5 and group the rest as Other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you really want to use the dysfunctional pie chart then click on the + in front of the expression, select Show Value and enter an expression like if(GetSelectedCount(MyDimension)&amp;gt;0 and GetSelectedCount(&lt;SPAN style="font-size: 13.3333px;"&gt;MyDimension&lt;/SPAN&gt;)&amp;lt;=3,1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 14:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-values-on-data-points-after-selection-on-a-chart/m-p/1203158#M387037</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-10-18T14:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to display values on data points after selection on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-values-on-data-points-after-selection-on-a-chart/m-p/1203159#M387038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this &lt;/P&gt;&lt;P&gt;Expression 1: without value on data point&lt;SPAN style="font-size: 13.3333px;"&gt;checked&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;enable conditional like if(getselectedcount(dimesnion)=0,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Expression 2: &lt;SPAN style="font-size: 13.3333px;"&gt;with value on data point checked&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(getselectedcount(dimesnion)&amp;gt;0 ,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 14:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-values-on-data-points-after-selection-on-a-chart/m-p/1203159#M387038</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-10-18T14:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to display values on data points after selection on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-values-on-data-points-after-selection-on-a-chart/m-p/1203160#M387039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is a different approach taken from Stephen Redmond's &lt;EM&gt;Qlikview for Developers Cookbook.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dual(&lt;/P&gt;&lt;P&gt;&amp;nbsp; DimensionName&amp;amp; '-' &amp;amp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Num(sum(Measure)) &amp;amp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Repeat(chr(13)&amp;amp;chr(10), rank(Sum(&lt;SPAN style="font-size: 13.3333px;"&gt;Measure&lt;/SPAN&gt;))-6), &lt;/P&gt;&lt;P&gt;&amp;nbsp; sum(&lt;SPAN style="font-size: 13.3333px;"&gt;Measure&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Substitute your dimension name and measure in to the above and use it as your expression. This will space out the labels and may give you what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 14:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-values-on-data-points-after-selection-on-a-chart/m-p/1203160#M387039</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-10-18T14:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to display values on data points after selection on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-values-on-data-points-after-selection-on-a-chart/m-p/1203161#M387040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i do this, pie chart disappears when i select a dimension on pie chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you want me to write the expression on in the layout tab--&amp;gt; show--&amp;gt; conditional right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 15:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-values-on-data-points-after-selection-on-a-chart/m-p/1203161#M387040</guid>
      <dc:creator />
      <dc:date>2016-10-18T15:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to display values on data points after selection on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-values-on-data-points-after-selection-on-a-chart/m-p/1203162#M387041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI gysbert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank youI have got the problem solved.. with the first expression.. But, I didnt understand the second expression you have given, why did you took &amp;lt;=3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you explain me that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 15:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-values-on-data-points-after-selection-on-a-chart/m-p/1203162#M387041</guid>
      <dc:creator />
      <dc:date>2016-10-18T15:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to display values on data points after selection on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-values-on-data-points-after-selection-on-a-chart/m-p/1203163#M387042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's only one expression. Everything after 'like ' is the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 15:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-values-on-data-points-after-selection-on-a-chart/m-p/1203163#M387042</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-10-18T15:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to display values on data points after selection on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-values-on-data-points-after-selection-on-a-chart/m-p/1203164#M387043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh sorry.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may sound dumb but why &amp;lt;=3&amp;nbsp; ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 15:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-values-on-data-points-after-selection-on-a-chart/m-p/1203164#M387043</guid>
      <dc:creator />
      <dc:date>2016-10-18T15:45:41Z</dc:date>
    </item>
  </channel>
</rss>

