<?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: How do I show/hide a specific button based on whether a particular container object is selected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-show-hide-a-specific-button-based-on-whether-a/m-p/557663#M208190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not directly possible as of now. An idea &lt;A _jive_internal="true" href="https://community.qlik.com/ideas/2019" title="http://community.qlik.com/ideas/2019"&gt;http://community.qlik.com/ideas/2019&lt;/A&gt; has been proposed, you might want to vote there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Nov 2013 08:25:10 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2013-11-21T08:25:10Z</dc:date>
    <item>
      <title>How do I show/hide a specific button based on whether a particular container object is selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-show-hide-a-specific-button-based-on-whether-a/m-p/557659#M208186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know how to show or hide specific buttons based on which chart in a container I have currently selected. I have a set of buttons but each button should apply to only one chart in the container, so I want to hide the irrelevant buttons for the currently selected chart aond only show the button that is relevant to that chart. How would I do this using the Conditional Show/Hide option in each button?&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, 21 Nov 2013 07:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-show-hide-a-specific-button-based-on-whether-a/m-p/557659#M208186</guid>
      <dc:creator />
      <dc:date>2013-11-21T07:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I show/hide a specific button based on whether a particular container object is selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-show-hide-a-specific-button-based-on-whether-a/m-p/557660#M208187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try creating groups if you need only specific container to interact and that should be independent. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For buttons, in the layout tab you can show the button conditionally wherein you can have expressions defined. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 07:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-show-hide-a-specific-button-based-on-whether-a/m-p/557660#M208187</guid>
      <dc:creator />
      <dc:date>2013-11-21T07:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I show/hide a specific button based on whether a particular container object is selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-show-hide-a-specific-button-based-on-whether-a/m-p/557661#M208188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but I am aware of how to show the buttons conditionall, that's not the hard part. The hard part is identifying which particular object in the container the user has clicked on. How do I access that selection prograammatically so that I can use it in the conditional logic that determines whether the button is shown or hidden?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 08:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-show-hide-a-specific-button-based-on-whether-a/m-p/557661#M208188</guid>
      <dc:creator />
      <dc:date>2013-11-21T08:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I show/hide a specific button based on whether a particular container object is selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-show-hide-a-specific-button-based-on-whether-a/m-p/557662#M208189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jason, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try: =len(getcurrentselections(FieldName)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to put this condition in the properties-&amp;gt; Layout-&amp;gt;Show-&amp;gt;Conditional-&amp;gt;Paste the condition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will automatically show/hide based on the field selection you are looking for. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 08:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-show-hide-a-specific-button-based-on-whether-a/m-p/557662#M208189</guid>
      <dc:creator />
      <dc:date>2013-11-21T08:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I show/hide a specific button based on whether a particular container object is selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-show-hide-a-specific-button-based-on-whether-a/m-p/557663#M208190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not directly possible as of now. An idea &lt;A _jive_internal="true" href="https://community.qlik.com/ideas/2019" title="http://community.qlik.com/ideas/2019"&gt;http://community.qlik.com/ideas/2019&lt;/A&gt; has been proposed, you might want to vote there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 08:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-show-hide-a-specific-button-based-on-whether-a/m-p/557663#M208190</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-11-21T08:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I show/hide a specific button based on whether a particular container object is selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-show-hide-a-specific-button-based-on-whether-a/m-p/557664#M208191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks tresesco, not what I'd like to hear but nothing I can do about it at the moment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 08:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-show-hide-a-specific-button-based-on-whether-a/m-p/557664#M208191</guid>
      <dc:creator />
      <dc:date>2013-11-21T08:32:02Z</dc:date>
    </item>
  </channel>
</rss>

