<?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 Table Designs and Formats in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204667#M61476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a straight table, add only dimensions, and uncheck "suppress zero values" on the presentation tab. I don't think I've ever used a table box in a live application. Table boxes simply lack the flexibility to do anything interesting, as you're discovering.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Dec 2010 18:47:34 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2010-12-14T18:47:34Z</dc:date>
    <item>
      <title>Table Designs and Formats</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204660#M61469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;Just for a change of pace (I only read a few threads about preetifying a document, hehehe)...&lt;/P&gt;&lt;P&gt;Would anyone have an idea on how to build different colored / formatted tables? Are there add ons already available that could be downloaded - (either for a fee or otherwise)?&lt;/P&gt;&lt;P&gt;Or even other document objects?&lt;/P&gt;&lt;P&gt;This might be helpful for some developers who think the existing set is uhmmm... a bit limiting.&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 19:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204660#M61469</guid>
      <dc:creator />
      <dc:date>2010-04-06T19:29:14Z</dc:date>
    </item>
    <item>
      <title>Table Designs and Formats</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204661#M61470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you tried the 'Custom Format Cell' Command?&lt;/P&gt;&lt;P&gt;You first need to activate The Design Grid (Ctrl + G) and then right click your table and choose 'Custom Format Cell'.&lt;/P&gt;&lt;P&gt;Hope that is what you are looking for.&lt;/P&gt;&lt;P&gt;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 19:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204661#M61470</guid>
      <dc:creator>mike_garcia</dc:creator>
      <dc:date>2010-04-06T19:37:11Z</dc:date>
    </item>
    <item>
      <title>Table Designs and Formats</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204662#M61471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And just in case you weren't aware, there are a number of styles supplied on the Style tab of the chart properties. You might fiddle around with those settings before resorting to custom cell formatting. Mind you, I custom format cells all the time, so I'm not saying NOT to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 00:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204662#M61471</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-04-07T00:38:49Z</dc:date>
    </item>
    <item>
      <title>Table Designs and Formats</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204663#M61472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Realise this is an old thread but I am having problems using the Custom Format Cell feature that you mention here.&lt;/P&gt;&lt;P&gt;I right click the column in a table, choose Custom Format Cell.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/5722.1.jpg"&gt;&lt;IMG alt="" border="0" height="203" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/5722.1.jpg" width="349" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I then click Background Color, which brings this up.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/3603.2.JPG"&gt;&lt;IMG alt="" border="0" height="240" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/3603.2.JPG" width="253" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I then enter this expression into the Calculated box:&lt;/P&gt;&lt;P&gt;if(GroupTotal &amp;gt;= TargetSoFar, RGB(0,0,255),if(GroupTotal &amp;gt;= TargetSoFar, RGB(255,127,0),RGB(255,0,0)))&lt;/P&gt;&lt;P&gt;The white box on the above picture turns red, which is correct for the specific cell I right clicked.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/8484.3.JPG"&gt;&lt;IMG alt="" border="0" height="246" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/8484.3.JPG" width="277" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, when I click OK, the whole column turns red, which is not correct. If I were to click a cell which is (in my data) ahead of target, then the above box turns green. Again, this is correct but not for the whole column.&lt;/P&gt;&lt;P&gt;Finally, when I then go back into the above screen, this has happened (i.e. the Calculated has completely vanished and it is now solid color).&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/3187.4.JPG"&gt;&lt;IMG alt="" border="0" height="246" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/3187.4.JPG" width="250" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is this a known bug in Qlikview 10, or am I either doing something wrong or being daft?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Dec 2010 16:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204663#M61472</guid>
      <dc:creator />
      <dc:date>2010-12-13T16:28:06Z</dc:date>
    </item>
    <item>
      <title>Table Designs and Formats</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204664#M61473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't off hand know why that doesn't work. That said, there's another, probably better way to handle this particular case. This is a dimension? Open up the chart properties, go to the dimensions tab, and click on the little + next to the dimension. That will open up a number of things that you can customize. One of those things will be "background color". Click on that, click the edit button, and enter your color expression there instead of in the custom format cell properties. That should do the color by cell instead of by column. You can do the same thing with expressions on the expressions tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Dec 2010 19:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204664#M61473</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-12-13T19:51:05Z</dc:date>
    </item>
    <item>
      <title>Table Designs and Formats</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204665#M61474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tried the same in ver. 9.00. The Calculated expression stays (not being overridden), but the whole column's background remains the same, disregarding of the conditions.&lt;/P&gt;&lt;P&gt;I believe it's because the "custom cell" conditions are being evaluated once for the whole chart, and not in every cell. On the other side, following John's suggestion, defining conditional colors in the Dimensions' and Expressions' attributes will be evaluated for each cell, and therefore work as desired.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Dec 2010 20:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204665#M61474</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2010-12-13T20:23:22Z</dc:date>
    </item>
    <item>
      <title>Table Designs and Formats</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204666#M61475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to you both for your replies.&lt;/P&gt;&lt;P&gt;John, afraid this is a normal Table Box object, not a chart. I had different problems getting colours to work in my chart but that's a subject for another post (which I shall do shortly).&lt;/P&gt;&lt;P&gt;Cheers&lt;BR /&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 10:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204666#M61475</guid>
      <dc:creator />
      <dc:date>2010-12-14T10:59:42Z</dc:date>
    </item>
    <item>
      <title>Table Designs and Formats</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204667#M61476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a straight table, add only dimensions, and uncheck "suppress zero values" on the presentation tab. I don't think I've ever used a table box in a live application. Table boxes simply lack the flexibility to do anything interesting, as you're discovering.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 18:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204667#M61476</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-12-14T18:47:34Z</dc:date>
    </item>
    <item>
      <title>Table Designs and Formats</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204668#M61477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Totally agree with John - table boxes are there for backward compatibility, but clearly a Straight Table does everything better than a Table Box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 16:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Designs-and-Formats/m-p/204668#M61477</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-01-03T16:32:43Z</dc:date>
    </item>
  </channel>
</rss>

