<?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 Scatterplot point labels: text format not changing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scatterplot-point-labels-text-format-not-changing/m-p/1331091#M460480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple scatterplot object with companies as the dimension and total sales vs product sales as expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have the company names displayed via Presentation &amp;gt; Show Labels, BUT I do not want them on all points but rather on the ones with total sales above average. What I tried was to make them transparent "Text Color" in the Expression tab, with an expression like this: &lt;STRONG&gt;IF(total_sales &amp;gt; xxx, Color(), Color() ).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, nothing happens with the text labels, although the color of the points changes when I use the same expression just one step above at "Background Color". How is this possible? Do the labels not belong to the expression? I also tried it at the other Expression and also the dimension, still with no effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 May 2017 18:53:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-11T18:53:15Z</dc:date>
    <item>
      <title>Scatterplot point labels: text format not changing</title>
      <link>https://community.qlik.com/t5/QlikView/Scatterplot-point-labels-text-format-not-changing/m-p/1331091#M460480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple scatterplot object with companies as the dimension and total sales vs product sales as expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have the company names displayed via Presentation &amp;gt; Show Labels, BUT I do not want them on all points but rather on the ones with total sales above average. What I tried was to make them transparent "Text Color" in the Expression tab, with an expression like this: &lt;STRONG&gt;IF(total_sales &amp;gt; xxx, Color(), Color() ).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, nothing happens with the text labels, although the color of the points changes when I use the same expression just one step above at "Background Color". How is this possible? Do the labels not belong to the expression? I also tried it at the other Expression and also the dimension, still with no effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 18:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatterplot-point-labels-text-format-not-changing/m-p/1331091#M460480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-11T18:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Scatterplot point labels: text format not changing</title>
      <link>https://community.qlik.com/t5/QlikView/Scatterplot-point-labels-text-format-not-changing/m-p/1331092#M460481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;As far as i know, you can not change the color of those texts by an expression. I have tried many times to do it but never suceeded.&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;One work-around i found is to place a 2nd but transparent scater chart on top of the other, and in that one making sure it has the same scale, but not showing the dimensions that should not gave the text.&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 18:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatterplot-point-labels-text-format-not-changing/m-p/1331092#M460481</guid>
      <dc:creator>RSvebeck</dc:creator>
      <dc:date>2017-05-11T18:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Scatterplot point labels: text format not changing</title>
      <link>https://community.qlik.com/t5/QlikView/Scatterplot-point-labels-text-format-not-changing/m-p/1331093#M460482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In fact, That is not possible in Qlikview and hope other BI also don't have that capture as per my experience. And Why not to use like below&lt;/P&gt;&lt;P&gt;&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;IF(total_sales = 'xxx', Green(), Red())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Or, If 2 conditions you can use like below&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;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF(total_sales = 'xxx' and NumberField &amp;gt;= 30, Green(), Red())&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 04:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatterplot-point-labels-text-format-not-changing/m-p/1331093#M460482</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-12T04:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Scatterplot point labels: text format not changing</title>
      <link>https://community.qlik.com/t5/QlikView/Scatterplot-point-labels-text-format-not-changing/m-p/1331094#M460483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, but what then exactly is the "Text Color" and "Text Format" option&amp;nbsp; in the Expressions Tab doing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 06:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatterplot-point-labels-text-format-not-changing/m-p/1331094#M460483</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-12T06:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Scatterplot point labels: text format not changing</title>
      <link>https://community.qlik.com/t5/QlikView/Scatterplot-point-labels-text-format-not-changing/m-p/1331095#M460484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your response. How is your formula different from mine? I want to color labels on data points in a scatterpplot with this formula. This is what doesnt work, I think the formula is fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 06:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatterplot-point-labels-text-format-not-changing/m-p/1331095#M460484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-12T06:54:48Z</dc:date>
    </item>
  </channel>
</rss>

