<?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: show table box conditionally with match &amp;amp; getfieldselection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-table-box-conditionally-with-match-amp-getfieldselection/m-p/1833119#M1214721</link>
    <description>&lt;P&gt;thanks, both options work well for me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Sep 2021 07:44:30 GMT</pubDate>
    <dc:creator>tobiasaechter</dc:creator>
    <dc:date>2021-09-02T07:44:30Z</dc:date>
    <item>
      <title>show table box conditionally with match &amp; getfieldselection</title>
      <link>https://community.qlik.com/t5/QlikView/show-table-box-conditionally-with-match-amp-getfieldselection/m-p/1832879#M1214708</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to show a table box conditionally, depending on a field selection.&lt;/P&gt;&lt;P&gt;I have a field called business which has a couple of field values, lets say: A, B, C, X, Y, Z&lt;/P&gt;&lt;P&gt;I would like to show one table now when A, B or C are selected or another table when X, Y or Z are selected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;my initial idea was the following: if(not match(business, 'X','Y','Z'), GetFieldSelections(business) -&amp;gt; table 1 for A, B, C should show up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;unfortunately this does not work as expected and when selecting X, Y or Z I can still see the same table as when selecting A, B or C.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me with what I am missing here? Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 12:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-table-box-conditionally-with-match-amp-getfieldselection/m-p/1832879#M1214708</guid>
      <dc:creator>tobiasaechter</dc:creator>
      <dc:date>2021-09-01T12:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: show table box conditionally with match &amp; getfieldselection</title>
      <link>https://community.qlik.com/t5/QlikView/show-table-box-conditionally-with-match-amp-getfieldselection/m-p/1832960#M1214711</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below in "conditional"&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1st chart: match(business, 'X','Y','Z')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2nd Chart: not&amp;nbsp;match(business, 'X','Y','Z')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 15:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-table-box-conditionally-with-match-amp-getfieldselection/m-p/1832960#M1214711</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-09-01T15:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: show table box conditionally with match &amp; getfieldselection</title>
      <link>https://community.qlik.com/t5/QlikView/show-table-box-conditionally-with-match-amp-getfieldselection/m-p/1832966#M1214712</link>
      <description>&lt;P&gt;Here's the approach I would take:&lt;/P&gt;&lt;P&gt;=GetSelectedCount(business)&amp;nbsp; // Test if something is selected in business&lt;/P&gt;&lt;P class="p1"&gt;=&lt;SPAN class="s1"&gt;max&lt;/SPAN&gt;(&lt;SPAN class="s1"&gt;match&lt;/SPAN&gt;(business, 'A', 'B', 'C'))&amp;nbsp; // Test business field with list&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;So my calculation condition&amp;nbsp; would be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="Apple-converted-space"&gt;=GetSelectedCount(business) and&amp;nbsp;&lt;SPAN class="s1"&gt;max&lt;/SPAN&gt;(&lt;SPAN class="s1"&gt;match&lt;/SPAN&gt;(business, 'A', 'B', 'C'))&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 15:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-table-box-conditionally-with-match-amp-getfieldselection/m-p/1832966#M1214712</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-09-01T15:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: show table box conditionally with match &amp; getfieldselection</title>
      <link>https://community.qlik.com/t5/QlikView/show-table-box-conditionally-with-match-amp-getfieldselection/m-p/1833119#M1214721</link>
      <description>&lt;P&gt;thanks, both options work well for me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 07:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-table-box-conditionally-with-match-amp-getfieldselection/m-p/1833119#M1214721</guid>
      <dc:creator>tobiasaechter</dc:creator>
      <dc:date>2021-09-02T07:44:30Z</dc:date>
    </item>
  </channel>
</rss>

