<?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: To Unlock the field by using event field trigger in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620299#M1116656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure.&lt;/P&gt;&lt;P&gt;The trigger is selection in the Month field.&amp;nbsp; Actions:&lt;/P&gt;&lt;P&gt;1. Lock Field, with expression&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;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0,&lt;STRONG&gt;'Period'&lt;/STRONG&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;That means if at least something is selected in Month, field Period is locked.&amp;nbsp; Otherwise filed to lock is not defined, nothing happens.&lt;/P&gt;&lt;P&gt;2. Unlock Field&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;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0,&lt;STRONG&gt;'Period'&lt;/STRONG&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;That means if nothing is selected in Month, field Period is unlocked.&amp;nbsp; Otherwise filed to unlock is not defined, nothing happens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Feb 2014 17:15:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-10T17:15:42Z</dc:date>
    <item>
      <title>To Unlock the field by using event field trigger</title>
      <link>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620295#M1116651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-style: normal; font-family: segoe ui; color: #1a1a1a; font-size: 10pt; font-weight: normal;"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;In my ad-hoc report I have one list box for month selection and one for time period selection.&lt;BR /&gt;&lt;BR /&gt;I wants that on the month selection time period list box should get locked so that user cannot select it.&lt;BR /&gt;&lt;BR /&gt;I have applied the trigger on month selection -&amp;gt;Lock field(Time period).&lt;BR /&gt;&lt;BR /&gt;It is working .On month selection time period is locked.&lt;BR /&gt;&lt;BR /&gt;But I wants that when user will again deselect month then that time period should automatically get unlocked.&lt;BR /&gt;&lt;BR /&gt;Is there any way to resolve this issue???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance !!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 11:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620295#M1116651</guid>
      <dc:creator>polisetti</dc:creator>
      <dc:date>2014-02-07T11:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: To Unlock the field by using event field trigger</title>
      <link>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620296#M1116652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this isn't possible - locked is locked and a listbox haven't a click-event. But you could use buttons with appropriate actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 12:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620296#M1116652</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-02-07T12:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: To Unlock the field by using event field trigger</title>
      <link>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620297#M1116653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actions can be "conditional" - see attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 14:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620297#M1116653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-07T14:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: To Unlock the field by using event field trigger</title>
      <link>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620298#M1116654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Micheal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its an interesting feature... can you explain the logic?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 20:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620298#M1116654</guid>
      <dc:creator />
      <dc:date>2014-02-07T20:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: To Unlock the field by using event field trigger</title>
      <link>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620299#M1116656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure.&lt;/P&gt;&lt;P&gt;The trigger is selection in the Month field.&amp;nbsp; Actions:&lt;/P&gt;&lt;P&gt;1. Lock Field, with expression&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;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0,&lt;STRONG&gt;'Period'&lt;/STRONG&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;That means if at least something is selected in Month, field Period is locked.&amp;nbsp; Otherwise filed to lock is not defined, nothing happens.&lt;/P&gt;&lt;P&gt;2. Unlock Field&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;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0,&lt;STRONG&gt;'Period'&lt;/STRONG&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;That means if nothing is selected in Month, field Period is unlocked.&amp;nbsp; Otherwise filed to unlock is not defined, nothing happens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 17:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620299#M1116656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-10T17:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: To Unlock the field by using event field trigger</title>
      <link>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620300#M1116658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Micheal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 03:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620300#M1116658</guid>
      <dc:creator />
      <dc:date>2014-02-11T03:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: To Unlock the field by using event field trigger</title>
      <link>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620301#M1116662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael ,&lt;/P&gt;&lt;P&gt;I will try and i will update wheather it is working in my report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 04:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620301#M1116662</guid>
      <dc:creator>polisetti</dc:creator>
      <dc:date>2014-02-12T04:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: To Unlock the field by using event field trigger</title>
      <link>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620302#M1116665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;I applied the above conditions in my report,when i select on 'month' it is locking the 'time bucket type' and when i unselect the 'Month' it is not working still the 'Time bucket type' is locked .Is there any other way to unlock that field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 15:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620302#M1116665</guid>
      <dc:creator>polisetti</dc:creator>
      <dc:date>2014-02-12T15:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: To Unlock the field by using event field trigger</title>
      <link>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620303#M1116668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you attach an example, I'll take a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 16:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620303#M1116668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-12T16:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Re: To Unlock the field by using event field trigger</title>
      <link>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620304#M1116671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please try your condition in this sample report..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 16:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620304#M1116671</guid>
      <dc:creator>polisetti</dc:creator>
      <dc:date>2014-02-12T16:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: To Unlock the field by using event field trigger</title>
      <link>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620305#M1116674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your version works fine for me...&lt;/P&gt;&lt;P&gt;What exactly steps should I try to reproduce the issue?&lt;/P&gt;&lt;P&gt;(I'm using 11.20 SR5 64-bit, and tested also in ver 10 SR6)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 17:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620305#M1116674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-12T17:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Re: To Unlock the field by using event field trigger</title>
      <link>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620306#M1116676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael ,&lt;/P&gt;&lt;P&gt;Its working fine and i need to try it in my Adhoc report .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 17:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620306#M1116676</guid>
      <dc:creator>polisetti</dc:creator>
      <dc:date>2014-02-12T17:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: To Unlock the field by using event field trigger</title>
      <link>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620307#M1116678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was helpful for me as well trying to keep a list box locked even if the user selected Unlock via the menu or through the object properties menu.&amp;nbsp; I was able to make it look like the Unlock was disabled as nothing happened when the user chose it. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 20:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620307#M1116678</guid>
      <dc:creator />
      <dc:date>2015-04-22T20:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: To Unlock the field by using event field trigger</title>
      <link>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620308#M1116680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a simplistic demo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 20:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620308#M1116680</guid>
      <dc:creator />
      <dc:date>2015-04-22T20:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Re: To Unlock the field by using event field trigger</title>
      <link>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620309#M1116682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use similar approach&amp;nbsp; but list box 2 (Code) is not getting locked, when list box 1 (Type) is selected, am I missing something here. Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 20:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620309#M1116682</guid>
      <dc:creator />
      <dc:date>2015-10-05T20:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: To Unlock the field by using event field trigger</title>
      <link>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620310#M1116684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add another action before "lock" - Select Possible in the field CODE.&amp;nbsp; To execute, "lock" needs something to be selected in this field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 22:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Unlock-the-field-by-using-event-field-trigger/m-p/620310#M1116684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-14T22:05:57Z</dc:date>
    </item>
  </channel>
</rss>

