<?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/hide a Text object using multiple selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-hide-a-Text-object-using-multiple-selections/m-p/1934475#M1219107</link>
    <description>&lt;P&gt;I want a text object to display if certain criteria are selected, otherwise stay hidden. Criteria is Status for which there are 4 possible selections. So status list box contains A,B,C,D. When Status is C and D textbox is to display. Problem is using Get Selected Count&amp;nbsp; if the status is&amp;nbsp; A and B the text box displays since GetSelectedCount evaulates to 2. How can I create a condition where one box displays if Status&amp;nbsp; is C and D and a different text box displays if Status is A and B? Sorry If I should have posted elsewhere.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 May 2022 20:37:22 GMT</pubDate>
    <dc:creator>Eagle71</dc:creator>
    <dc:date>2022-05-23T20:37:22Z</dc:date>
    <item>
      <title>Show/hide a Text object using multiple selections</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-a-Text-object-using-multiple-selections/m-p/1934475#M1219107</link>
      <description>&lt;P&gt;I want a text object to display if certain criteria are selected, otherwise stay hidden. Criteria is Status for which there are 4 possible selections. So status list box contains A,B,C,D. When Status is C and D textbox is to display. Problem is using Get Selected Count&amp;nbsp; if the status is&amp;nbsp; A and B the text box displays since GetSelectedCount evaulates to 2. How can I create a condition where one box displays if Status&amp;nbsp; is C and D and a different text box displays if Status is A and B? Sorry If I should have posted elsewhere.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 20:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-a-Text-object-using-multiple-selections/m-p/1934475#M1219107</guid>
      <dc:creator>Eagle71</dc:creator>
      <dc:date>2022-05-23T20:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide a Text object using multiple selections</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-a-Text-object-using-multiple-selections/m-p/1935784#M1219147</link>
      <description>&lt;P&gt;use concatenate distinct of the values then test if equal to what you want:&lt;/P&gt;
&lt;P&gt;if(concat(distinct Dim,'|',Dim)='C|D',...&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 21:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-a-Text-object-using-multiple-selections/m-p/1935784#M1219147</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2022-05-25T21:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide a Text object using multiple selections</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-a-Text-object-using-multiple-selections/m-p/1936735#M1219186</link>
      <description>&lt;P&gt;In conditional area used : =(&lt;SPAN&gt;concat(distinct Dim,'|',Dim)='C|D') and worked perfectly!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 18:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-a-Text-object-using-multiple-selections/m-p/1936735#M1219186</guid>
      <dc:creator>Eagle71</dc:creator>
      <dc:date>2022-05-27T18:49:31Z</dc:date>
    </item>
  </channel>
</rss>

