<?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: Hide/show Current selection Object if any selection is made in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-show-Current-selection-Object-if-any-selection-is-made/m-p/1331287#M831095</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;Try with: GetCurrentSelections() = Null()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jun 2017 08:52:21 GMT</pubDate>
    <dc:creator>fvelascog72</dc:creator>
    <dc:date>2017-06-21T08:52:21Z</dc:date>
    <item>
      <title>Hide/show Current selection Object if any selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-show-Current-selection-Object-if-any-selection-is-made/m-p/1331284#M831092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I want to show/hide a Current Selection objet depending on if a selection on any other objects has been made. So i wanna hide the Current Selection box if there is no selection and show it if there is any selection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Which function can i use for that?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Tatiana&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-show-Current-selection-Object-if-any-selection-is-made/m-p/1331284#M831092</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/show Current selection Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-show-Current-selection-Object-if-any-selection-is-made/m-p/1331285#M831093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can do&lt;/P&gt;&lt;P&gt;Go to Layout Tab from Properties of CSB(Current Selection Box) and Enable the condition and use like below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetFieldSelections(FieldName)&amp;gt;1, 1, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For me it is working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 08:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-show-Current-selection-Object-if-any-selection-is-made/m-p/1331285#M831093</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-21T08:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/show Current selection Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-show-Current-selection-Object-if-any-selection-is-made/m-p/1331286#M831094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Anil, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i am not mistaken your expression will work only if a specific field is selected. I want the CSB to show if any field if selected not only a specific field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 08:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-show-Current-selection-Object-if-any-selection-is-made/m-p/1331286#M831094</guid>
      <dc:creator />
      <dc:date>2017-06-21T08:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/show Current selection Object if any selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-show-Current-selection-Object-if-any-selection-is-made/m-p/1331287#M831095</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;Try with: GetCurrentSelections() = Null()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 08:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-show-Current-selection-Object-if-any-selection-is-made/m-p/1331287#M831095</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2017-06-21T08:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/show Current selection Object if any selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-show-Current-selection-Object-if-any-selection-is-made/m-p/1331288#M831096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;try like this , in the layout &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;len(trim(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetCurrentSelections()))&amp;gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 09:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-show-Current-selection-Object-if-any-selection-is-made/m-p/1331288#M831096</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-06-21T09:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/show Current selection Object if any selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-show-Current-selection-Object-if-any-selection-is-made/m-p/1331289#M831098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you it works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 09:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-show-Current-selection-Object-if-any-selection-is-made/m-p/1331289#M831098</guid>
      <dc:creator />
      <dc:date>2017-06-21T09:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/show Current selection Object if any selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-show-Current-selection-Object-if-any-selection-is-made/m-p/1331290#M831100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Happy to help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 09:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-show-Current-selection-Object-if-any-selection-is-made/m-p/1331290#M831100</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-06-21T09:30:51Z</dc:date>
    </item>
  </channel>
</rss>

