<?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 How to Display the Expression In a Gauge Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Display-the-Expression-In-a-Gauge-Chart/m-p/146273#M24864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Btw, how would I link text and values together?&lt;/P&gt;&lt;P&gt;For example, I want to show something that says "Margin%: 20.3"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2009 21:39:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-06-09T21:39:09Z</dc:date>
    <item>
      <title>How to Display the Expression In a Gauge Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-the-Expression-In-a-Gauge-Chart/m-p/146269#M24860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a gauge chart with no dimensions that shows a percentage. Right now the gauge chart works and the percentage is showed by the needle correctly. However, I need a way to display that value within the gauge chart itself. I know its possible as I have seen it in other files, but I can't figure out how to do it.&lt;/P&gt;&lt;P&gt;Basically, right now when I hover my mouse over the gauge, the correct value appears, but I just need to display that value at all times on the gauge or near it.&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Yiling&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 15:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-the-Expression-In-a-Gauge-Chart/m-p/146269#M24860</guid>
      <dc:creator />
      <dc:date>2009-06-09T15:21:33Z</dc:date>
    </item>
    <item>
      <title>How to Display the Expression In a Gauge Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-the-Expression-In-a-Gauge-Chart/m-p/146270#M24861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Yiling,&lt;/P&gt;&lt;P&gt;you can definitely do this by defining 'text in chart' field under properties&amp;gt;presentation&amp;gt;text in chart.&lt;/P&gt;&lt;P&gt;there u can define a same expression again to display percentages. num function will be used here to display correct number format. for an example if i have a field Amound_Sold and another field Total_Amount than your formula will be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(SUM (AMOUNT_SOLD) / SUM(TOTAL_AMOUNT), '#.#%')&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;this will show your percentages within a chart also.&lt;/P&gt;&lt;P&gt;hope this will work&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Afzal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 15:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-the-Expression-In-a-Gauge-Chart/m-p/146270#M24861</guid>
      <dc:creator />
      <dc:date>2009-06-09T15:43:42Z</dc:date>
    </item>
    <item>
      <title>How to Display the Expression In a Gauge Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-the-Expression-In-a-Gauge-Chart/m-p/146271#M24862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried your solution with both the Num and the Num# functions but both just displaying the expression text so Num(Sum(Margin)/Sum(Sales),'#,#%') would appear instead of just 20.4%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 21:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-the-Expression-In-a-Gauge-Chart/m-p/146271#M24862</guid>
      <dc:creator />
      <dc:date>2009-06-09T21:23:03Z</dc:date>
    </item>
    <item>
      <title>How to Display the Expression In a Gauge Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-the-Expression-In-a-Gauge-Chart/m-p/146272#M24863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I forgot the equal sign!&lt;/P&gt;&lt;P&gt;Your solution works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 21:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-the-Expression-In-a-Gauge-Chart/m-p/146272#M24863</guid>
      <dc:creator />
      <dc:date>2009-06-09T21:27:43Z</dc:date>
    </item>
    <item>
      <title>How to Display the Expression In a Gauge Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-the-Expression-In-a-Gauge-Chart/m-p/146273#M24864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Btw, how would I link text and values together?&lt;/P&gt;&lt;P&gt;For example, I want to show something that says "Margin%: 20.3"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 21:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-the-Expression-In-a-Gauge-Chart/m-p/146273#M24864</guid>
      <dc:creator />
      <dc:date>2009-06-09T21:39:09Z</dc:date>
    </item>
    <item>
      <title>How to Display the Expression In a Gauge Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-the-Expression-In-a-Gauge-Chart/m-p/146274#M24865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Margin%: ' &amp;amp; Num(Sum(Margin)/Sum(Sales),'#,#%')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 21:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-the-Expression-In-a-Gauge-Chart/m-p/146274#M24865</guid>
      <dc:creator />
      <dc:date>2009-06-09T21:53:43Z</dc:date>
    </item>
  </channel>
</rss>

