<?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: Scatter Chart – mouse over popup lines restrictions. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scatter-Chart-mouse-over-popup-lines-restrictions/m-p/1708965#M451644</link>
    <description>&lt;P&gt;I have no direct solution for this one, an alternative can be having a table near the scatter chart that allows for exporting in table format.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jun 2020 09:06:01 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2020-06-08T09:06:01Z</dc:date>
    <item>
      <title>Scatter Chart – mouse over popup lines restrictions.</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart-mouse-over-popup-lines-restrictions/m-p/1708795#M451627</link>
      <description>&lt;P&gt;I’ve Scatter Chart with 2 dimensions (i.e. Member ID, Member Name) and 5 expressions (i.e. Category-1 to Category-5) and when I mouse over on chart bubble 2+5 i.e. 7 lines are displaying on popup menu as below&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Member ID = 100&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Member Name = David&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Category-1 = A&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Category-2 = B&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Category-3 = C&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Category-4 = D&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Category-5 = E&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the count purpose I’ve added the Category-4 and Category-5 expressions as a mandatory, however I would like to exclude those two of the expression lines on mouse over popup, means I would like to see only first 5 lines instead of 7 lines on mouse over popup as below –&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Member ID = 100&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Member Name = David&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Category-1 = A&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Category-2 = B&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Category-3 = C&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Text as Pop-up will work but only, I can see the values, where as I would like to see the value along with labels as well.&lt;/P&gt;&lt;P&gt;Will you please help, how to customize the Scatter Chart mouse over lines to exclude to display the below &amp;nbsp;-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FF0000"&gt;Category-4 = D&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FF0000"&gt;Category-5 = E&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 07:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart-mouse-over-popup-lines-restrictions/m-p/1708795#M451627</guid>
      <dc:creator>Sai4</dc:creator>
      <dc:date>2020-06-07T07:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Chart – mouse over popup lines restrictions.</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart-mouse-over-popup-lines-restrictions/m-p/1708803#M451629</link>
      <description>&lt;P&gt;Hi, you can create the expression with the text included to make it look like the others, so instead of =Sum(Value) the expression can be: ='Category 4 = ' &amp;amp; Sum(Value).&lt;/P&gt;&lt;P&gt;You can also use Dual() to set the text to show and the value to apply to the chart, ie.: Dual('Category 4 = ' &amp;amp; Sum(Value), Sum (Value))&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 09:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart-mouse-over-popup-lines-restrictions/m-p/1708803#M451629</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-06-07T09:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Chart – mouse over popup lines restrictions.</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart-mouse-over-popup-lines-restrictions/m-p/1708840#M451633</link>
      <description>&lt;P&gt;Thanks R&lt;SPAN&gt;ubenmarin,&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yeah it is working as expected for the expression lines to restrict, in this way I'm loosing the dimension labels.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;With this scenario, how to display the dimension labels along with expression label restrictions.&amp;nbsp; &amp;nbsp;I would like to display the below 2 dimension and 3 expression labels on popup total 5 lines instead of 7 lines (restriction of 2 expression labels).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Member ID = 100&amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;nbsp; (dimension label)&lt;/P&gt;&lt;P&gt;Member Name = David&amp;nbsp;&amp;nbsp;-&amp;nbsp; (dimension label)&lt;/P&gt;&lt;P&gt;Category-1 = A&amp;nbsp; &amp;nbsp;-&amp;nbsp; (expression label)&lt;/P&gt;&lt;P&gt;Category-2 = B&amp;nbsp; &amp;nbsp;-&amp;nbsp; (expression label)&lt;/P&gt;&lt;P&gt;Category-3 = C&amp;nbsp; &amp;nbsp;-&amp;nbsp; (expression label)&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 16:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart-mouse-over-popup-lines-restrictions/m-p/1708840#M451633</guid>
      <dc:creator>Sai4</dc:creator>
      <dc:date>2020-06-07T16:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Chart – mouse over popup lines restrictions.</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart-mouse-over-popup-lines-restrictions/m-p/1708843#M451634</link>
      <description>&lt;P&gt;Maybe using Dual() in first expression to show dimension values, ie:&lt;/P&gt;&lt;P&gt;Dual('Dimension1 = ' &amp;amp; dimensionfield1 &amp;amp; Chr(10) &amp;amp;&amp;nbsp;'Dimension2 = ' &amp;amp; dimensionfield2 &amp;amp; Chr(10) &amp;amp; 'Expression1 = ' &amp;amp; Sum(Value), Sum (value))&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 16:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart-mouse-over-popup-lines-restrictions/m-p/1708843#M451634</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-06-07T16:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Chart – mouse over popup lines restrictions.</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart-mouse-over-popup-lines-restrictions/m-p/1708914#M451637</link>
      <description>&lt;P&gt;Thanks a lot R&lt;SPAN&gt;ubenmarin, as you suggested I've made the dimensions into first expression and it is working perfect what I was looking.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Appreciated on your very quick support.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 06:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart-mouse-over-popup-lines-restrictions/m-p/1708914#M451637</guid>
      <dc:creator>Sai4</dc:creator>
      <dc:date>2020-06-08T06:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Chart – mouse over popup lines restrictions.</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart-mouse-over-popup-lines-restrictions/m-p/1708964#M451643</link>
      <description>&lt;P&gt;The solution is working perfect at dashboard level, when I send to excel from chart values, the Member ID column value displaying both dimension and first expression values as below –&lt;/P&gt;&lt;P&gt;Member ID = 100 Member Name = David Category-1 = A&lt;/P&gt;&lt;P&gt;Also the Category-2 Column value as Category-2 = B and the similar for Category-3.&lt;/P&gt;&lt;P&gt;Is there any alternate solution, when send to excel to display the proper column values to avoid the concatenated values?&amp;nbsp; i.e. instead of above display in excel column values as below -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Member ID = 100&lt;/P&gt;&lt;P&gt;Member Name = David&lt;/P&gt;&lt;P&gt;Category-1 = A&lt;/P&gt;&lt;P&gt;Category-2 = B&lt;/P&gt;&lt;P&gt;Category-3 = C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 08:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart-mouse-over-popup-lines-restrictions/m-p/1708964#M451643</guid>
      <dc:creator>Sai4</dc:creator>
      <dc:date>2020-06-08T08:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Chart – mouse over popup lines restrictions.</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart-mouse-over-popup-lines-restrictions/m-p/1708965#M451644</link>
      <description>&lt;P&gt;I have no direct solution for this one, an alternative can be having a table near the scatter chart that allows for exporting in table format.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 09:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart-mouse-over-popup-lines-restrictions/m-p/1708965#M451644</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-06-08T09:06:01Z</dc:date>
    </item>
  </channel>
</rss>

