<?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: How to clear the Always One selected value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307875#M113689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;The above code is working fine in QV developer. But when i deploy it on the server and opened &lt;/P&gt;&lt;P&gt;the application through IE client, the macro not able to set the property or reset the property onlyoneselected.&lt;/P&gt;&lt;P&gt;Can someone shed some light on this why this not working in client? I badly need this to be working...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkata&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2012 18:14:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-21T18:14:28Z</dc:date>
    <item>
      <title>How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307863#M113677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; My problem is i have given the "Always One Selected value" in List Box Propeties.When i will go to the next sheet i need to clear all the selections whatever i have made in the sheet.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have given the trigger Clear All in On Activate sheet,except that List Box all selection are made clear.&lt;/P&gt;&lt;P&gt;&amp;nbsp; is there any possibility to do it.&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;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 08:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307863#M113677</guid>
      <dc:creator />
      <dc:date>2011-10-02T08:14:36Z</dc:date>
    </item>
    <item>
      <title>How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307864#M113678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear All does not work if you have always one selected enabled. The only way to clear all is to first remove the Always one selected property using a macro. I don't have a script for this but I have seen it on this forum before.&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>Sun, 02 Oct 2011 09:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307864#M113678</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-10-02T09:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307865#M113679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use differently all is ok in place of&amp;nbsp; "Always One Selected value" in List Box Propeties just remove this setting and try to put a Button to select always on value there like add a propertey on button "Select in Field" -&amp;gt; Then select Field -&amp;gt; and select Search String just click a button once it will automatically select one value in your list box. And when you go to next sheet use trigger or clear all fuctionallity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached sample file.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 10:30:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307865#M113679</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-02T10:30:52Z</dc:date>
    </item>
    <item>
      <title>How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307866#M113680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; But my Constraint is i don't want to allow to select morethan one value in Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Santhosh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 10:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307866#M113680</guid>
      <dc:creator />
      <dc:date>2011-10-02T10:32:05Z</dc:date>
    </item>
    <item>
      <title>How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307867#M113681</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;I think you could use following to achieve what I think you want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to document properties --&amp;gt; triggers. In field event triggers, select your field you want to limit selection for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add an OnSelect action, action type is Select - Select in field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then enter your field name in the appropriate field entry box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOURFIELD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(just the name, no equal sign etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as search expression use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=subfield(GetFieldSelections(YOURFIELD),',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should limit the selection to up to one value, but still allowing to clear the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(tested on QlikView V10 SR3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 11:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307867#M113681</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-10-02T11:23:45Z</dc:date>
    </item>
    <item>
      <title>How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307868#M113682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Stefen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Can i have any example application on this.it would be help full for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Santhosh Kumar G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 11:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307868#M113682</guid>
      <dc:creator />
      <dc:date>2011-10-02T11:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307869#M113683</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;see attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that clearing the field will lead to all values are in possible selection state, which is probably not what your requirement says.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you could work around this by applying a calculation condition to your objects, like =GetSelectedCount(YOURFIELD)&amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 11:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307869#M113683</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-10-02T11:54:21Z</dc:date>
    </item>
    <item>
      <title>How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307870#M113684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi Santosh,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I have written the VB script for this functionality. I had exactly similar problem of restricting user to one selection yet making sure it works even you toggle to different sheets. I have this script in my work laptop and I can share it tomorrow morning. BTW - It is 10:58pm on Sunday night. I hope its okay with you.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cheers - DV&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 21:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307870#M113684</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-10-02T21:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307871#M113685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhosh Kumar G,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems I missed your request to clear all on changing to another sheet. But as you said, you could do this with another trigger and action on OnActivateSheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still think your requirement to clear all on changing to another sheet and having a always one selected state is somewhat contrary. What do you do if someone changes back to the sheet with the alway one selected value field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: Just in case you want to restore your orginal - but then cleared - selection in your field when returning to that sheet, I think you could do this with just two more actions triggered by OnActivateSheet and OnLeaveSheet, where you set / read back the selection to / from a variable.&lt;/P&gt;&lt;P&gt;See attached V2 of the sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 22:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307871#M113685</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-10-02T22:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307872#M113686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Hi Santosh,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Sorry for not getting back yesterday. I have quickly mocked an example from Swuehl's QV file. I have used two Sub Procedures... one to enable the &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;AlwaysSelectedOne &lt;/STRONG&gt;&lt;/SPAN&gt;and another to &lt;STRONG style="text-decoration: underline;"&gt;disable&lt;/STRONG&gt;. I have called these two procedures on Sheet Properties Triggers, I have used the AlwaysOneSelected Procedure on Sheet Activate and before that event I have added one more event which selects a default value. In our case, I have used India as the default but you may set anything or best thing is to capture the last selection of the user of the field in the variable and use the variable to recall the last selection in the trigger. And I have used &lt;STRONG style="text-decoration: underline;"&gt;RemoveAlwaysOneSelected &lt;/STRONG&gt;procedure &lt;STRONG style="text-decoration: underline;"&gt;OnDeactiveSheet &lt;/STRONG&gt;event.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Here are the VB Script Procedures :&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000080; font-family: trebuchet ms,geneva;"&gt;&lt;STRONG&gt;Sub AlwaysOneSelected&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000080; font-family: trebuchet ms,geneva;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set obj = ActiveDocument.GetSheetObject("LB02")&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000080; font-family: trebuchet ms,geneva;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set boxfield=obj.GetField&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000080; font-family: trebuchet ms,geneva;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set fprop = boxfield.GetProperties&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000080; font-family: trebuchet ms,geneva;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fprop.OneAndOnlyOne = True&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000080; font-family: trebuchet ms,geneva;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; boxfield.SetProperties fprop&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000080; font-family: trebuchet ms,geneva;"&gt;&lt;STRONG&gt;End Sub&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000080; font-family: trebuchet ms,geneva;"&gt;&lt;STRONG&gt;Sub RemoveAlwaysOneSelected&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000080; font-family: trebuchet ms,geneva;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set obj = ActiveDocument.GetSheetObject("LB02")&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000080; font-family: trebuchet ms,geneva;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set boxfield=obj.GetField&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000080; font-family: trebuchet ms,geneva;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set fprop = boxfield.GetProperties&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000080; font-family: trebuchet ms,geneva;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fprop.OneAndOnlyOne = False&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000080; font-family: trebuchet ms,geneva;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; boxfield.SetProperties fprop&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000080; font-family: trebuchet ms,geneva;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.ClearAll True&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000080; font-family: trebuchet ms,geneva;"&gt;&lt;STRONG&gt;End Sub&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;I hope this makes sense and hope it helps to meet your requirement.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Cheers - DV&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 10:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307872#M113686</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-10-04T10:26:13Z</dc:date>
    </item>
    <item>
      <title>How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307873#M113687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear D V,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for the Answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp; its correct answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Santhosh Kumar G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 04:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307873#M113687</guid>
      <dc:creator />
      <dc:date>2011-12-30T04:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307874#M113688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Hi Santhosh,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Please can you mark the relevant answer correct if this is what you needed. This helps other users as well.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;I have made a video post on this topic. Please check &lt;A href="http://qlikshare.com/?p=221"&gt;QlikShare.Com&lt;/A&gt; for detailed step-by-step demonstration.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Happy learning.&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Thanks,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;DV&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 17:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307874#M113688</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-12-30T17:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307875#M113689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;The above code is working fine in QV developer. But when i deploy it on the server and opened &lt;/P&gt;&lt;P&gt;the application through IE client, the macro not able to set the property or reset the property onlyoneselected.&lt;/P&gt;&lt;P&gt;Can someone shed some light on this why this not working in client? I badly need this to be working...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkata&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 18:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307875#M113689</guid>
      <dc:creator />
      <dc:date>2012-06-21T18:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307876#M113690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Venkata,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Is the macro enabled? I've tried in my environment and it works fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;A href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 10:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307876#M113690</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-07-12T10:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307877#M113691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Santhosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you untick always one selected value in list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then goto Document properties -&amp;gt; Triggers tab -&amp;gt;&lt;/P&gt;&lt;P&gt;OnAnySelect -&amp;gt; Add one action -&amp;gt;&lt;/P&gt;&lt;P&gt;Select in field -&amp;gt; you may give your field name -&amp;gt;&lt;/P&gt;&lt;P&gt;In search string -&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if((GetSelectedCount(Field1)=0 or GetSelectedCount(Field1)&amp;gt;1) and&lt;/P&gt;&lt;P&gt; GetActiveSheetId()='Document\SH01',[your default value],GetFieldSelections(Field1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Sibin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 15:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307877#M113691</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2012-07-27T15:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307878#M113692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In reply to sibin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want the exact code like &lt;/P&gt;&lt;P&gt;=if((GetSelectedCount(Field1)=0 or GetSelectedCount(Field1)&amp;gt;1) and&lt;/P&gt;&lt;P&gt;GetActiveSheetId()='Document\SH01',[your default value],GetFieldSelections(Field1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the above code will work only for one sheetid,&lt;/P&gt;&lt;P&gt;what should i add, if i want it work on all the sheets or more than one sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea ?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ranjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Nov 2012 08:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307878#M113692</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2012-11-11T08:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307879#M113693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it right,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CalDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CalDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;1) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetActiveSheetId&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()='Document\SH25' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetActiveSheetId&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()='Document\SH23' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetActiveSheetId&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()='Document\SH07' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetActiveSheetId&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()='Document\SH05' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetActiveSheetId&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()='Document\SH11'),&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$1}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CalDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), 'M/D/YYYY'), &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CalDate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this post is a one useful, &lt;/P&gt;&lt;P&gt;thank you all !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Nov 2012 08:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307879#M113693</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2012-11-11T08:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307880#M113694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DV -- this is exactly what i am looking for ..great work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 16:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307880#M113694</guid>
      <dc:creator>sr_qlikview</dc:creator>
      <dc:date>2013-04-19T16:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307881#M113695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for wonderful answer Deepak Vadithala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 17:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307881#M113695</guid>
      <dc:creator>diogopereira89</dc:creator>
      <dc:date>2014-01-02T17:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the Always One selected value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307882#M113696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Alternate States&lt;/STRONG&gt;&lt;/SPAN&gt; So that it will not having any effect on Other Sheets or Objects...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 07:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clear-the-Always-One-selected-value/m-p/307882#M113696</guid>
      <dc:creator />
      <dc:date>2014-11-26T07:24:47Z</dc:date>
    </item>
  </channel>
</rss>

