<?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: Getting an error with Text as Pop-Up in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51748#M8569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The line chart is showing year-to-date %MS. And I would like show %Gr (comparing this YTD to previous year's YTD) when the users hover over the lines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure which expression is incorrect since all of them show up correctly when I display the data in a straight table... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First dimension: Qtr&lt;/P&gt;&lt;P&gt;Second dimension: Products &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line expression (%MS): &lt;/P&gt;&lt;P&gt;aggr( &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rangesum(above(sum({&amp;lt;Year=2017&amp;gt;}values), 0, RowNo())) / &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rangesum(above(sum(TOTAL &amp;lt;Qtr&amp;gt; {&amp;lt;Year=2017&amp;gt;}values), 0, RowNo())) &lt;/P&gt;&lt;P&gt;, Products, Qtr) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text as pop-up expression (%Gr): &lt;/P&gt;&lt;P&gt;aggr( &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rangesum(above(sum({&amp;lt;Year=2017&amp;gt;}values), 0, RowNo())) &lt;/P&gt;&lt;P&gt;, Products, Qtr)&amp;nbsp; &lt;/P&gt;&lt;P&gt;/ &lt;/P&gt;&lt;P&gt;aggr( &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rangesum(above(sum({&amp;lt;Year=2016&amp;gt;}values), 0, RowNo())) &lt;/P&gt;&lt;P&gt;, Products, Qtr)&amp;nbsp; - 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your time! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2018 09:52:12 GMT</pubDate>
    <dc:creator>ninnartx</dc:creator>
    <dc:date>2018-04-04T09:52:12Z</dc:date>
    <item>
      <title>Getting an error with Text as Pop-Up</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51746#M8567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im getting "Drawing of chart failed internally" error when I tried to add an expression as Text as Pop-Up to my line chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only get this error when the text as pop-up expression is above the line expression. &lt;/P&gt;&lt;P&gt;I don't get the error if my line expression is above my text as pop-up expression. However, in this case, when I hover over the chart, the text as pop-up expression does not appear.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I choose to display data as straight table, there is no error. The values appear nicely on the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I cannot share a sample app, but if anyone could provide speculations as to why this is happening that'd be greatly appreciated!!! Thank you! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 09:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51746#M8567</guid>
      <dc:creator>ninnartx</dc:creator>
      <dc:date>2018-04-04T09:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error with Text as Pop-Up</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51747#M8568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ninnart, seems a problem with the expression, can you share the expression used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 09:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51747#M8568</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-04-04T09:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error with Text as Pop-Up</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51748#M8569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The line chart is showing year-to-date %MS. And I would like show %Gr (comparing this YTD to previous year's YTD) when the users hover over the lines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure which expression is incorrect since all of them show up correctly when I display the data in a straight table... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First dimension: Qtr&lt;/P&gt;&lt;P&gt;Second dimension: Products &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line expression (%MS): &lt;/P&gt;&lt;P&gt;aggr( &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rangesum(above(sum({&amp;lt;Year=2017&amp;gt;}values), 0, RowNo())) / &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rangesum(above(sum(TOTAL &amp;lt;Qtr&amp;gt; {&amp;lt;Year=2017&amp;gt;}values), 0, RowNo())) &lt;/P&gt;&lt;P&gt;, Products, Qtr) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text as pop-up expression (%Gr): &lt;/P&gt;&lt;P&gt;aggr( &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rangesum(above(sum({&amp;lt;Year=2017&amp;gt;}values), 0, RowNo())) &lt;/P&gt;&lt;P&gt;, Products, Qtr)&amp;nbsp; &lt;/P&gt;&lt;P&gt;/ &lt;/P&gt;&lt;P&gt;aggr( &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rangesum(above(sum({&amp;lt;Year=2016&amp;gt;}values), 0, RowNo())) &lt;/P&gt;&lt;P&gt;, Products, Qtr)&amp;nbsp; - 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your time! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 09:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51748#M8569</guid>
      <dc:creator>ninnartx</dc:creator>
      <dc:date>2018-04-04T09:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error with Text as Pop-Up</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51749#M8570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's for the 2nd expression, have you tried?:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;aggr(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rangesum(above(sum({&amp;lt;Year=&lt;STRONG style="color: #ff0000;"&gt;{&lt;/STRONG&gt;2017&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;gt;}values), 0, RowNo()))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; / rangesum(above(sum({&amp;lt;Year=&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/SPAN&gt;2016&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;gt;}values), 0, RowNo()))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, Products, Qtr)&amp;nbsp; - 1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The first one also needs the {} in set analysis values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 10:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51749#M8570</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-04-04T10:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error with Text as Pop-Up</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51750#M8571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh shoot sorry i missed the curly brackets in my example. the {} are there in the actual app. Is there anything else you think could be causing this issue? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 13:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51750#M8571</guid>
      <dc:creator>ninnartx</dc:creator>
      <dc:date>2018-04-04T13:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error with Text as Pop-Up</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51751#M8572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried to change the 2nd expression to the one i posted before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 13:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51751#M8572</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-04-04T13:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error with Text as Pop-Up</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51752#M8573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I did. still no luck &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 13:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51752#M8573</guid>
      <dc:creator>ninnartx</dc:creator>
      <dc:date>2018-04-04T13:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error with Text as Pop-Up</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51753#M8574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to work for me, i will need a sample to check the differences.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 13:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51753#M8574</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-04-04T13:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error with Text as Pop-Up</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51754#M8575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to come up with a sample app too but could not replicate the error. My sample app works fine as well... &lt;/P&gt;&lt;P&gt;I'll keep digging and will update if i figure it out &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 14:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51754#M8575</guid>
      <dc:creator>ninnartx</dc:creator>
      <dc:date>2018-04-04T14:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error with Text as Pop-Up</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51755#M8576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out! So I fixed the colors of my line chart using a basic RGB expression in Background Color. But did not add the same RGB expression to my Text as Pop-Up expression. (I didn't think the text as pop-up needed background colors???) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when I added the same RGB expression to all my expressions, the error disappeared! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 04:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-an-error-with-Text-as-Pop-Up/m-p/51755#M8576</guid>
      <dc:creator>ninnartx</dc:creator>
      <dc:date>2018-04-05T04:27:13Z</dc:date>
    </item>
  </channel>
</rss>

