<?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 Legend contains gray items in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Legend-contains-gray-items/m-p/193282#M54607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Arjan,&lt;/P&gt;&lt;P&gt;When you use colors in your expressions, and when one of the possible colors is "transparent" as it is in your chart, should any value has a "transparent" drawing, the legend takes that color, meaning "there are values I'm representing as transparent, since transparent it's not a color, I'lll display the legend grey".&lt;/P&gt;&lt;P&gt;Once that expression has one value greater than or equal to 100, then the legend will take the color stated in the else part of your condition.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2011 04:47:51 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2011-04-12T04:47:51Z</dc:date>
    <item>
      <title>Legend contains gray items</title>
      <link>https://community.qlik.com/t5/QlikView/Legend-contains-gray-items/m-p/193278#M54603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mmm.. For some reason the legend contains 'gray items' (see attached picture).&lt;/P&gt;&lt;P&gt;I use the transparent trick to make parts of my graph hidden. This works for one line but for multiple lines, only the first one gets a nice color in the refence. The others remain grey.&lt;/P&gt;&lt;P&gt;This is the formula I'm using. So if there are not enough questions I don't want to plot anything for that data point. This works OK, but the problem is that the legend shows gray (transparent) items instead of the corresponding color.&lt;/P&gt;&lt;P&gt;This is the formula I use on the Background color:&lt;/P&gt;&lt;P&gt;If(Count(Distinct Questionnaire_number)&amp;lt;100,ARGB(0,0,0,0),ColorMapJet(RowNo()))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3996_sourceID:3996" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all..&lt;/P&gt;&lt;P&gt;I already used the forum a lot and hopefully (since I'm a beginner) will start posting solutions soon..&lt;/P&gt;&lt;P&gt;Arjan Onwezen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 16:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Legend-contains-gray-items/m-p/193278#M54603</guid>
      <dc:creator />
      <dc:date>2011-03-31T16:17:10Z</dc:date>
    </item>
    <item>
      <title>Legend contains gray items</title>
      <link>https://community.qlik.com/t5/QlikView/Legend-contains-gray-items/m-p/193279#M54604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a calculated dimension to prevent the display of Hauls &amp;lt; 100&lt;/P&gt;&lt;P&gt;If(Count(Distinct Questionnaire_number)&amp;lt;100,Haul)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 16:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Legend-contains-gray-items/m-p/193279#M54604</guid>
      <dc:creator />
      <dc:date>2011-03-31T16:54:41Z</dc:date>
    </item>
    <item>
      <title>Legend contains gray items</title>
      <link>https://community.qlik.com/t5/QlikView/Legend-contains-gray-items/m-p/193280#M54605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi cisco_kid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer! However I get an error using that formula.&lt;/P&gt;&lt;P&gt;Perhaps it's because I use a calculated expression. I use the following expression.&lt;/P&gt;&lt;P style="font-style: italic"&gt;Sum(Satisfaction_Score)/Sum(pond)&lt;/P&gt;&lt;P&gt;Hopefully you (or someone else) can help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 09:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Legend-contains-gray-items/m-p/193280#M54605</guid>
      <dc:creator />
      <dc:date>2011-04-08T09:45:06Z</dc:date>
    </item>
    <item>
      <title>Legend contains gray items</title>
      <link>https://community.qlik.com/t5/QlikView/Legend-contains-gray-items/m-p/193281#M54606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the formula as a Dimension not as expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 21:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Legend-contains-gray-items/m-p/193281#M54606</guid>
      <dc:creator />
      <dc:date>2011-04-11T21:15:22Z</dc:date>
    </item>
    <item>
      <title>Legend contains gray items</title>
      <link>https://community.qlik.com/t5/QlikView/Legend-contains-gray-items/m-p/193282#M54607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Arjan,&lt;/P&gt;&lt;P&gt;When you use colors in your expressions, and when one of the possible colors is "transparent" as it is in your chart, should any value has a "transparent" drawing, the legend takes that color, meaning "there are values I'm representing as transparent, since transparent it's not a color, I'lll display the legend grey".&lt;/P&gt;&lt;P&gt;Once that expression has one value greater than or equal to 100, then the legend will take the color stated in the else part of your condition.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 04:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Legend-contains-gray-items/m-p/193282#M54607</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-12T04:47:51Z</dc:date>
    </item>
    <item>
      <title>Legend contains gray items</title>
      <link>https://community.qlik.com/t5/QlikView/Legend-contains-gray-items/m-p/193283#M54608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for responding..&lt;/P&gt;&lt;P&gt;Hi Miguel. Yes I noticed that the boxes become gray once it reaches that value.. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I now try a different alternative.That is a just showing the measures as dots and then either a trendline or a line connecting the dots.&lt;/P&gt;&lt;P&gt;Anyway thank you all for the comments.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Arjan Onwezen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 11:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Legend-contains-gray-items/m-p/193283#M54608</guid>
      <dc:creator />
      <dc:date>2011-04-12T11:02:01Z</dc:date>
    </item>
    <item>
      <title>Legend contains gray items</title>
      <link>https://community.qlik.com/t5/QlikView/Legend-contains-gray-items/m-p/193284#M54609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Crate some varibales and call those varibles. Like&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;$(vDFTDolphinColor) .&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 11:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Legend-contains-gray-items/m-p/193284#M54609</guid>
      <dc:creator>siva_boggarapu</dc:creator>
      <dc:date>2011-04-12T11:11:21Z</dc:date>
    </item>
  </channel>
</rss>

