<?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 popup causing extra data points to appear in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7543#M790339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use an if statement to display the pop-up information only when a data point exists. Assuming your first expression is the data point, you can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(Column(1)) &amp;gt; 0, Popup Text Expression)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jan 2018 18:59:25 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-01-25T18:59:25Z</dc:date>
    <item>
      <title>Text as popup causing extra data points to appear</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7542#M790338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the trick described here: &lt;A href="https://community.qlik.com/thread/103817" target="_blank"&gt;Pop up Text with more information&lt;/A&gt; to have some additional pop-up information when people mouse over the bar chart.&amp;nbsp; For some reason though, when I enable this extra expression it causes extra data points to show up even though there is no data for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Textaspopup.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/191450_Textaspopup.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can see the graph with the extra data points.&amp;nbsp; They don't have any data like "DVHPYSN" does, but are still shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any ideas as to why this is happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7542#M790338</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Text as popup causing extra data points to appear</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7543#M790339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use an if statement to display the pop-up information only when a data point exists. Assuming your first expression is the data point, you can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(Column(1)) &amp;gt; 0, Popup Text Expression)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 18:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7543#M790339</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-25T18:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Text as popup causing extra data points to appear</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7544#M790342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did that but I'm getting an error in my expression.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Textexpression.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/191452_Textexpression.PNG" style="font-size: 13.3333px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried messing around with it a little but couldn't figure out where it's getting the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 19:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7544#M790342</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2018-01-25T19:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Text as popup causing extra data points to appear</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7545#M790344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this the expression for your text popup? Also, you have an extra parenthesis at the end also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 19:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7545#M790344</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-25T19:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Text as popup causing extra data points to appear</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7546#M790346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My expression for the popup has some set analysis in it, so I am just using this to make it easier when asking for advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I'm not sure on the parenthesis. When I remove the last one, the edit expression box turns the parenthesis next to If red, indicating it's missing one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Textangry.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/191468_Textangry.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 19:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7546#M790346</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2018-01-25T19:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Text as popup causing extra data points to appear</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7547#M790349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need another parenthesis after Column(1))&lt;STRONG&gt;)&lt;/STRONG&gt; to close for Len() function &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 19:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7547#M790349</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-25T19:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Text as popup causing extra data points to appear</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7548#M790350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just copied and pasted what you wrote out!&amp;nbsp; So I'm still blaming you. =0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it's sort of working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have just an expression in there, the popup text works and there are no extra data points.&amp;nbsp; But if I add text to it, the data points come back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;This works - &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Len(Trim(Column(1)) &amp;gt; 0, Sum([Trach_Flg_Cnt]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; But if I add some text to it like &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Len(Trim(Column(1)) &amp;gt; 0, 'Trach Flag Count = ' &amp;amp; Sum([Trach_Flg_Cnt])) &lt;/STRONG&gt;,then it adds those random data points again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 20:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7548#M790350</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2018-01-25T20:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Text as popup causing extra data points to appear</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7549#M790352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was my bad &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;... try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(Column(1))&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;)&lt;/SPAN&gt; &amp;gt; 0, 'Trach Flag Count = ' &amp;amp; Sum([Trach_Flg_Cnt]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 20:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7549#M790352</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-25T20:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Text as popup causing extra data points to appear</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7550#M790354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops, see I missed the parenthesis there too.&amp;nbsp; Now we're even.... =P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is what I have.&amp;nbsp; With the 'Trach Flag Count = ' the extra data points come back, but without it, they don't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's pretty weird....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 20:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7550#M790354</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2018-01-25T20:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Text as popup causing extra data points to appear</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7551#M790355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is weird, have you made sure that 'Suppress Zero Values' is checked on the presentation tab of the chart properties?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 20:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7551#M790355</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-25T20:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Text as popup causing extra data points to appear</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7552#M790356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup, unfortunately that is already checked on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 20:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7552#M790356</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2018-01-25T20:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Text as popup causing extra data points to appear</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7553#M790357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unless you are able to share a sample to show me the issue.... I am out of ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 20:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7553#M790357</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-25T20:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Text as popup causing extra data points to appear</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7554#M790358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately my app has sensitive data and I could get in trouble for sharing it.&amp;nbsp; I know about the scrambling and everything, but I am just not sure this small problem is worth risking my job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's okay.&amp;nbsp; I really appreciate the help though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 20:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7554#M790358</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2018-01-25T20:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Text as popup causing extra data points to appear</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7555#M790359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds good &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 20:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7555#M790359</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-25T20:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Text as popup causing extra data points to appear</title>
      <link>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7556#M790360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You rock Sunny =0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 20:54:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-as-popup-causing-extra-data-points-to-appear/m-p/7556#M790360</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2018-01-25T20:54:28Z</dc:date>
    </item>
  </channel>
</rss>

