<?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 objects based on selecting a filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-hide-objects-based-on-selecting-a-filter/m-p/495955#M689977</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to display a text box, only when a filter is selected. I am currently using a variable to show when a button is pressed using actions and conditional show&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?, so the scenario is click on a filter that contains a fin year, then a text box will appear showing the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Oct 2013 10:13:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-21T10:13:34Z</dc:date>
    <item>
      <title>Show hide objects based on selecting a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-objects-based-on-selecting-a-filter/m-p/495955#M689977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to display a text box, only when a filter is selected. I am currently using a variable to show when a button is pressed using actions and conditional show&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?, so the scenario is click on a filter that contains a fin year, then a text box will appear showing the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 10:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-objects-based-on-selecting-a-filter/m-p/495955#M689977</guid>
      <dc:creator />
      <dc:date>2013-10-21T10:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show hide objects based on selecting a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-objects-based-on-selecting-a-filter/m-p/495956#M689978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is possible.&lt;/P&gt;&lt;P&gt;The Text object visibility condition should be something like: fin_year=2013 , Text object value could be =fin_year&lt;/P&gt;&lt;P&gt;If you want to display the text object for any given selection under fin_year, try replacing the hardcoded value 2013 for something like =Only(fin_year)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 10:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-objects-based-on-selecting-a-filter/m-p/495956#M689978</guid>
      <dc:creator />
      <dc:date>2013-10-21T10:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show hide objects based on selecting a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-objects-based-on-selecting-a-filter/m-p/495957#M689979</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;It's possible you can useConditional option:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="test.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/47912_test.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your condition may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;=GetSelectedCount(Year)=1&lt;/LI&gt;&lt;LI&gt;=GetFieldSelections(Year)=2013&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aurélien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 10:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-objects-based-on-selecting-a-filter/m-p/495957#M689979</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2013-10-21T10:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Show hide objects based on selecting a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-objects-based-on-selecting-a-filter/m-p/495958#M689980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 10:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-objects-based-on-selecting-a-filter/m-p/495958#M689980</guid>
      <dc:creator />
      <dc:date>2013-10-21T10:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Show hide objects based on selecting a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-objects-based-on-selecting-a-filter/m-p/495959#M689981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have use =only before but did not seem to work in this context&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 10:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-objects-based-on-selecting-a-filter/m-p/495959#M689981</guid>
      <dc:creator />
      <dc:date>2013-10-21T10:39:00Z</dc:date>
    </item>
  </channel>
</rss>

