<?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 Conditional Whiskers? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Whiskers/m-p/201766#M59727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ralf, good idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2011 16:42:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-04-07T16:42:43Z</dc:date>
    <item>
      <title>Conditional Whiskers?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Whiskers/m-p/201764#M59725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The application is meant to show the user how Sales have behaved with relation to their respective Quotas.&lt;/P&gt;&lt;P&gt;In a List Box I want to include a Mini Chart that with Red-Blue whiskers - the Dimension is YearMonth - and I want a Red whisker to appear when the sales for that month were below the qouta, and a Blue whisker to appear when the sales for that month were equal or above the quota. It seems to me that an If-Else expression would do the trick, can anyone help me with the syntax and where to construct the expression?&lt;/P&gt;&lt;P&gt;Please see the 2 images of what I'm dealing with.&lt;/P&gt;&lt;P&gt;Does anyone know what I should do? Thanks for your response!&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/-4026_sourceID:4026" /&gt; &lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-4027_sourceID:4027" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 22:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Whiskers/m-p/201764#M59725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-06T22:05:26Z</dc:date>
    </item>
    <item>
      <title>Conditional Whiskers?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Whiskers/m-p/201765#M59726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;maybe it's just that easy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=if(sales&amp;gt;0, 1, 0)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;And then configure the minichart like this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/7411.Whisker.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/7411.Whisker.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 00:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Whiskers/m-p/201765#M59726</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-04-07T00:50:55Z</dc:date>
    </item>
    <item>
      <title>Conditional Whiskers?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Whiskers/m-p/201766#M59727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ralf, good idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 16:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Whiskers/m-p/201766#M59727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-07T16:42:43Z</dc:date>
    </item>
    <item>
      <title>Conditional Whiskers?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Whiskers/m-p/201767#M59728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike, let me know if this is working for you.&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 20:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Whiskers/m-p/201767#M59728</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-04-07T20:25:24Z</dc:date>
    </item>
    <item>
      <title>Conditional Whiskers?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Whiskers/m-p/201768#M59729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot Ralf -&lt;/P&gt;&lt;P&gt;It's working for me now, but there was no need to me to put the IFstatement because the whiskers chart has a conditional clause built into it by definition, so I guess it was redundant. All I had to do was define my expression ; = sum(sales) - sum(quota). When that resulted in a positve number, a blue whisker appeared for the month, when negative it turned out red.&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 03:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Whiskers/m-p/201768#M59729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-08T03:14:46Z</dc:date>
    </item>
  </channel>
</rss>

