<?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: Visual Cues in Chart based on Chart Row in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Visual-Cues-in-Chart-based-on-Chart-Row/m-p/1206135#M880701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I went back and tried again and got it to work by adding the Num() around the second portion of the equation.&amp;nbsp; I am not sure why that helped, though.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;This worked:&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;If&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;$(mEDVisitVolumeDateParameter(Date={"&amp;gt;=$(=date($(=zFlexibleDateInterval1)))&amp;lt;=$(=date(vAsOfDate))"}))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Num&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;$(mEDVisitVolume)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;/(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;$(mDaysInPeriod)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;/&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;$(mDaysInPeriodCompareCurrent)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;),'##.##'),&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;red&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(),&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;green&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;I previously was trying this and it wasn't working:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;If&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;$(mEDVisitVolumeDateParameter(Date={"&amp;gt;=$(=date($(=zFlexibleDateInterval1)))&amp;lt;=$(=date(vAsOfDate))"}))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;&amp;gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;$(mEDVisitVolume)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;/(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;$(mDaysInPeriod)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;/&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;$(mDaysInPeriodCompareCurrent)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;),&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;red&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(),&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;green&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Oct 2016 18:50:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-10T18:50:06Z</dc:date>
    <item>
      <title>Visual Cues in Chart based on Chart Row</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-in-Chart-based-on-Chart-Row/m-p/1206128#M880694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="CasebyDx.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139931_CasebyDx.png" style="height: 266px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt; I have expressions that count the number of cases in the current period, the number of cases in the previous period, and the number of average cases over all time.&amp;nbsp; I've put these expressions in a chart, and my dimension breaks the chart down by Diagnosis.&amp;nbsp; I want to use visual cues to make a Current Period Cases row turn Green if it is greater than the average.&amp;nbsp; So in my example above, the first row, is 116 current period cases, and the average is 87, so it would turn green.&lt;/P&gt;&lt;P&gt;I tried putting the expression for average cases into the visual cues, but it is comparing current period cases to the TOTAL average cases, not the average case per line in the chart.&amp;nbsp; Does anyone know how to get it to compare it to the average per line?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Melissa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-in-Chart-based-on-Chart-Row/m-p/1206128#M880694</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Cues in Chart based on Chart Row</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-in-Chart-based-on-Chart-Row/m-p/1206129#M880695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use background color expression to get different colors.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2831"&gt;Colors in charts&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 22:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-in-Chart-based-on-Chart-Row/m-p/1206129#M880695</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-06T22:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Cues in Chart based on Chart Row</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-in-Chart-based-on-Chart-Row/m-p/1206130#M880696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No sorry, that doesn't work.&amp;nbsp; It doesn't deem any of the values as true and is coloring them all the false color.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 23:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-in-Chart-based-on-Chart-Row/m-p/1206130#M880696</guid>
      <dc:creator />
      <dc:date>2016-10-06T23:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Cues in Chart based on Chart Row</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-in-Chart-based-on-Chart-Row/m-p/1206131#M880697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Melissa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not necessarily this has to be achieved using the Visual cues. You can also use the background color option that appears under the expression. Below are the steps to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to the properties of the table.&lt;/P&gt;&lt;P&gt;2. Expand the expression "Current Period Cases".&lt;/P&gt;&lt;P&gt;3. Select "Background Color" from the list.&lt;/P&gt;&lt;P&gt;4. Enter the expression, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if([Current Period Cases]&amp;gt;=[Average # Cases], Green(), Red())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 05:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-in-Chart-based-on-Chart-Row/m-p/1206131#M880697</guid>
      <dc:creator>akash3191</dc:creator>
      <dc:date>2016-10-07T05:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Cues in Chart based on Chart Row</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-in-Chart-based-on-Chart-Row/m-p/1206132#M880698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample? or at least share the expression you tried?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 06:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-in-Chart-based-on-Chart-Row/m-p/1206132#M880698</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-07T06:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Cues in Chart based on Chart Row</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-in-Chart-based-on-Chart-Row/m-p/1206133#M880699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Melissa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pfa sample. Hope this is what your looking for .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 06:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-in-Chart-based-on-Chart-Row/m-p/1206133#M880699</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2016-10-07T06:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Cues in Chart based on Chart Row</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-in-Chart-based-on-Chart-Row/m-p/1206134#M880700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you got solution or else try with &lt;STRONG&gt;ColorMax2() function&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 07:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-in-Chart-based-on-Chart-Row/m-p/1206134#M880700</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-07T07:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Cues in Chart based on Chart Row</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-in-Chart-based-on-Chart-Row/m-p/1206135#M880701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I went back and tried again and got it to work by adding the Num() around the second portion of the equation.&amp;nbsp; I am not sure why that helped, though.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;This worked:&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;If&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;$(mEDVisitVolumeDateParameter(Date={"&amp;gt;=$(=date($(=zFlexibleDateInterval1)))&amp;lt;=$(=date(vAsOfDate))"}))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Num&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;$(mEDVisitVolume)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;/(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;$(mDaysInPeriod)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;/&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;$(mDaysInPeriodCompareCurrent)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;),'##.##'),&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;red&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(),&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;green&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;I previously was trying this and it wasn't working:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;If&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;$(mEDVisitVolumeDateParameter(Date={"&amp;gt;=$(=date($(=zFlexibleDateInterval1)))&amp;lt;=$(=date(vAsOfDate))"}))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;&amp;gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;$(mEDVisitVolume)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;/(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;$(mDaysInPeriod)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;/&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;$(mDaysInPeriodCompareCurrent)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;),&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;red&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(),&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;green&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 18:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-in-Chart-based-on-Chart-Row/m-p/1206135#M880701</guid>
      <dc:creator />
      <dc:date>2016-10-10T18:50:06Z</dc:date>
    </item>
  </channel>
</rss>

