<?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 Conditionally colour rows in a TableBox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditionally-colour-rows-in-a-TableBox/m-p/383455#M1167258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to conditionally colour in a row in a TableBox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if I have a column with a 1, 2 or 3 in it, can I write an expression to set the colour of the row with a 1 to red, the colour of a row with 2 to blue and the colour of a row with 3 to yellow?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Sep 2012 14:49:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-03T14:49:44Z</dc:date>
    <item>
      <title>Conditionally colour rows in a TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-colour-rows-in-a-TableBox/m-p/383455#M1167258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to conditionally colour in a row in a TableBox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if I have a column with a 1, 2 or 3 in it, can I write an expression to set the colour of the row with a 1 to red, the colour of a row with 2 to blue and the colour of a row with 3 to yellow?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 14:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-colour-rows-in-a-TableBox/m-p/383455#M1167258</guid>
      <dc:creator />
      <dc:date>2012-09-03T14:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally colour rows in a TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-colour-rows-in-a-TableBox/m-p/383456#M1167259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can but for the color of the cell.&lt;/P&gt;&lt;P&gt;Expand your expression and type an expression for Background color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To colorize the row you should do it for every expression and also for every dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 14:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-colour-rows-in-a-TableBox/m-p/383456#M1167259</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-03T14:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally colour rows in a TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-colour-rows-in-a-TableBox/m-p/383457#M1167260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created an expression on my tablebox called M_Seconds which contains a calculated number of seconds. It's set to 'hidden' in the presentation tab. How should I colour in one or more cells based on this expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, on the Presentation tab I picked one of the columns, selected 'Conditional' and then entered this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (CallRef='36207',Red())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expecting this to change the background color of the cell to red but it didn't do anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 15:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-colour-rows-in-a-TableBox/m-p/383457#M1167260</guid>
      <dc:creator />
      <dc:date>2012-09-03T15:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally colour rows in a TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-colour-rows-in-a-TableBox/m-p/383458#M1167261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'Conditional' means 'Show condition'.&lt;/P&gt;&lt;P&gt;Expand the 'plus' sign on the left of the name of your expression (tab expressions).&lt;/P&gt;&lt;P&gt;You will find 'Background Color', enter your expression there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 15:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-colour-rows-in-a-TableBox/m-p/383458#M1167261</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-03T15:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally colour rows in a TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-colour-rows-in-a-TableBox/m-p/383459#M1167262</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;You can use either the Style tab in the object properties, and set it to Pyjama-something that will display automatically one line in one color and the next in a different one, or enable the Design Grid in the View menu, and right click on the table box selecting "Custom Format Cell" and setting a conditional color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to use a Pivot table instead of a table box, so you can use the dimension and expression formats as mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 15:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-colour-rows-in-a-TableBox/m-p/383459#M1167262</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-09-03T15:59:38Z</dc:date>
    </item>
  </channel>
</rss>

