<?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 hide a table column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146004#M24638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,i have an issue where I have to make a column appear only at drill down level. I am using V8.5 QV. Any suggestion how to do this.&lt;/P&gt;&lt;P&gt;I thought that i could simply insert a condition in the expression itself but i dont know the syntax for setting the column to appear or to disappear .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 May 2010 08:09:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-25T08:09:12Z</dc:date>
    <item>
      <title>hide a table column</title>
      <link>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/145998#M24632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did search the forum before opening this, but didn't find an answer.&lt;/P&gt;&lt;P&gt;Requirement is to hide a straight &amp;amp; pivot table for all users except some AD IDs. Also in some tables, need to hide a particular column if not in the allowed AD ID list. How to achieve both? Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 02:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/145998#M24632</guid>
      <dc:creator />
      <dc:date>2009-06-05T02:10:45Z</dc:date>
    </item>
    <item>
      <title>hide a table column</title>
      <link>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/145999#M24633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently, there is not way to conditionally hide a column ( I think there is an enhancement in v9.0, but I'm not totally sure).&lt;/P&gt;&lt;P&gt;You'd need to manage duplicate copies of your charts - one with all columns and another one without some columns. Use "Show Condition" to determine what object to show to the current user. You can link it to your Section Access definitions (see chapter "Security" in the Reference Guide).&lt;/P&gt;&lt;P&gt;good luck!&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 02:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/145999#M24633</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-06-05T02:19:17Z</dc:date>
    </item>
    <item>
      <title>hide a table column</title>
      <link>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146000#M24634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 02:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146000#M24634</guid>
      <dc:creator />
      <dc:date>2009-06-05T02:54:58Z</dc:date>
    </item>
    <item>
      <title>hide a table column</title>
      <link>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146001#M24635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Technically, it is possible by using a macro that changes columnwidth to 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 03:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146001#M24635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-05T03:48:20Z</dc:date>
    </item>
    <item>
      <title>hide a table column</title>
      <link>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146002#M24636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that with QlikView 9.0, the object "linear table" (I hope Italian-&amp;gt;English translation of the object is correct) allows you to hide columns conditionally.&lt;BR /&gt;I created a "support" table with only one column (named Security) and with values 1,2,3.&lt;/P&gt;&lt;P&gt;If I want to hide conditionally a column in a linear Table, I simply add the following script:&lt;BR /&gt;= If (minstring (SECURITY) = 1, true (), false ())&lt;/P&gt;&lt;P&gt;Then, when I select Security = 1, the column is hidden&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/1586.HC.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/1586.HC.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I think this system can be used for your purpose too&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 12:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146002#M24636</guid>
      <dc:creator />
      <dc:date>2010-04-28T12:01:04Z</dc:date>
    </item>
    <item>
      <title>hide a table column</title>
      <link>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146003#M24637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a "straight table" in the English version of QlikView. The most common definition of "straight" is a synonym for "linear", so "linear table" is a very good translation, and does make sense. In the Webster's English Dictionary, that would be definition 1a. However, I think of a "straight table" as being more like definition 3c, "free from extraneous matter". It is a simple table, with just the data, "free from extraneous matter" like bars and lines and pivoting and so on. Of course, I have no idea if that's why QlikTech named it a straight table in the English version, and of course we CAN add bars and lines and so on to straight tables these days. So I don't know if I'm thinking of it the way QlikTech is thinking of it - maybe they're thinking of it as a linear table, which it also is.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.merriam-webster.com/dictionary/straight"&gt;http://www.merriam-webster.com/dictionary/straight&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Heh, sorry. I find language fascinating, even if I'm embarrassingly monolingual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 21:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146003#M24637</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-04-28T21:43:47Z</dc:date>
    </item>
    <item>
      <title>hide a table column</title>
      <link>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146004#M24638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,i have an issue where I have to make a column appear only at drill down level. I am using V8.5 QV. Any suggestion how to do this.&lt;/P&gt;&lt;P&gt;I thought that i could simply insert a condition in the expression itself but i dont know the syntax for setting the column to appear or to disappear .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 08:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146004#M24638</guid>
      <dc:creator />
      <dc:date>2010-05-25T08:09:12Z</dc:date>
    </item>
    <item>
      <title>hide a table column</title>
      <link>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146005#M24639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a way to hide columns in "straight table" but what about "&lt;STRONG&gt;pivot table&lt;/STRONG&gt;"??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 09:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146005#M24639</guid>
      <dc:creator />
      <dc:date>2010-06-09T09:35:31Z</dc:date>
    </item>
    <item>
      <title>hide a table column</title>
      <link>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146006#M24640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depends on what you mean by hiding a column. Let's say you have a table of products across the top, dates down the side, and sum(Sales) as your expression. It will show all products for all dates (at least where there are sales). If you want to hide a product, you could do sum({&amp;lt;Product-={'Bad Product'}&amp;gt;} Sales), for instance. That Product would then disappear. Another way would be to use a calculated dimension of if(Product&amp;lt;&amp;gt;'Bad Product',Product). Either way would cause column 'Bad Product' to disappear.&lt;/P&gt;&lt;P&gt;Not sure how to cause a pivot table expression to completely disappear based on a condition, though, other than the "old school" approach of making two different charts, one with and one without the column, and conditionally displaying the charts. Well, or macro logic to add and remove the column, or other such ugliness.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 20:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146006#M24640</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-06-09T20:06:25Z</dc:date>
    </item>
    <item>
      <title>hide a table column</title>
      <link>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146007#M24641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand what you mean, but this would address only field values and would still display the columns with empty cells. In the meantime i have resorted to using the columns i dont want to appear as dimensions of the table, so that you will have the "Expand" or "collapse" sign next to it. Appreciate the information you given me, it might come in handy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 05:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146007#M24641</guid>
      <dc:creator />
      <dc:date>2010-06-10T05:35:32Z</dc:date>
    </item>
    <item>
      <title>hide a table column</title>
      <link>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146008#M24642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="padding-left:30px;"&gt;My aim to hide the coloumns is;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Do the basic calculation at one column and then use this result at the other columns repeatedly.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;So removing, adding columns is not a solution for me, because I need to use the columns while they are hidden.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;I give a sensible name to my calculated column and show to user. So there is no need to hide it any more, my problem is considered to be solved for now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 08:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146008#M24642</guid>
      <dc:creator />
      <dc:date>2010-06-18T08:08:52Z</dc:date>
    </item>
    <item>
      <title>hide a table column</title>
      <link>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146009#M24643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a macro I'm using somitimes to hide column in pivot:&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;sub Squeeze&lt;BR /&gt; call HideColumn("CH01", 2)&lt;BR /&gt;end sub&lt;BR /&gt;'&lt;BR /&gt;private sub HideColumn(ch, n)&lt;BR /&gt; set ch = ActiveDocument.GetSheetObject(ch)&lt;BR /&gt; ch.SetPixWidth (n-1), 0&lt;BR /&gt;end sub&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 14:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146009#M24643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-18T14:36:54Z</dc:date>
    </item>
    <item>
      <title>hide a table column</title>
      <link>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146010#M24644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Michael, your code is helpfull !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 16:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-a-table-column/m-p/146010#M24644</guid>
      <dc:creator />
      <dc:date>2010-06-18T16:21:52Z</dc:date>
    </item>
  </channel>
</rss>

