<?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: Text as Pop up Line Chart Disappears in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-as-Pop-up-Line-Chart-Disappears/m-p/611044#M225518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's one problem with this though. When I use this technique, my axis that was originally in % reverts back to decimals and if I try to adjust the 'number' tab to show it in percents the pop-up text no longer works. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2014 18:13:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-23T18:13:34Z</dc:date>
    <item>
      <title>Text as Pop up Line Chart Disappears</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-Pop-up-Line-Chart-Disappears/m-p/611042#M225516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a line chart with two dimensions, one expression and another expression to be my custom pop-up text. The problem is, if the pop-up text is the second expression, it doesn't pop-up on hovering over the chart's data points, and, if the pop-up text is the first expression, the lines in the chart disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone know what's causing the problem and how to fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached the qvw illustrating my problem. It is the big 'Margin Percent' chart on the 'Client Performance' tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 14:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-Pop-up-Line-Chart-Disappears/m-p/611042#M225516</guid>
      <dc:creator />
      <dc:date>2014-04-23T14:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Text as Pop up Line Chart Disappears</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-Pop-up-Line-Chart-Disappears/m-p/611043#M225517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A tipster came by, dropped off the solution and deleted his comment -- perhaps he wanted to stay anonymous? I've posted his solution below, though, in case anyone else needs it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using one expression for plotting and one expression for pop-up text, use only one expression, enable the text as pop-up option, and use the dual function, e.g., dual(text, expression). In my case it's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;dual('Margin Percent: ' &amp;amp; Num(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;1-(Sum({&amp;lt;[Novus Rate Calc Type]={'Net'}&amp;gt;} [Novus Rate])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;+Sum({&amp;lt;[Novus Rate Calc Type]={'CPM'}&amp;gt;} [Novus Rate]*[Booked Impressions])/1000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;(Sum({&amp;lt;[Client Rate Calc Type]={'Net'}&amp;gt;} [Client Rate])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;+Sum({&amp;lt;[Client Rate Calc Type]={'CPM'}&amp;gt;} [Client Rate]*[Booked Impressions])/1000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;, '#,##0%'),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;Num(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;1-(Sum({&amp;lt;[Novus Rate Calc Type]={'Net'}&amp;gt;} [Novus Rate])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;+Sum({&amp;lt;[Novus Rate Calc Type]={'CPM'}&amp;gt;} [Novus Rate]*[Booked Impressions])/1000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;(Sum({&amp;lt;[Client Rate Calc Type]={'Net'}&amp;gt;} [Client Rate])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;+Sum({&amp;lt;[Client Rate Calc Type]={'CPM'}&amp;gt;} [Client Rate]*[Booked Impressions])/1000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;, '#,##0%')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 15:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-Pop-up-Line-Chart-Disappears/m-p/611043#M225517</guid>
      <dc:creator />
      <dc:date>2014-04-23T15:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Text as Pop up Line Chart Disappears</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-Pop-up-Line-Chart-Disappears/m-p/611044#M225518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's one problem with this though. When I use this technique, my axis that was originally in % reverts back to decimals and if I try to adjust the 'number' tab to show it in percents the pop-up text no longer works. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 18:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-Pop-up-Line-Chart-Disappears/m-p/611044#M225518</guid>
      <dc:creator />
      <dc:date>2014-04-23T18:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Text as Pop up Line Chart Disappears</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-Pop-up-Line-Chart-Disappears/m-p/611045#M225519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured out what the bug was. I had conflicting axes. My pop-up text had its axis on the left and my expression had its axis on the right. Put them both on the right an voila.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 18:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-Pop-up-Line-Chart-Disappears/m-p/611045#M225519</guid>
      <dc:creator />
      <dc:date>2014-04-23T18:27:11Z</dc:date>
    </item>
  </channel>
</rss>

