<?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 getfieldselections &amp;lt;&amp;gt; null() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/getfieldselections-lt-gt-null/m-p/15300#M2485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ' m trying to create a button which is being shown if and only if there s at least one selected field in a listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Listbox Product &lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Product&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a textbox which should only appear if an user select at least one value from the listbox. I know there s a setting in a listbox where you can mark "only one selected value".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible without creating a macro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Feb 2018 11:13:50 GMT</pubDate>
    <dc:creator>thanhphongle</dc:creator>
    <dc:date>2018-02-13T11:13:50Z</dc:date>
    <item>
      <title>getfieldselections &lt;&gt; null()</title>
      <link>https://community.qlik.com/t5/QlikView/getfieldselections-lt-gt-null/m-p/15300#M2485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ' m trying to create a button which is being shown if and only if there s at least one selected field in a listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Listbox Product &lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Product&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a textbox which should only appear if an user select at least one value from the listbox. I know there s a setting in a listbox where you can mark "only one selected value".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible without creating a macro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 11:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getfieldselections-lt-gt-null/m-p/15300#M2485</guid>
      <dc:creator>thanhphongle</dc:creator>
      <dc:date>2018-02-13T11:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: getfieldselections &lt;&gt; null()</title>
      <link>https://community.qlik.com/t5/QlikView/getfieldselections-lt-gt-null/m-p/15301#M2486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your text box properties, create a Show conditonal on layout tab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetSelectedCount( Product ) &amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 11:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getfieldselections-lt-gt-null/m-p/15301#M2486</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-02-13T11:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: getfieldselections &lt;&gt; null()</title>
      <link>https://community.qlik.com/t5/QlikView/getfieldselections-lt-gt-null/m-p/15302#M2487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much, it works!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 12:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getfieldselections-lt-gt-null/m-p/15302#M2487</guid>
      <dc:creator>thanhphongle</dc:creator>
      <dc:date>2018-02-13T12:18:48Z</dc:date>
    </item>
  </channel>
</rss>

