<?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: Condition wise “Always One Selected Value” Enable/Disable on Button Click in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574121#M213870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please suggest what should I do to fulfil my requirement.&lt;/P&gt;&lt;P&gt;Regards:&lt;/P&gt;&lt;P&gt;Naushad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2014 12:58:05 GMT</pubDate>
    <dc:creator>naushad786</dc:creator>
    <dc:date>2014-04-14T12:58:05Z</dc:date>
    <item>
      <title>Condition wise “Always One Selected Value” Enable/Disable on Button Click</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574119#M213868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: black;"&gt;Hi Everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: black;"&gt;I want to &lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;Condition wise “Always One Selected Value” Enable/Disable on Button Click. Suppose when I click on one button then it should be enabling but when I click on another button it should be disabling.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;I already used macros but my requirement is not fulfilling, may be my macro code is wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;sub SetOneAndOnlyOne&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;set obj = ActiveDocument.GetSheetObject("LB143")&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;set boxfield=obj.GetField&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;set fprop = boxfield.GetProperties&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;if boxfield.GetFieldFlags.OneAndOnlyOne then&lt;/P&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;fprop.OneAndOnlyOne = false&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt;"&gt;else&lt;/P&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;fprop.OneAndOnlyOne = true&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt;"&gt;end if&lt;/P&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;boxfield.SetProperties fprop&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;end sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 12:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574119#M213868</guid>
      <dc:creator>naushad786</dc:creator>
      <dc:date>2014-04-14T12:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Condition wise “Always One Selected Value” Enable/Disable on Button Click</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574120#M213869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking at you image and what you are wanting to do Always One Selected Value isn't going to do it. Always One Selected Value doesn't stop you from selecting more than one value. It just means that some&amp;nbsp; value in the List Box has to be selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 12:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574120#M213869</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2014-04-14T12:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Condition wise “Always One Selected Value” Enable/Disable on Button Click</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574121#M213870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please suggest what should I do to fulfil my requirement.&lt;/P&gt;&lt;P&gt;Regards:&lt;/P&gt;&lt;P&gt;Naushad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 12:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574121#M213870</guid>
      <dc:creator>naushad786</dc:creator>
      <dc:date>2014-04-14T12:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Condition wise “Always One Selected Value” Enable/Disable on Button Click</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574122#M213871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;right click any one value from left listbox and check always one selected value or else u cant enable always one selected value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 13:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574122#M213871</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-04-14T13:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Condition wise “Always One Selected Value” Enable/Disable on Button Click</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574123#M213872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I know this option but i want to handle this option conditionally on buttons click. When clicking on one button then it should be enabled and when clicking on another button it should be disabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 13:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574123#M213872</guid>
      <dc:creator>naushad786</dc:creator>
      <dc:date>2014-04-14T13:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Condition wise “Always One Selected Value” Enable/Disable on Button Click</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574124#M213873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make two listboxes, one with&amp;nbsp; "always one selected value''&amp;nbsp; selected, and one not. Use the buttons to hide/show one of the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 13:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574124#M213873</guid>
      <dc:creator>bertdijks</dc:creator>
      <dc:date>2014-04-14T13:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Condition wise “Always One Selected Value” Enable/Disable on Button Click</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574125#M213874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very good idea.... Marcos don't always work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 13:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574125#M213874</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2014-04-14T13:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Condition wise “Always One Selected Value” Enable/Disable on Button Click</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574126#M213875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will that work? My understanding is that the always one selected value is applied to the field (even though you enter it on the listbox object). If you change the setting on one list box, the setting will also change on the other listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 13:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574126#M213875</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-04-14T13:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Condition wise “Always One Selected Value” Enable/Disable on Button Click</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574127#M213876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dijks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 13:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574127#M213876</guid>
      <dc:creator>naushad786</dc:creator>
      <dc:date>2014-04-14T13:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Condition wise “Always One Selected Value” Enable/Disable on Button Click</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574128#M213877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;+1 on Jonathan's Post.. 'Always One Selected' is applied on the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nushaud, perhaps you can look into using a Slider object to be able to achieve your requirement easier?&lt;/P&gt;&lt;P&gt;You can use 2 sliders, one with 'Multi Value' and another with&amp;nbsp; 'Single Value' (same concept with the 2 listboxes Bert suggested). This should also allow you to have always at least one selected value (unless manually removed from another object).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only issue would mainly be the appearance.. though you can always hide the scroll arrows..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 13:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-wise-Always-One-Selected-Value-Enable-Disable-on/m-p/574128#M213877</guid>
      <dc:creator />
      <dc:date>2014-04-14T13:43:31Z</dc:date>
    </item>
  </channel>
</rss>

