<?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 hidding columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/hidding-columns/m-p/302711#M111984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you can please attached some example file . is used&amp;nbsp; to understand your requirement clearly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2012 12:55:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-02-21T12:55:48Z</dc:date>
    <item>
      <title>hidding columns</title>
      <link>https://community.qlik.com/t5/QlikView/hidding-columns/m-p/302710#M111983</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;i have a question about hidding columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is what i did, i know that i am in the right direction but i am dont know what is wrong: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my list box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;list box: Hide BY &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GETSelectedcount(cost)=1&lt;/P&gt;&lt;P&gt; GETSelectedcount(clicks)=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i set new variable called VshowCOST:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetFieldSelections("Hide By")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the main chart properties i put a condition with the variable $(VshowCOST) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i click in the list box on one of the items, both columns(cost and clicks) are dissapearing and i want only what the user is choosing hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 10:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hidding-columns/m-p/302710#M111983</guid>
      <dc:creator />
      <dc:date>2012-02-21T10:00:01Z</dc:date>
    </item>
    <item>
      <title>hidding columns</title>
      <link>https://community.qlik.com/t5/QlikView/hidding-columns/m-p/302711#M111984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you can please attached some example file . is used&amp;nbsp; to understand your requirement clearly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 12:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hidding-columns/m-p/302711#M111984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-21T12:55:48Z</dc:date>
    </item>
    <item>
      <title>hidding columns</title>
      <link>https://community.qlik.com/t5/QlikView/hidding-columns/m-p/302712#M111985</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;It seems to me that now whatever you're choosing in the Hide By listbox - if the condition is true it's true for both of your columns, and therefore both of them are hidden. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understood what you need correctly, I would load in the Hide By listbox: &lt;/P&gt;&lt;P&gt;costs &lt;/P&gt;&lt;P&gt;clicks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then in the table put the following conditions for the columns:&lt;/P&gt;&lt;P&gt;clikcs: $(VshowCOST)='clicks'&lt;/P&gt;&lt;P&gt;cost: $(VshowCOST)='cost'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if I misunderstood you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 13:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hidding-columns/m-p/302712#M111985</guid>
      <dc:creator />
      <dc:date>2012-02-21T13:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: hidding columns</title>
      <link>https://community.qlik.com/t5/QlikView/hidding-columns/m-p/302713#M111986</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;Hope the following attached file will be helpful for your requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 13:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hidding-columns/m-p/302713#M111986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-21T13:51:53Z</dc:date>
    </item>
    <item>
      <title>hidding columns</title>
      <link>https://community.qlik.com/t5/QlikView/hidding-columns/m-p/302714#M111987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i succeded to do it with button, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i set variable "VshowCost" = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in chart properties i give condition: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetSelectedCount($Field)=vShowCost&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the button i set variable : VshowCost &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value: 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now it work but i still cant do it in the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you all for the help&lt;/P&gt;&lt;P&gt;eran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 14:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hidding-columns/m-p/302714#M111987</guid>
      <dc:creator />
      <dc:date>2012-02-21T14:33:32Z</dc:date>
    </item>
  </channel>
</rss>

