<?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 show of listboxes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-show-of-listboxes/m-p/1253022#M873583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Nov 2016 13:28:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-15T13:28:04Z</dc:date>
    <item>
      <title>Conditional show of listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-of-listboxes/m-p/1253017#M873578</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;I have a list box with a 500+ values that I would like to separate into "sub-listboxes" with predefined values in each. For example i want sub-listbox1 to contain values A, C and D, sub-listbox2 to contain values M,K,L,B and A and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Think that the easiest way is to make copies of the same listboxes with different conditional-show expressions but I can't make it work. I tried =if(field='A' or field='C', field) but it didn't work since the other field are still visible, and choosable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankful for any kind of help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Charlotte&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-show-of-listboxes/m-p/1253017#M873578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show of listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-of-listboxes/m-p/1253018#M873579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think instead of conditional show, you should use list box with expressions. There is two way to write the expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &lt;STRONG&gt;If(Match(field, 'A', 'C', 'D'), field)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG&gt;Aggr(Only({1&amp;lt;field = {'A', 'C', 'D'} field), field)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 13:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-of-listboxes/m-p/1253018#M873579</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-15T13:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show of listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-of-listboxes/m-p/1253019#M873580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! I tried both the expressions, but unfortunatley my other field values are still choosable. I only want to see A, C and D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 13:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-of-listboxes/m-p/1253019#M873580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-15T13:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show of listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-of-listboxes/m-p/1253020#M873581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Listbox &amp;gt; properties &amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under field, scroll right down and select &amp;lt;Expression&amp;gt;&lt;/P&gt;&lt;P&gt;the expression editior will pop up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add this expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRODUCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'A*','B*','C*'),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRODUCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Title: Products A to C&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Repeat for each subset...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 13:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-of-listboxes/m-p/1253020#M873581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-15T13:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show of listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-of-listboxes/m-p/1253021#M873582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this attached Qlik file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this expression:- =IF(Match(Product,'A','C','D'),Product)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 13:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-of-listboxes/m-p/1253021#M873582</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-11-15T13:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show of listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-of-listboxes/m-p/1253022#M873583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 13:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-of-listboxes/m-p/1253022#M873583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-15T13:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show of listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-of-listboxes/m-p/1253023#M873584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you all for your help! I now solved it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 13:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-of-listboxes/m-p/1253023#M873584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-15T13:28:23Z</dc:date>
    </item>
  </channel>
</rss>

