<?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 Highlighting lines in a table box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145519#M24211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;+ symbol will not come on table box, it will come only on pivot table or straight table if i'm not wrong.&lt;/P&gt;&lt;P&gt;He wants to do in the Table box.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 May 2009 01:45:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-05-30T01:45:44Z</dc:date>
    <item>
      <title>Highlighting lines in a table box</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145516#M24208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to highlight lines in a table box under certain criteria?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e i have the following table&lt;/P&gt;&lt;P&gt;Name Address Country&lt;/P&gt;&lt;P&gt;Lee street1 UK&lt;/P&gt;&lt;P&gt;Mike street2 UK&lt;/P&gt;&lt;P&gt;Mr. street3 IE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to highlight all lines in, say, red if they do not have the country of UK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 23:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145516#M24208</guid>
      <dc:creator />
      <dc:date>2009-05-29T23:58:49Z</dc:date>
    </item>
    <item>
      <title>Highlighting lines in a table box</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145517#M24209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. To highlight single fields based on the value of that field, look into Visual Cues.&lt;/P&gt;&lt;P&gt;For your purpose, you need to look at the additional attributes (I don't know what they're really called) under the Dimensions and Expressions. On the Dimension or Expression tab, your items should have a little plus next to them. Click on the plus and you should see some additional attributes. I don't know if you want to change the text color or the background color, but the concept is the same. Right-click on the attribute you want to change and choose Edit Expression. Here you can define a formula to define the color. You can use the function RGB(0,0,0) to define your colors.&lt;/P&gt;&lt;P&gt;=If(Country &amp;lt;&amp;gt; 'UK', RGB(255, 0, 0), RGB(0,0,0)&lt;/P&gt;&lt;P&gt;That would give Red if it's not the UK and Black if it is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2009 01:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145517#M24209</guid>
      <dc:creator />
      <dc:date>2009-05-30T01:12:21Z</dc:date>
    </item>
    <item>
      <title>Highlighting lines in a table box</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145518#M24210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They're called attribute expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2009 01:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145518#M24210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-30T01:41:58Z</dc:date>
    </item>
    <item>
      <title>Highlighting lines in a table box</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145519#M24211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;+ symbol will not come on table box, it will come only on pivot table or straight table if i'm not wrong.&lt;/P&gt;&lt;P&gt;He wants to do in the Table box.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2009 01:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145519#M24211</guid>
      <dc:creator />
      <dc:date>2009-05-30T01:45:44Z</dc:date>
    </item>
    <item>
      <title>Highlighting lines in a table box</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145520#M24212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael. I was close.&lt;/P&gt;&lt;P&gt;Sorry, I missed the part about the request being for a table box. I agree, I don't think it is possible in a table box. Mike, is there a reason you need a table box rather than a straight table? I tend to always use straight tables (or pivots) when displaying data.&lt;/P&gt;&lt;P&gt;Are there any benefits to using a table box over a straight table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2009 02:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145520#M24212</guid>
      <dc:creator />
      <dc:date>2009-05-30T02:13:55Z</dc:date>
    </item>
    <item>
      <title>Highlighting lines in a table box</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145521#M24213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table boxes are quite limited, and they're even slower than sttaight tables. It's easy to create a table that looks the same as table box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2009 02:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145521#M24213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-30T02:23:21Z</dc:date>
    </item>
    <item>
      <title>Highlighting lines in a table box</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145522#M24214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Just want to say thanks for the suggestions and I am trying to create a straight table which mimics the table box. I have never created a straight table, just a pivot table and I have added all my dimensions in but unsure what to use for expressions. If I don't enter an expression, it doesn't provide any data...&lt;/P&gt;&lt;P&gt;Using my example, what would I use as the expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 17:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145522#M24214</guid>
      <dc:creator />
      <dc:date>2009-06-03T17:58:05Z</dc:date>
    </item>
    <item>
      <title>Highlighting lines in a table box</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145523#M24215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a straight table, if you really don't have an expression, just put an expression in like =1, then go to the presentation tab and hide it!&lt;/P&gt;&lt;P&gt;Nigel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 18:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145523#M24215</guid>
      <dc:creator />
      <dc:date>2009-06-03T18:03:20Z</dc:date>
    </item>
    <item>
      <title>Highlighting lines in a table box</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145524#M24216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh yeah! doh!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 18:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145524#M24216</guid>
      <dc:creator />
      <dc:date>2009-06-03T18:06:18Z</dc:date>
    </item>
    <item>
      <title>Highlighting lines in a table box</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145525#M24217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nigel,&lt;BR /&gt;Your suggestion to use =1 and hide it is certainly correct, but I can't agree with the statement that in a straight table you "don't have an expression". Straight table is no less functional than a pivot table or any other chart, just looks differently.&lt;BR /&gt;In fact, when a client wants a long table (many columns), my preference is to use a unique ID as a single dimension, which is hidden, and all other columns as expressions. If they are not calculated, I use expression only(fieldname). This provides better control over the layout.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 19:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145525#M24217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-03T19:23:34Z</dc:date>
    </item>
    <item>
      <title>Highlighting lines in a table box</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145526#M24218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;Maybe you should read the statement again because you are missing a fairly key word.&lt;/P&gt;&lt;P&gt;My statement was: &lt;STRONG&gt;IF&lt;/STRONG&gt; you really don't have an expression&lt;/P&gt;&lt;P&gt;Nigel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 19:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145526#M24218</guid>
      <dc:creator />
      <dc:date>2009-06-03T19:34:07Z</dc:date>
    </item>
    <item>
      <title>Highlighting lines in a table box</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145527#M24219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Opps, sorry&lt;IMG alt="Sad" src="http://community.qlik.com/emoticons/emotion-6.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 20:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145527#M24219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-03T20:53:57Z</dc:date>
    </item>
    <item>
      <title>Highlighting lines in a table box</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145528#M24220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;now this is the thing that I don;t get...&lt;/P&gt;&lt;P&gt;I can set up all my dimensions into expressions (from what I can see, visual cues only apply to expressions) and when I place 1 unique dimension in, the output that comes doesn;t seem to be correct... maybe it's just me&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 21:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145528#M24220</guid>
      <dc:creator />
      <dc:date>2009-06-03T21:02:16Z</dc:date>
    </item>
    <item>
      <title>Highlighting lines in a table box</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145529#M24221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;BR /&gt;It's not Visual Cues that you need to use, it's the attribute expressions. Go back to the first reply from NMiller, and just follow the instructions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 23:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145529#M24221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-03T23:50:37Z</dc:date>
    </item>
    <item>
      <title>Highlighting lines in a table box</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145530#M24222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to both NMiller and Michael for the help. Just to let you all know that this only changes the field colour not the whole line but I can always copy and paste!&lt;/P&gt;&lt;P&gt;Thanks again for al your help.&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 17:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-lines-in-a-table-box/m-p/145530#M24222</guid>
      <dc:creator />
      <dc:date>2009-06-05T17:44:33Z</dc:date>
    </item>
  </channel>
</rss>

