<?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 Values on Data Points in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Values-on-Data-Points/m-p/974572#M974394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can i show the values on my chart with out&amp;nbsp; clicking the values on data points in expressions tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Sep 2015 10:51:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-04T10:51:47Z</dc:date>
    <item>
      <title>Values on Data Points</title>
      <link>https://community.qlik.com/t5/QlikView/Values-on-Data-Points/m-p/974572#M974394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can i show the values on my chart with out&amp;nbsp; clicking the values on data points in expressions tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 10:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-on-Data-Points/m-p/974572#M974394</guid>
      <dc:creator />
      <dc:date>2015-09-04T10:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Values on Data Points</title>
      <link>https://community.qlik.com/t5/QlikView/Values-on-Data-Points/m-p/974573#M974395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You can use show value attribute expression and write the same expression label there&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="show value.PNG" class="jive-image image-1" src="/legacyfs/online/98009_show value.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 10:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-on-Data-Points/m-p/974573#M974395</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-09-04T10:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Values on Data Points</title>
      <link>https://community.qlik.com/t5/QlikView/Values-on-Data-Points/m-p/974574#M974396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;public sub setnumbersOnChart()&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;set MyGraph= ActiveDocument.GetSheetObject("CH02")&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;set MyGraphProp= MyGraph.GetProperties&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;set MyExpsToggle = MyGraphProp.Expressions.Item(0).Item(0).Data.ExpressionVisual&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if MyExpsToggle.NumbersOnBars = False Then&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;MyExpsToggle.NumbersOnBars = True&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;else&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;MyExpsToggle.NumbersOnBars =false&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;End if&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;MyGraph.SetProperties MygraphProp&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;End sub &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt; u can try this u can get&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tool---- Edit Module&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Human being made many things&amp;nbsp; we can fly in the aeroplane(tresesco)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thansk and regards&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 11:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-on-Data-Points/m-p/974574#M974396</guid>
      <dc:creator />
      <dc:date>2015-09-04T11:32:27Z</dc:date>
    </item>
  </channel>
</rss>

