<?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: List Box 1 value or All value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-1-value-or-All-value/m-p/650659#M1074345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about using the GetSelectedCount() function within a Field Event Trigger on the List Box Field to &amp;lt;Clear Selections&amp;gt; should more than value be chosen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Aug 2014 17:50:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-09T17:50:37Z</dc:date>
    <item>
      <title>List Box 1 value or All value</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-1-value-or-All-value/m-p/650658#M1074344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am new to qlikview.&amp;nbsp; I have situation for listbox.&amp;nbsp; The user wants to select only one value or select all value option.&amp;nbsp; They cannot select intermediate option of 2 values, 3 values.. (Total there are 5 values in the list).&amp;nbsp; Either 1 or All.&amp;nbsp; How to implement in List box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2014 17:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-1-value-or-All-value/m-p/650658#M1074344</guid>
      <dc:creator />
      <dc:date>2014-08-09T17:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: List Box 1 value or All value</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-1-value-or-All-value/m-p/650659#M1074345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about using the GetSelectedCount() function within a Field Event Trigger on the List Box Field to &amp;lt;Clear Selections&amp;gt; should more than value be chosen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2014 17:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-1-value-or-All-value/m-p/650659#M1074345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-09T17:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: List Box 1 value or All value</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-1-value-or-All-value/m-p/650660#M1074346</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;1. To Select All values. Enter Star (*) and Press Enter. It will select All Values. See the Snapshot:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Select All.bmp" class="jive-image" src="/legacyfs/online/64074_Select All.bmp" /&gt;&lt;/P&gt;&lt;P&gt;2. To Select 2, 3 or n values, you can hold the Control Key and select the n number of values. After selecting n values, you can release Control key. See the Snapshot:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Select n values.bmp" class="jive-image" src="/legacyfs/online/64075_Select n values.bmp" /&gt;&lt;/P&gt;&lt;P&gt;3. You can also drag the mouse upwards or downwards in order to select the values.&lt;/P&gt;&lt;P&gt;But, it will select the values in one direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aviral Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2014 18:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-1-value-or-All-value/m-p/650660#M1074346</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-08-09T18:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: List Box 1 value or All value</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-1-value-or-All-value/m-p/650661#M1074347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create an inline table as given below and choose the SelectValue field for the list box with always one value selected checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;SelectValue, Value&lt;/P&gt;&lt;P&gt;Value1,Value1&lt;/P&gt;&lt;P&gt;Value2,Value2&lt;/P&gt;&lt;P&gt;Value3,Value3&lt;/P&gt;&lt;P&gt;Value4,Value4&lt;/P&gt;&lt;P&gt;Value5,Value5&lt;/P&gt;&lt;P&gt;All,Value1&lt;/P&gt;&lt;P&gt;All,Value2&lt;/P&gt;&lt;P&gt;All,Value3&lt;/P&gt;&lt;P&gt;All,Value4&lt;/P&gt;&lt;P&gt;All,Value5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2014 20:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-1-value-or-All-value/m-p/650661#M1074347</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2014-08-09T20:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: List Box 1 value or All value</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-1-value-or-All-value/m-p/650662#M1074348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Make Variable eg)&amp;nbsp; vCNT = getselectedCount(value1) &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Document Properties - trigger:&amp;nbsp; vCnt -&amp;gt;onChange - Actions : Back&amp;nbsp;&amp;nbsp;&amp;nbsp; (it would change 0,-1 true false)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. u Need vCNT in sheet so I recommend make a text object has vCNT and&amp;nbsp; is transparaent 100%&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 03:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-1-value-or-All-value/m-p/650662#M1074348</guid>
      <dc:creator />
      <dc:date>2014-08-11T03:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: List Box 1 value or All value</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-1-value-or-All-value/m-p/650663#M1074349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;to do this, go to document setting -&amp;gt; Triggers -&amp;gt;Field Event Triggers -&amp;gt; OnSelect -&amp;gt;Add Action &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Action Select -&amp;gt; Select in fields &lt;/P&gt;&lt;P&gt;In Field give your field name&amp;nbsp; and &lt;/P&gt;&lt;P&gt;in string give this expression &lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(Fields)=1,GetFieldSelections(Fields),if(GetSelectedCount(Fields)=0,'','*'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 04:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-1-value-or-All-value/m-p/650663#M1074349</guid>
      <dc:creator />
      <dc:date>2014-08-11T04:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: List Box 1 value or All value</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-1-value-or-All-value/m-p/650664#M1074350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Madhuranath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution is here, please follow the step:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;List Box Properties &amp;gt; General &amp;gt; Uncheck "Always One Selected Value" &amp;gt; Apply &amp;gt; OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 04:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-1-value-or-All-value/m-p/650664#M1074350</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2014-08-11T04:56:10Z</dc:date>
    </item>
  </channel>
</rss>

