<?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 Re: Conditional hide/show columns with multiple selections. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386820#M805854</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 is probably worth taking a look at the link below,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5733"&gt;Dynamic Tables and Graphs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the approach to making table where columns are shown and hidden depending on selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Oct 2017 15:10:30 GMT</pubDate>
    <dc:creator>Mark_Little</dc:creator>
    <dc:date>2017-10-31T15:10:30Z</dc:date>
    <item>
      <title>Conditional hide/show columns with multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386812#M805846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bit of a weird problem.&amp;nbsp; I have been tasked with showing/hiding columns based on a current selection.&amp;nbsp; I am able to do that with a condition like:&lt;/P&gt;&lt;P&gt;if(isnull(GetFieldSelections([Rule Description])), 1, 0)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;if(Index([Rule Description], 1, 1), 1, 0)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;OR &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if(Index([Rule Description], 2, 1), 1, 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;if(Index([Rule Description], 4, 1), 1, 0)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;if(Index([Rule Description], 5, 1), 1, 0) &lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;if(Index([Rule Description], 14, 1), 1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if there is no selection, show all the fields.&amp;nbsp; If the [Rule Description] field has a 1, show the column else hide it, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I've run into, is that if someone selects multiple [Rule Description]s it doesn't show any of the columns with this formula in it.&amp;nbsp; What are my options for getting around this?&amp;nbsp; Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386812#M805846</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional hide/show columns with multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386813#M805847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(wildmatch(getfieldselections&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;([Rule Description]),*1*)&amp;gt;0,&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Rule Description])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 13:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386813#M805847</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-10-31T13:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional hide/show columns with multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386814#M805848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get an error in expression during the end part.&amp;nbsp; if(wildmatch(getfieldselections&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;([Rule Description]),*1*)&lt;STRONG style="text-decoration: underline;"&gt;&amp;gt;0,&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;[Rule Description])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 14:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386814#M805848</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2017-10-31T14:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional hide/show columns with multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386815#M805849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(wildmatch(getfieldselections&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;([Rule Description]),"*1*")&amp;gt;0,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;[Rule Description])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;Missed the quotes&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 14:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386815#M805849</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-10-31T14:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional hide/show columns with multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386816#M805850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure exactly how you are trying to show and hide fields. Could you maybe explain a little more in plain English the logic to show and hide?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But from your above script&lt;/P&gt;&lt;P&gt;if(Index([Rule Description], 1, 1), 1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are not comparing the result i.e Index([Rule Description], 1, 1) = 'Something',1,0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 14:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386816#M805850</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2017-10-31T14:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional hide/show columns with multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386817#M805851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like it's single quotes instead of double.&amp;nbsp; But it's actually showing all of the columns when I choose a single rule now, instead of just the ones I filtered on. I think because of the &amp;gt;0?&amp;nbsp; I will continue working with it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 14:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386817#M805851</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2017-10-31T14:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional hide/show columns with multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386818#M805852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;=SubStringCount(concat ([Rules Description],'|'),1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 14:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386818#M805852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-31T14:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional hide/show columns with multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386819#M805853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the "Enable Conditional" selection in the chart properties.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(Index([Rule Description], 1, 1), 1, 0) - If there is a 1 in [Rule Description], show(1), else hide(0).&amp;nbsp; This is working for me on a single selection level.&amp;nbsp; So if I put this into 5 out of the 10 columns, when choose a [Rule Description] with a 1 in it, it shows the 5 columns I want to, and hides the other 5.&amp;nbsp; But if I choose multiple [Rule Description], it does not show any of the columns with the conditional filtering on it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Does this make any more sense?&amp;nbsp; I'm sorry if I'm being confusing!&amp;nbsp; If there's anything else I can elaborate on that might be more helpful let me know.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 14:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386819#M805853</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2017-10-31T14:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional hide/show columns with multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386820#M805854</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 is probably worth taking a look at the link below,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5733"&gt;Dynamic Tables and Graphs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the approach to making table where columns are shown and hidden depending on selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 15:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386820#M805854</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2017-10-31T15:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional hide/show columns with multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386821#M805855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I took a look and tried to make it work and maybe I'm not fully understanding it, but I don't think it's exactly what I'm looking for.&amp;nbsp; That is hiding/showing columns based on multiple different dimensions being chosen.&amp;nbsp; I am looking to hide/show the columns based on a single dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 15:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386821#M805855</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2017-10-31T15:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional hide/show columns with multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386822#M805856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am struggling to understand exactly how you are trying to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is it something like IF A and C is selected in field1, then show columns 1,4,6&lt;/P&gt;&lt;P&gt;IF A is Selected in field1, Show 1,2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 15:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386822#M805856</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2017-10-31T15:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional hide/show columns with multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386823#M805857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes exactly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 15:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386823#M805857</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2017-10-31T15:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional hide/show columns with multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386824#M805858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be looking at something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(GetFieldSelections([Rule Description])) OR GetFieldSelections([Rule Description]) = 'A,B',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you are just saying when nothing is selected or the certain selections (A and B in the above example - replace with your needed selections) show me this column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not sure what you need to replace A and B with, create a text box and add the function&lt;/P&gt;&lt;P&gt;=GetFieldSelections([Rule Description])&lt;/P&gt;&lt;P&gt;Make your selections and it will show you what is needed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 08:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386824#M805858</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2017-11-01T08:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional hide/show columns with multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386825#M805859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate the help on this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like your idea, it's simple and makes sense.&amp;nbsp; The only problem is that I have 14 different Rule Descriptions, and people will be dynamically picking and choosing which ones they want.&amp;nbsp; So I'd have to hard code every single description in there with all the different possible combinations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone above suggested using wildmatch() with getfieldselections() and I've gotten it to work with that!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for the help and talking it through with me.&amp;nbsp; It's helped me understand it all a bit more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 17:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386825#M805859</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2017-11-01T17:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional hide/show columns with multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386826#M805860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After some trial and error I managed to get this to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 14 different [Rule Description]s, all numbered 1), 2), 3), etc.&amp;nbsp; So using the formula below I am able to do - if no [Rule Description] is selected, show the column.&amp;nbsp; And then when the selection has a '3) ' in it, show the selection.&amp;nbsp; By doing the wildmatch I was able to show the required columns with multiple selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(GetFieldSelections([Rule Description])), 1, 0)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;if(wildmatch(getfieldselections([Rule Description]),'*3) *'), 1, 0)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;if(wildmatch(getfieldselections([Rule Description]),'*8) *'), 1, 0)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;if(wildmatch(getfieldselections([Rule Description]),'*9) *'), 1, 0)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;if(wildmatch(getfieldselections([Rule Description]),'*10) *'), 1, 0)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;if(wildmatch(getfieldselections([Rule Description]),'*11) *'), 1, 0)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;if(wildmatch(getfieldselections([Rule Description]),'*12) *'), 1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this makes sense for anyone who might possibly have the same problem that I did!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 18:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hide-show-columns-with-multiple-selections/m-p/1386826#M805860</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2017-11-02T18:51:09Z</dc:date>
    </item>
  </channel>
</rss>

