<?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 text pop-up in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/text-pop-up/m-p/599817#M1094238</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;&lt;/P&gt;&lt;P&gt;I recently stumbeld upon this tip:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qliktips.com/2009/09/custom-popup-labels-on-bar-chart.html" title="http://www.qliktips.com/2009/09/custom-popup-labels-on-bar-chart.html"&gt;Qlik Tips: Custom popup labels on bar chart&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I figured out how this works but is it possible to add text what its showing. Now it just gives me a number without telling me what the number means.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2014 07:47:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-06T07:47:30Z</dc:date>
    <item>
      <title>text pop-up</title>
      <link>https://community.qlik.com/t5/QlikView/text-pop-up/m-p/599817#M1094238</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;&lt;/P&gt;&lt;P&gt;I recently stumbeld upon this tip:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qliktips.com/2009/09/custom-popup-labels-on-bar-chart.html" title="http://www.qliktips.com/2009/09/custom-popup-labels-on-bar-chart.html"&gt;Qlik Tips: Custom popup labels on bar chart&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I figured out how this works but is it possible to add text what its showing. Now it just gives me a number without telling me what the number means.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 07:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-pop-up/m-p/599817#M1094238</guid>
      <dc:creator />
      <dc:date>2014-05-06T07:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: text pop-up</title>
      <link>https://community.qlik.com/t5/QlikView/text-pop-up/m-p/599818#M1094239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; maybe you could use the dual function, this way you have both a text and a numeric value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 14:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-pop-up/m-p/599818#M1094239</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2014-05-06T14:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: text pop-up</title>
      <link>https://community.qlik.com/t5/QlikView/text-pop-up/m-p/599819#M1094240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.Yes add another expression and first of all uncheck the Text as Pop-up for all expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Now from chart presentation properties uncheck the Pop-Up Labels&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. add expression &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Eg:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Sales&amp;nbsp; for '&amp;amp;sum(sales) and check the Text as Pop-up&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 14:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-pop-up/m-p/599819#M1094240</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-06T14:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: text pop-up</title>
      <link>https://community.qlik.com/t5/QlikView/text-pop-up/m-p/599820#M1094241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can use Dual functions also like below script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dual(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; YourDimensionNameHere &amp;amp; ' - ' &amp;amp; Sum(YourExpressionFieldHere),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Avg(YourExpressionFieldHere) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 14:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-pop-up/m-p/599820#M1094241</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-06T14:43:17Z</dc:date>
    </item>
  </channel>
</rss>

