<?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 Effects Tab in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Visual-Effects-Tab/m-p/901062#M313518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sentence is better, thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jul 2015 16:56:17 GMT</pubDate>
    <dc:creator>npadilla73</dc:creator>
    <dc:date>2015-07-07T16:56:17Z</dc:date>
    <item>
      <title>Visual Effects Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Effects-Tab/m-p/901058#M313514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table with my production of the month, but I need identifying if my shift production reached their goal in the day.&amp;nbsp;&amp;nbsp; So, in the Visual Effects Tab, in the option upper, I write down the field "Goal Production" , and do the same in the lower option.&amp;nbsp;&amp;nbsp;&amp;nbsp; But it does not work properly, because my expression remains in black color, but if I select only one ITEM,&amp;nbsp; the funtion works well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me what I am doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 16:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Effects-Tab/m-p/901058#M313514</guid>
      <dc:creator>npadilla73</dc:creator>
      <dc:date>2015-07-07T16:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Effects Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Effects-Tab/m-p/901059#M313515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using the visual cues, use the background color option of the expression (click on the plus sign in front). There use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Cantidad&amp;gt;[Goal Production],Green(),Red())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BgColor2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92147_BgColor2.png" style="height: 548px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 16:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Effects-Tab/m-p/901059#M313515</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-07-07T16:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Effects Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Effects-Tab/m-p/901060#M313516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that's exactly what I need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 16:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Effects-Tab/m-p/901060#M313516</guid>
      <dc:creator>npadilla73</dc:creator>
      <dc:date>2015-07-07T16:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Effects Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Effects-Tab/m-p/901061#M313517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome. You may want to add a rowno and/or secondarydimensionality condition to skip the totals from coloring, so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(SecondaryDimensionality()&amp;gt;0,&lt;/P&gt;&lt;P&gt;if(Rowno()&amp;gt;0,if(Cantidad&amp;gt;[Goal Production],Green(),Red()))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if this has answered your question, could you mark the answer correct. It will close the thread helping others to find correct answers and let other contributing members know this requires no more attention&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 16:51:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Effects-Tab/m-p/901061#M313517</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-07-07T16:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Effects Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Effects-Tab/m-p/901062#M313518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sentence is better, thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 16:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Effects-Tab/m-p/901062#M313518</guid>
      <dc:creator>npadilla73</dc:creator>
      <dc:date>2015-07-07T16:56:17Z</dc:date>
    </item>
  </channel>
</rss>

