<?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: Changing symbol for specific value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-symbol-for-specific-value/m-p/540732#M555992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had this issue, except I found that setting width and style in line style on the second expression caused the "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Drawing of chart failed internally&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unchecking legend caused the error to go away.&amp;nbsp; I need the legend however.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moving the expression up to be the first one, not the second, also caused the error to go away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is what I will do - unfortunately the first expression also does not work properly in the second position for a different reason.&amp;nbsp; Will see if I can resolve that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 20:32:44 GMT</pubDate>
    <dc:creator>jjwild00</dc:creator>
    <dc:date>2014-04-08T20:32:44Z</dc:date>
    <item>
      <title>Changing symbol for specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-symbol-for-specific-value/m-p/540727#M555987</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 symbols), and what I'm looking for is differentiating a point on the graph if the value is a specific value (i.e. under 50). I see either 2 options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. I change the symbol altogether to something specific&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. I change the color of the symbol to a specific color like black.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an image of what I'm looking at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="44741" class="jive-image" alt="chart.png" src="https://community.qlik.com/legacyfs/online/44741_chart.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 14:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-symbol-for-specific-value/m-p/540727#M555987</guid>
      <dc:creator />
      <dc:date>2013-07-30T14:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Changing symbol for specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-symbol-for-specific-value/m-p/540728#M555988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way I could think of to create multiple symbols off the same expression value is actually to separate the expressions!&amp;nbsp; Not a great solution but I think it works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say you have Sum(Sales) as your current expression, this allows you to configure only one symbol type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's assume like above that you want a trianlge at 0-20, square at 21-30, cross at 31-50 and diamond at 51+, this being the case you could now create 4 expressions as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. IF(Sum(Sales)&amp;lt;=20,Sum(Sales))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; symbol type = tirangle&lt;/P&gt;&lt;P&gt;2. IF(Sum(Sales)&amp;gt;20 AND Sum(Sales)&amp;lt;=30,Sum(Sales)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; symbol type = square&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc, etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 16:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-symbol-for-specific-value/m-p/540728#M555988</guid>
      <dc:creator />
      <dc:date>2013-07-30T16:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Changing symbol for specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-symbol-for-specific-value/m-p/540729#M555989</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;When I have more than one expression, the chart fails to show all the data points. On another line graph, I simply set the background color definition to something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(only(VALUE)&amp;lt;0, black(), red()) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this works well. But in this case, I get an error saying "Drawing of chart failed internally".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 15:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-symbol-for-specific-value/m-p/540729#M555989</guid>
      <dc:creator />
      <dc:date>2013-08-01T15:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Changing symbol for specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-symbol-for-specific-value/m-p/540730#M555990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error seems to result in the following scenario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Line Chart&lt;/P&gt;&lt;P&gt;2. Two dimensions&lt;/P&gt;&lt;P&gt;3. Two expressions&lt;/P&gt;&lt;P&gt;4. First expression is set to 'text as popup'&amp;nbsp; only (no line or symbols) ... this is to show an extra data point in the pop-up&lt;/P&gt;&lt;P&gt;5. Second expression is set to 'symbols' only.&amp;nbsp; &lt;/P&gt;&lt;P&gt;6. Second expression has a conditional expression on the background color property to conditionally show a color based on the expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; ERROR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trick was to go to the presentation tab and uncheck 'show legend'.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Charting engine is getting confused on what symbol/color combination to show in the legend when it could be two different colors depending on the background color expression value. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 16:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-symbol-for-specific-value/m-p/540730#M555990</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2013-08-06T16:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Changing symbol for specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-symbol-for-specific-value/m-p/540731#M555991</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;Let say you are using a grap with one one expression, for example &lt;STRONG&gt;&lt;EM&gt;sum(Sales)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should try this:&lt;/P&gt;&lt;P&gt;1) Edit your chart and go to tab expression&lt;/P&gt;&lt;P&gt;2) Copy the expression (&lt;STRONG&gt;&lt;EM&gt;sum(Sales)&lt;/EM&gt;&lt;/STRONG&gt;) that your are using&lt;/P&gt;&lt;P&gt;2) Click on the '+' of your expression&lt;/P&gt;&lt;P&gt;4) Then double click on &lt;STRONG&gt;Line Style&lt;/STRONG&gt; in order to get the &lt;STRONG&gt;Edit expression&lt;/STRONG&gt; window.&lt;/P&gt;&lt;P&gt;5) Write the following code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;=if(&lt;EM style="font-weight: bold;"&gt;sum(Sales)&amp;lt;50,'S2','&lt;/EM&gt;S3')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some explanations:&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'S2' gives you dashed symbol, 'S3' gives you dotted symbol&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From the Qlikview manual reference:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The style of the line can be controlled by including a tag &amp;lt;Sn&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where n is an integer between 1 and 4 indicating the style to&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;be used (1=continous, 2= dashed, 3=dotted, 4=dashed/dotted)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;6) It's should be ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antoine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 17:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-symbol-for-specific-value/m-p/540731#M555991</guid>
      <dc:creator>antoinelaviron</dc:creator>
      <dc:date>2013-08-06T17:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Changing symbol for specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-symbol-for-specific-value/m-p/540732#M555992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had this issue, except I found that setting width and style in line style on the second expression caused the "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Drawing of chart failed internally&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unchecking legend caused the error to go away.&amp;nbsp; I need the legend however.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moving the expression up to be the first one, not the second, also caused the error to go away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is what I will do - unfortunately the first expression also does not work properly in the second position for a different reason.&amp;nbsp; Will see if I can resolve that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 20:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-symbol-for-specific-value/m-p/540732#M555992</guid>
      <dc:creator>jjwild00</dc:creator>
      <dc:date>2014-04-08T20:32:44Z</dc:date>
    </item>
  </channel>
</rss>

