<?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 Conditional Hide/Show on columns in QlikView 10 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Hide-Show-on-columns-in-QlikView-10/m-p/235511#M86767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, looks good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Dec 2010 19:56:09 GMT</pubDate>
    <dc:creator>pover</dc:creator>
    <dc:date>2010-12-29T19:56:09Z</dc:date>
    <item>
      <title>Conditional Hide/Show on columns in QlikView 10</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Hide-Show-on-columns-in-QlikView-10/m-p/235508#M86764</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 am trying to make a straight table that allows columns to be conditionaly shown based on selections from a list box. The list box contains facts like Net Sales $, Net Sales Units, GM$, etc. I have no problem getting it to work if I just want the table to show one fact at a time. In the conditional show I can just put x.Fact='Net Sales $' on the Net Sales $ expression and it works fine. However, my problem is I want the user to be able to select multiple facts and have them appear in the table. I want them to be able to choose as many or as little as they want to see. I feel like this should be easy if the condition just checks to make sure the fact is selected and then allows for any other selections to be added on as well. I am new to QlikView so maybe this is alot harder than I think it should be. Is there any way to make this happen?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Austin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 15:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Hide-Show-on-columns-in-QlikView-10/m-p/235508#M86764</guid>
      <dc:creator />
      <dc:date>2010-12-29T15:27:21Z</dc:date>
    </item>
    <item>
      <title>Conditional Hide/Show on columns in QlikView 10</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Hide-Show-on-columns-in-QlikView-10/m-p/235509#M86765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Austin,&lt;/P&gt;&lt;P&gt;x.Fact will return a value only when one unique value is selected. You are going to want to return a list of values to do a mulitple hide/show, so try the following:&lt;/P&gt;&lt;P&gt;1. Create a variable in QlikView that is the following:&lt;/P&gt;&lt;P&gt;=chr(39) &amp;amp; getfieldselections ( x.Fact, chr(39) &amp;amp; ',' &amp;amp; chr(39) ) &amp;amp; chr(39)&lt;/P&gt;&lt;P&gt;Note: the chr(39) are so the list contains single quotes since the values are strings&lt;/P&gt;&lt;P&gt;2. In the conditional field for Net Sales $ put the following:&lt;/P&gt;&lt;P&gt;=match('Net Sales $',$(vVariable))&lt;/P&gt;&lt;P&gt;This isn't tested so there are probably some details to work out, but that should give you what you are looking for.&lt;/P&gt;&lt;P&gt;Regards.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 19:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Hide-Show-on-columns-in-QlikView-10/m-p/235509#M86765</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-12-29T19:42:07Z</dc:date>
    </item>
    <item>
      <title>Conditional Hide/Show on columns in QlikView 10</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Hide-Show-on-columns-in-QlikView-10/m-p/235510#M86766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the quick response. I just figured out another work around just minutes ago. By putting this...SubStringCount(GetFieldSelections(x.Fact, ',' ,Count(Distinct x.Fact)), 'Net Sales $') ..... into the conditional field of Net Sales $ it worked. I then just changed the name for each column and so far so good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 19:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Hide-Show-on-columns-in-QlikView-10/m-p/235510#M86766</guid>
      <dc:creator />
      <dc:date>2010-12-29T19:52:27Z</dc:date>
    </item>
    <item>
      <title>Conditional Hide/Show on columns in QlikView 10</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Hide-Show-on-columns-in-QlikView-10/m-p/235511#M86767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, looks good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 19:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Hide-Show-on-columns-in-QlikView-10/m-p/235511#M86767</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-12-29T19:56:09Z</dc:date>
    </item>
    <item>
      <title>Conditional Hide/Show on columns in QlikView 10</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Hide-Show-on-columns-in-QlikView-10/m-p/235512#M86768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very helpful - thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 15:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Hide-Show-on-columns-in-QlikView-10/m-p/235512#M86768</guid>
      <dc:creator>pgdavis2</dc:creator>
      <dc:date>2011-02-23T15:11:18Z</dc:date>
    </item>
    <item>
      <title>Conditional Hide/Show on columns in QlikView 10</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Hide-Show-on-columns-in-QlikView-10/m-p/235513#M86769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Austin, would you mind posting an example QVW of what you worked out for the Conditional Hide/Show column!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 21:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Hide-Show-on-columns-in-QlikView-10/m-p/235513#M86769</guid>
      <dc:creator>mellerbeck</dc:creator>
      <dc:date>2011-08-04T21:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Hide/Show on columns in QlikView 10</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Hide-Show-on-columns-in-QlikView-10/m-p/235514#M86770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even though this is a very old post, I wanted to mention, I was having the same issue, found your post, tried your solution and bingo, my issue for the last 3 days is gone, thanks to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hugo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 16:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Hide-Show-on-columns-in-QlikView-10/m-p/235514#M86770</guid>
      <dc:creator />
      <dc:date>2014-10-22T16:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Hide/Show on columns in QlikView 10</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Hide-Show-on-columns-in-QlikView-10/m-p/235515#M86771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Austin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a same query i want to hide a column based another column values i.e two values one is INDIA and another one is US,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If these two values filtered then second column has to be present other wise it is in hidden mode &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Hide-Show-on-columns-in-QlikView-10/m-p/235515#M86771</guid>
      <dc:creator />
      <dc:date>2016-03-09T09:56:57Z</dc:date>
    </item>
  </channel>
</rss>

