<?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 Set interval value with colors in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669547#M542715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone, I think this will be pretty easy for many, but I don't remember how to do it...&lt;/P&gt;&lt;P&gt;I need to colour the subtotals according to some rules (i.e. &amp;gt;5 in green, &amp;lt;2 in red). I know that this can be done in Properties -&amp;gt; Visual Signs, but at the moment my only result is that I coloured all the column (I used the formula TextCount ([Ragione Sociale Cliente])&amp;gt;=5).&lt;/P&gt;&lt;P&gt;what I do wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2014 13:24:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-12T13:24:44Z</dc:date>
    <item>
      <title>Set interval value with colors</title>
      <link>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669547#M542715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone, I think this will be pretty easy for many, but I don't remember how to do it...&lt;/P&gt;&lt;P&gt;I need to colour the subtotals according to some rules (i.e. &amp;gt;5 in green, &amp;lt;2 in red). I know that this can be done in Properties -&amp;gt; Visual Signs, but at the moment my only result is that I coloured all the column (I used the formula TextCount ([Ragione Sociale Cliente])&amp;gt;=5).&lt;/P&gt;&lt;P&gt;what I do wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 13:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669547#M542715</guid>
      <dc:creator />
      <dc:date>2014-06-12T13:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set interval value with colors</title>
      <link>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669548#M542716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Color background of Expression tab.&lt;/P&gt;&lt;P&gt;There´s a small &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt; right beside your expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 13:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669548#M542716</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-06-12T13:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set interval value with colors</title>
      <link>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669549#M542717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Expressions(Yours)-&amp;gt;Text Color-&amp;gt;Create a new expression-&amp;gt;If(your expression&amp;gt;5,Green(),If(yourexpression&amp;lt;2,Red()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this and let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 13:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669549#M542717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-12T13:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set interval value with colors</title>
      <link>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669550#M542718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ciao Irene,&lt;/P&gt;&lt;P&gt;select the expression, then click on &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt; icon and write in text color (or background color) textbox:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TextCount ([Ragione Sociale Cliente])&amp;gt;=5, RGB(20,20,20),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TextCount ([Ragione Sociale Cliente])&amp;lt;5, RGB(220,220,220),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;rgb(255,255,255)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 13:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669550#M542718</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-12T13:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set interval value with colors</title>
      <link>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669551#M542719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand what are you referring to...in which folder you are? Visual Signs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 13:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669551#M542719</guid>
      <dc:creator />
      <dc:date>2014-06-12T13:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set interval value with colors</title>
      <link>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669552#M542720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understood...I'm trying now...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 13:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669552#M542720</guid>
      <dc:creator />
      <dc:date>2014-06-12T13:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set interval value with colors</title>
      <link>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669553#M542721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expressions Folder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 13:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669553#M542721</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-06-12T13:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set interval value with colors</title>
      <link>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669554#M542722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/82367"&gt;Alessandro Saccone&lt;/A&gt; your answer is partially correct considering what I need...I should be able to highlight ONLY the subtotals, NOT all the numbers that respect the criteria. As you can see in the file attached, I selected only the totals...do you know if it is possible something like that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 13:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669554#M542722</guid>
      <dc:creator />
      <dc:date>2014-06-12T13:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set interval value with colors</title>
      <link>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669555#M542723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Combine with expression using Dimentionality() function that returns which level you are&lt;/P&gt;&lt;P&gt;ex.:&lt;/P&gt;&lt;P&gt;IF (Dimentionality() =2 and value&amp;gt;2, red())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 13:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669555#M542723</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-06-12T13:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set interval value with colors</title>
      <link>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669556#M542724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wrote this formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (Dimensionality()=2 and [Ragione Sociale Cliente]&amp;gt;=5, RGB(127,255,0)&lt;/P&gt;&lt;P&gt;,If (Dimensionality()=2 and [Ragione Sociale Cliente]&amp;lt;=2, RGB(255,204,153)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the result is that are colored all and ONLY the subtotals=1 with this color RGB(127,255,0)...what I type wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 13:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669556#M542724</guid>
      <dc:creator />
      <dc:date>2014-06-12T13:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set interval value with colors</title>
      <link>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669557#M542725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;guys I made it! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; that was the correct formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (Dimensionality()=2 and (TextCount([Ragione Sociale Cliente])&amp;gt;=5), RGB(127,255,0)&lt;/P&gt;&lt;P&gt;,If (Dimensionality()=2 and (TextCount([Ragione Sociale Cliente])&amp;lt;=2), RGB(255,204,153)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks anyone for your help and suggestions! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 14:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669557#M542725</guid>
      <dc:creator />
      <dc:date>2014-06-12T14:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set interval value with colors</title>
      <link>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669558#M542726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wouldn´t I receive a "helpful answer" too?&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 14:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669558#M542726</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-06-12T14:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set interval value with colors</title>
      <link>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669559#M542727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would have given it also to you, but I don't have the button...is there a limit of "helpful Answer" I can give? I have selected already two...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 14:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669559#M542727</guid>
      <dc:creator />
      <dc:date>2014-06-12T14:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set interval value with colors</title>
      <link>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669560#M542728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok I gave it to you the "helpful Answer"...indeed it was the turning point I need it! well done! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 14:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669560#M542728</guid>
      <dc:creator />
      <dc:date>2014-06-12T14:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set interval value with colors</title>
      <link>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669561#M542729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Relax, just making fun &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 14:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-interval-value-with-colors/m-p/669561#M542729</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-06-12T14:22:01Z</dc:date>
    </item>
  </channel>
</rss>

