<?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: Current Selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-Selections/m-p/18448#M780817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use something like from Layout condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetFieldSelections(FieldName)&amp;gt;0, 1, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2018 14:29:09 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-04-11T14:29:09Z</dc:date>
    <item>
      <title>Current Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Selections/m-p/18447#M780816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an object that I'd to like to be visibleonly on the condition that there is at least one current selection. Is there a function for this? GetCurrentSelections requires a field. Basically I just need to know whether there is currently a selection or not so that I can put it on the Conditional Show/Hide.&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/Current-Selections/m-p/18447#M780816</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Current Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Selections/m-p/18448#M780817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use something like from Layout condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetFieldSelections(FieldName)&amp;gt;0, 1, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 14:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Selections/m-p/18448#M780817</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-04-11T14:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Current Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Selections/m-p/18449#M780818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Count(GetCurrentSelections()) = 0, 'No Selections Made',&lt;/P&gt;&lt;P&gt; IF(vCurSelect = 1, 'Hide Current Selections', 'Show Current Selections'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to change text on a button to show the current selections box. I would imagine &lt;SPAN style="font-size: 13.3333px;"&gt;Count(GetCurrentSelections()) = 0 as your show/hide condition should work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;mike&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 14:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Selections/m-p/18449#M780818</guid>
      <dc:creator>mikecrengland</dc:creator>
      <dc:date>2018-04-11T14:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Current Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Selections/m-p/18450#M780819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ISNULL(GetcurrentSelections())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns 0 if there is selection, or -1 if anything selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 14:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Selections/m-p/18450#M780819</guid>
      <dc:creator>lcontezini</dc:creator>
      <dc:date>2018-04-11T14:37:27Z</dc:date>
    </item>
  </channel>
</rss>

