<?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 formatting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-formatting/m-p/617347#M1111516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use a route map for a transport system and show the value of say ticket sales at each stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I planned on using a text box for each stop (maybe just add a picture of a dot to the text box?) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted the text box/ picture of the dot to be formatted in different colors depending on the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rather than enter absolute values to the text box i wanted them to just change color as they do in Excel ie the highest value say dark red and the lowest a very pale red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Mar 2014 07:37:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-09T07:37:38Z</dc:date>
    <item>
      <title>Conditional formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-formatting/m-p/617347#M1111516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use a route map for a transport system and show the value of say ticket sales at each stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I planned on using a text box for each stop (maybe just add a picture of a dot to the text box?) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted the text box/ picture of the dot to be formatted in different colors depending on the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rather than enter absolute values to the text box i wanted them to just change color as they do in Excel ie the highest value say dark red and the lowest a very pale red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 07:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-formatting/m-p/617347#M1111516</guid>
      <dc:creator />
      <dc:date>2014-03-09T07:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-formatting/m-p/617348#M1111517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide any sample of the excel file it will better but i thing you can use .selection count or the images.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 08:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-formatting/m-p/617348#M1111517</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-09T08:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-formatting/m-p/617349#M1111518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text in text boxes has a color button in Properties-&amp;gt;Font. If you open the corresponding dialog, you will find a Base Color area on the right. Select "Calculated" instead of fixed, and enter an expression that results in a variable RGB value depending on the value of the data point. Use rgb(), colormix1() and colormix2() functions and your original datapoint expression to present a dynamic color for each route point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a great tool for such things if you're not familiar with the colormix functions. In the above "Calculated" expression field, open the Edit Expression dialog (press the gray "..." button) and from the File menu, select Colormix Wizard...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 10:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-formatting/m-p/617349#M1111518</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-03-09T10:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-formatting/m-p/617350#M1111519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text box&amp;nbsp; properties goto font tab&lt;/P&gt;&lt;P&gt;select color - base color (conditional) - expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Year&amp;gt;2009,Green(),Red())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will give the desired output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached&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>Sun, 09 Mar 2014 12:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-formatting/m-p/617350#M1111519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-09T12:53:04Z</dc:date>
    </item>
  </channel>
</rss>

