<?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 and Show a Column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155676#M31846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it works John thank you very much.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2010 22:47:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-02-22T22:47:31Z</dc:date>
    <item>
      <title>Hide and Show a Column</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155671#M31841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone,&lt;/P&gt;&lt;P&gt;Is there a function or something to hide a column in a table?, or , how can i manipulate the conditional option to do this??, plz anyone&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 20:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155671#M31841</guid>
      <dc:creator />
      <dc:date>2010-02-22T20:44:27Z</dc:date>
    </item>
    <item>
      <title>Hide and Show a Column</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155672#M31842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create two charts and enable disable them using Conditional Show under Layout tab. You can put your codition in the conditional show so if it's true it shows one chart and second chart for false.&lt;/P&gt;&lt;P&gt;Other option is to add/remove dimension or expression using macros.&lt;/P&gt;&lt;P&gt;Edit: just recalled that in v9 it provides a conditional show/hid option under presentation. See if you can utilize that. Sorry, don't have v9 with me right now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 21:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155672#M31842</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2010-02-22T21:56:36Z</dc:date>
    </item>
    <item>
      <title>Hide and Show a Column</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155673#M31843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In version 9 in a straight table, you can go to Properties -&amp;gt; Presentation -&amp;gt; Columns -&amp;gt; Conditional. Set the condition to when you want the column to display. It sounds like you've gotten that far, and don't know what to put in the condition. But you haven't told me when you want the column to display, so I can't tell you what expression to enter there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 22:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155673#M31843</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-02-22T22:01:09Z</dc:date>
    </item>
    <item>
      <title>Hide and Show a Column</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155674#M31844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You´re right John i dont know what to put in the expression, i want that a column appears when any value of vaue field is selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 22:33:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155674#M31844</guid>
      <dc:creator />
      <dc:date>2010-02-22T22:33:52Z</dc:date>
    </item>
    <item>
      <title>Hide and Show a Column</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155675#M31845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, try getselectedcount(YourField). If there are no selections, the value will be 0 (false), so the column shouldn't display. If there are selections, the value will be &amp;gt; 0, which will evaluate to true, so it should display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 22:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155675#M31845</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-02-22T22:40:39Z</dc:date>
    </item>
    <item>
      <title>Hide and Show a Column</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155676#M31846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it works John thank you very much.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 22:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155676#M31846</guid>
      <dc:creator />
      <dc:date>2010-02-22T22:47:31Z</dc:date>
    </item>
    <item>
      <title>Hide and Show a Column</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155677#M31847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey John i have a question for you, do you remember the subject of the negative and positive values in a pay chart?, it is possible that when negative and positive appear the chart automatically change to a bar chart???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 00:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155677#M31847</guid>
      <dc:creator />
      <dc:date>2010-02-23T00:03:23Z</dc:date>
    </item>
    <item>
      <title>Hide and Show a Column</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155678#M31848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure. Create a pie chart with this display condition:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;min(aggr(sum(YourValue),YourDimension))&amp;gt;=0&lt;/P&gt;&lt;P&gt;And a bar chart with the opposite display condition:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;min(aggr(sum(YourValue),YourDimension))&amp;lt;0&lt;/P&gt;&lt;P&gt;You have two charts to maintain instead of one, but if the only difference is the chart type, the most you ever have to do is delete one, copy from the other, and change the condition. So it's not actually a maintenance problem in practice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 00:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155678#M31848</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-02-23T00:14:48Z</dc:date>
    </item>
    <item>
      <title>Hide and Show a Column</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155679#M31849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John again, sorry to bother you so much but i have so many question in this new software, i have a single table chart, then i select one of the values in the table and a table appears,how can i put a button that close that table without clearing the actual selections?? Because the table dissapear clicking on clear button but i need to put a button that will close that table, can you help me with that plz?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 01:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155679#M31849</guid>
      <dc:creator />
      <dc:date>2010-02-23T01:49:09Z</dc:date>
    </item>
    <item>
      <title>Hide and Show a Column</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155680#M31850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you can set up a button to set a variable using a macro or action, and then set up the field so that when selections are made or changed, it sets the variable differently, then use the variable in the show condition for the chart. But that seems like a whole lot of work. Why do you need to add a button to close the chart? Do you want something else to go where that chart goes? How about either using the minimize button on the chart, or using autominimize across related charts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 19:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155680#M31850</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-02-23T19:52:29Z</dc:date>
    </item>
    <item>
      <title>Hide and Show a Column</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155681#M31851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont know how to explian you what i have to do but i will print screen my app and maybe it will be more clear, look:&lt;/P&gt;&lt;P&gt;This is my dashboard on my app:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/0407.Sin-t_ED00_tulo.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/0407.Sin-t_ED00_tulo.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;when i click in any value&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/7245.Sin-t_ED00_tulo2.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/7245.Sin-t_ED00_tulo2.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;then a chart appear:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/6747.Sin-t_ED00_tulo3.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/6747.Sin-t_ED00_tulo3.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;this last table cover all the dashboard, actually the only way to go back to the second image is clicking in back button or clear all seletions, i need to go back to the second image without clearing the selections or without cliking on back button, do i made myself understandable?? any ideas??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 20:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155681#M31851</guid>
      <dc:creator />
      <dc:date>2010-02-23T20:15:58Z</dc:date>
    </item>
    <item>
      <title>Hide and Show a Column</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155682#M31852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I guess I see what you're doing. My suggestions are the ones I already said, then, "set up a button to set a variable using a macro or action, and then set up the field so that when selections are made or changed, it sets the variable differently, then use the variable in the show condition for the chart" or "using the minimize button on the chart".&lt;/P&gt;&lt;P&gt;The first option sounds more like what you want, but it's quite a bit of work and I don't think I have any examples. Maybe someone has an example lying around, though.&lt;/P&gt;&lt;P&gt;Really, I'd probably just use the minimize and not have a button. The minimized chart isn't taking up much more room than a button, and to me, it makes more sense to click on a chart to see it and minimize when you don't want to see it, rather than click on a selection to see it, and clear the selection or click on a button to make it go away.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 20:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155682#M31852</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-02-23T20:29:29Z</dc:date>
    </item>
    <item>
      <title>Hide and Show a Column</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155683#M31853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John, I found the answer with a macro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 22:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155683#M31853</guid>
      <dc:creator />
      <dc:date>2010-02-23T22:58:01Z</dc:date>
    </item>
    <item>
      <title>Hide and Show a Column</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155684#M31854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm having problems using Conditional. e.g. I use a simple table with customers and sales. If I only want to show the columns where sales &amp;gt; 100 I would use &lt;B&gt;"sum(Sales)&amp;gt;100"&lt;/B&gt;. Unfortunately this isn't working. Someone an idea. Thanks.&lt;/P&gt;&lt;P&gt;Aloah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 09:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155684#M31854</guid>
      <dc:creator />
      <dc:date>2010-05-19T09:12:12Z</dc:date>
    </item>
    <item>
      <title>Hide and Show a Column</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155685#M31855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a condition. It evaluates to true (-1) or false (0).&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;sum(Sales)&amp;gt;100&lt;/P&gt;&lt;P&gt;This is using that condition to decide whether or not to establish a value for the column. It evaluates to sum(Sales) or to null. Nulls are suppressed by default. So this will only show the rows where sum(Sales)&amp;gt;100.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;if(sum(Sales)&amp;gt;100,sum(Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 17:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-a-Column/m-p/155685#M31855</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-05-19T17:19:44Z</dc:date>
    </item>
  </channel>
</rss>

