<?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 Show in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1412324#M426958</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 would like to implement a condition to show an object. The condition should be Show when the selection is different than France, UK, Germany"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is the right syntax for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2017 15:37:31 GMT</pubDate>
    <dc:creator>qlikviewaf</dc:creator>
    <dc:date>2017-12-15T15:37:31Z</dc:date>
    <item>
      <title>Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1412324#M426958</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 would like to implement a condition to show an object. The condition should be Show when the selection is different than France, UK, Germany"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is the right syntax for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1412324#M426958</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-12-15T15:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1412325#M426959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try MATCH([Country],'France','UK','Germany')=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case when the selection on the field [Country] the result is true, when the selection is France, Or Uk or Germany then the object is hidden. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1412325#M426959</guid>
      <dc:creator>avkeep01</dc:creator>
      <dc:date>2017-12-15T15:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1412326#M426960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A more fail-safe solution (that also takes multiple simultaneous selections where none of them should be France, UK or Germany) is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;WildMatch(Concat(Country, ';'), '*France*', '*UK*', '*Germany*') = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 16:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1412326#M426960</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-12-15T16:08:09Z</dc:date>
    </item>
  </channel>
</rss>

