<?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/hide condition based on filter selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-hide-condition-based-on-filter-selection/m-p/898560#M312621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can solve that issue setting up an "array variable" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the attached example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 15:54:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-07T15:54:40Z</dc:date>
    <item>
      <title>Show/hide condition based on filter selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-condition-based-on-filter-selection/m-p/898555#M312616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have filter whose values are Yes /No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So based on the below conditions i want to show/hide an object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;if filter is no or no values is selected or both the values are selected then apply to expression 1&lt;/LI&gt;&lt;LI&gt;if filter is yes or no &lt;SPAN style="font-size: 13.3333330154419px;"&gt;values is selected or both the values are selected then apply to expression 2&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I having issues implementing all the three conditions at once. I hoping someone can help me to figure this thing out?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks in advance. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-condition-based-on-filter-selection/m-p/898555#M312616</guid>
      <dc:creator />
      <dc:date>2015-05-07T15:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide condition based on filter selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-condition-based-on-filter-selection/m-p/898556#M312617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post an example qvw?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-condition-based-on-filter-selection/m-p/898556#M312617</guid>
      <dc:creator />
      <dc:date>2015-05-07T15:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide condition based on filter selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-condition-based-on-filter-selection/m-p/898557#M312618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like...&lt;/P&gt;&lt;P&gt;=if(&lt;BR /&gt; (GetFieldSelections ([YourFlag])='no'&lt;BR /&gt; or GetSelectedCount([YourFlag])=0&lt;BR /&gt; or GetSelectedCount([YourFlag])=2&lt;BR /&gt; )&lt;BR /&gt; ,Expression1&lt;BR /&gt; ,Expression2&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at your original post I'm not sure your conditions are quite right?.. where no value is selected or both values are selected both expression 1 and and expression 2 would apply. Is that what you mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-condition-based-on-filter-selection/m-p/898557#M312618</guid>
      <dc:creator />
      <dc:date>2015-05-07T15:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide condition based on filter selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-condition-based-on-filter-selection/m-p/898558#M312619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;if filter is no or no values is selected or both the values are selected then apply to expression 1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for expression1: =max(match(YesNoField,'No'))&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;if filter is yes or no &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;values is selected or both the values are selected then apply to expression 2&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for expression2: =max(match(YesNoField,'Yes'))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-condition-based-on-filter-selection/m-p/898558#M312619</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-07T15:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide condition based on filter selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-condition-based-on-filter-selection/m-p/898559#M312620</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;What I will look to do is have a variable in Variable Overview window or move it into the script (entirely up to you) but it content will be&lt;/P&gt;&lt;P&gt;vTest&amp;nbsp; = &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;IsNull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Data&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OR&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetCurrentSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Data&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) ='No'&amp;nbsp; ,0, 1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG&gt;Please note &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;Data&lt;/STRONG&gt; here is the field you want to monitor so replace it with the field of interest to you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Then in the object you want to show or hide. Go to the properties - Layout - Show Conditions and enter vTest = 0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;When you make selection in the field you want to monitor the object will disappear.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Try this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-condition-based-on-filter-selection/m-p/898559#M312620</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-05-07T15:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide condition based on filter selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-condition-based-on-filter-selection/m-p/898560#M312621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can solve that issue setting up an "array variable" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the attached example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-condition-based-on-filter-selection/m-p/898560#M312621</guid>
      <dc:creator />
      <dc:date>2015-05-07T15:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide condition based on filter selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-condition-based-on-filter-selection/m-p/898561#M312622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a similar, likely easier scenario. Can you assist?&lt;/P&gt;&lt;P&gt;I have field (Project) that contains 'n' number of project values.&lt;/P&gt;&lt;P&gt;I want to create a Text Object that will only show the Project value when a user selects 1 value from the 'Project' List Box selection; Else the Text Object should not show. I don't want to use a Button to drive this, simply the user selects a project value and then this Text Object displays that Project value, else the Text Box object doesn't show. Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 19:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-condition-based-on-filter-selection/m-p/898561#M312622</guid>
      <dc:creator />
      <dc:date>2015-12-23T19:14:39Z</dc:date>
    </item>
  </channel>
</rss>

