<?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: Always one selected value without using in properties &amp;quot;always one selected value&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Always-one-selected-value-without-using-in-properties-quot/m-p/449775#M167855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can You Please Briefly Explain How to Use the macros? or send me one test file please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Nirmal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2012 07:10:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-24T07:10:29Z</dc:date>
    <item>
      <title>Always one selected value without using in properties "always one selected value"</title>
      <link>https://community.qlik.com/t5/QlikView/Always-one-selected-value-without-using-in-properties-quot/m-p/449770#M167850</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;&lt;SPAN id="result_box" lang="en"&gt;I need &lt;SPAN class="hps"&gt;always have a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;selected value from a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;listbox&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;without using&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the properties&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;"Always&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;one&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;selected&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;value".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;César&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 15:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-one-selected-value-without-using-in-properties-quot/m-p/449770#M167850</guid>
      <dc:creator />
      <dc:date>2012-09-27T15:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Always one selected value without using in properties "always one selected value"</title>
      <link>https://community.qlik.com/t5/QlikView/Always-one-selected-value-without-using-in-properties-quot/m-p/449771#M167851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cesar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an macro command for AlwaysOneSelected listed in the Qlikview API guide the example usage is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;set flddescs = ActiveDocument.GetFieldDescriptions&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;for i = 0 to flddescs.Count - 1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fdesc = flddescs(i)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if fdesc.AlwaysOneSelected then &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox(fdesc.Name &amp;amp; " is in always-one-selected-mode")&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox(fdesc.Name &amp;amp; " is not in always-one-selected-mode")&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;next&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't apply directly to your situation but you may be able to adjust it accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;@QlikviewBI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 16:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-one-selected-value-without-using-in-properties-quot/m-p/449771#M167851</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2012-09-27T16:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Always one selected value without using in properties "always one selected value"</title>
      <link>https://community.qlik.com/t5/QlikView/Always-one-selected-value-without-using-in-properties-quot/m-p/449772#M167852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thaks Matthew but the macro command not run in the web.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 16:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-one-selected-value-without-using-in-properties-quot/m-p/449772#M167852</guid>
      <dc:creator />
      <dc:date>2012-09-27T16:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Always one selected value without using in properties "always one selected value"</title>
      <link>https://community.qlik.com/t5/QlikView/Always-one-selected-value-without-using-in-properties-quot/m-p/449773#M167853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could potentially make use of triggers to limit your selection in list boxes to one selected value. I remember some posts in the past that handled it that way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But why can't you just use the 'always one selected value' option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 17:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-one-selected-value-without-using-in-properties-quot/m-p/449773#M167853</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-09-27T17:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Always one selected value without using in properties "always one selected value"</title>
      <link>https://community.qlik.com/t5/QlikView/Always-one-selected-value-without-using-in-properties-quot/m-p/449774#M167854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same issue where I wanted the "Always one Selected value" behaviour, but did not want to have that option ticked in the list box settings. I also did not want to use macros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To solve it, I created a "&lt;EM&gt;&lt;STRONG&gt;On Change&lt;/STRONG&gt;&lt;/EM&gt;" Document level trigger for the FIELD in question - ie each time the field &lt;STRONG&gt;changes&lt;/STRONG&gt;, a trigger is activated. You can define what this "trigger" is to suit your needs, but I set it to select a predefined value/values in the list box. The result of all of this is that one value will always be selected. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 05:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-one-selected-value-without-using-in-properties-quot/m-p/449774#M167854</guid>
      <dc:creator />
      <dc:date>2012-10-24T05:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Always one selected value without using in properties "always one selected value"</title>
      <link>https://community.qlik.com/t5/QlikView/Always-one-selected-value-without-using-in-properties-quot/m-p/449775#M167855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can You Please Briefly Explain How to Use the macros? or send me one test file please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Nirmal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 07:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-one-selected-value-without-using-in-properties-quot/m-p/449775#M167855</guid>
      <dc:creator />
      <dc:date>2012-10-24T07:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Always one selected value without using in properties "always one selected value"</title>
      <link>https://community.qlik.com/t5/QlikView/Always-one-selected-value-without-using-in-properties-quot/m-p/449776#M167856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could I ask why you don't want to use the property, seems like making life difficult without needing to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 09:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-one-selected-value-without-using-in-properties-quot/m-p/449776#M167856</guid>
      <dc:creator />
      <dc:date>2012-10-24T09:38:53Z</dc:date>
    </item>
  </channel>
</rss>

