<?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 Show object when selection is made in another object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-object-when-selection-is-made-in-another-object/m-p/721976#M1068733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with my clients and I would like to sort them per country (which is working) and for Belgium and france, I would like to sort them per region.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I defined the different region using the postcodes and it works when i put these new values in a selection box. But the matter is that these two new selection box are apparent when no selection is made in the country slection box.&lt;/P&gt;&lt;P&gt;I looked up on the internet, but I'm unable to get a good expression to show my selection box with the different region in Belgium, when Belgium is selected in the country box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Sep 2014 14:13:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-05T14:13:48Z</dc:date>
    <item>
      <title>Show object when selection is made in another object</title>
      <link>https://community.qlik.com/t5/QlikView/Show-object-when-selection-is-made-in-another-object/m-p/721976#M1068733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with my clients and I would like to sort them per country (which is working) and for Belgium and france, I would like to sort them per region.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I defined the different region using the postcodes and it works when i put these new values in a selection box. But the matter is that these two new selection box are apparent when no selection is made in the country slection box.&lt;/P&gt;&lt;P&gt;I looked up on the internet, but I'm unable to get a good expression to show my selection box with the different region in Belgium, when Belgium is selected in the country box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 14:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-object-when-selection-is-made-in-another-object/m-p/721976#M1068733</guid>
      <dc:creator />
      <dc:date>2014-09-05T14:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Show object when selection is made in another object</title>
      <link>https://community.qlik.com/t5/QlikView/Show-object-when-selection-is-made-in-another-object/m-p/721977#M1068734</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;Do you want the region list box to be hidden until Belgium or France are selected in the Country list box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, go to Layout in the region list box properties and enter this expression in the conditional show box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =WildMatch(Country, 'France', 'Belgium') // if only one country selected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =WildMatch(GetFieldSelections(Country), '*France*', '*Belgium*')&amp;nbsp;&amp;nbsp; // if more than one selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Change the field name Country to the correct name for your model. Remember that field names are case sensitive)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 14:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-object-when-selection-is-made-in-another-object/m-p/721977#M1068734</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-09-05T14:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Show object when selection is made in another object</title>
      <link>https://community.qlik.com/t5/QlikView/Show-object-when-selection-is-made-in-another-object/m-p/721978#M1068735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, the first one works perfectly &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with "getfieldselection" and other function like that, but it didn't work ^^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 14:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-object-when-selection-is-made-in-another-object/m-p/721978#M1068735</guid>
      <dc:creator />
      <dc:date>2014-09-05T14:33:33Z</dc:date>
    </item>
  </channel>
</rss>

