<?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: Lock/Unlock a field depending on selections in another field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39453#M783737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below &lt;/P&gt;&lt;P&gt;1: create list box with expression as &lt;/P&gt;&lt;P&gt;aggr(product,product)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;2: List box with product &lt;/P&gt;&lt;P&gt;go to property &amp;gt; general &amp;gt; hide excluded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you will show only data from Product which related to selected region only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2018 10:19:58 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2018-03-16T10:19:58Z</dc:date>
    <item>
      <title>Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39442#M783726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've two fields in list boxes - Product and Region.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to force users to select a product prior to selecting a region.&lt;/P&gt;&lt;P&gt;For this I guess I've to lock the field region when there is no selections in product and then unlock it as soon as selection(s) is made on Product and repeat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise a way to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*** I don't want to show/hide Region based on selection in Product.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*** I don't want to Hide the Region field with a text object&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! in advance&lt;/P&gt;&lt;P&gt;-Sneh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39442#M783726</guid>
      <dc:creator>ashish_2511</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39443#M783727</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 solution comes to my mind:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a conditional display on the second listbox like: G&lt;STRONG&gt;etselectedcount(field1)&amp;lt;&amp;gt;0&lt;/STRONG&gt; //this will show the second listbox only if you make selection on the first one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, create a textbox to show message like: SELECT A VALUE ON FIRST LISTBOX with conditional display like: &lt;STRONG&gt;Getselectedcount(field1)=0&lt;/STRONG&gt; //this will show this textbox only if you don't select a value on the first listbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or anoher solution would be to write this expression on the second listbox: &lt;STRONG&gt;=if(GetSelectedCount(field1)&amp;lt;&amp;gt;0,field2)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 09:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39443#M783727</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-16T09:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39444#M783728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A sample solution is attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 09:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39444#M783728</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2018-03-16T09:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39445#M783729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess, you have attached the wrong QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 09:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39445#M783729</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-16T09:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39446#M783730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, he doesn't want this solution, no hiding of object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 09:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39446#M783730</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-16T09:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39447#M783731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've already tried this. My client doesn't want this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 10:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39447#M783731</guid>
      <dc:creator>ashish_2511</dc:creator>
      <dc:date>2018-03-16T10:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39448#M783732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this app:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used two list box for region. One in read only state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 10:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39448#M783732</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-03-16T10:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39449#M783733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nice one !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 10:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39449#M783733</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-16T10:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39450#M783734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a dummy dataset, no UI stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but others Could use this dataset to provide their solutions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 10:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39450#M783734</guid>
      <dc:creator>ashish_2511</dc:creator>
      <dc:date>2018-03-16T10:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39451#M783735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also reached till this point but could you do some miracle to clear off the Region selection when product is cleared?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 10:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39451#M783735</guid>
      <dc:creator>ashish_2511</dc:creator>
      <dc:date>2018-03-16T10:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39452#M783736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will clear, since i am not locking any fileds. I just forcing the user to select a product prior to Region &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 10:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39452#M783736</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-03-16T10:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39453#M783737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below &lt;/P&gt;&lt;P&gt;1: create list box with expression as &lt;/P&gt;&lt;P&gt;aggr(product,product)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;2: List box with product &lt;/P&gt;&lt;P&gt;go to property &amp;gt; general &amp;gt; hide excluded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you will show only data from Product which related to selected region only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 10:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39453#M783737</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-03-16T10:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39454#M783738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This fulfills just part of my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you select a product and then a region and then deselect product, the selection in Region stays (both list boxes Read-only checked or unchecked)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 10:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39454#M783738</guid>
      <dc:creator>ashish_2511</dc:creator>
      <dc:date>2018-03-16T10:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39455#M783739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! but this this doesn't serve my purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I've mentioned above -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you select a product and then a region and then deselect product, the selection in Region stays&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 10:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39455#M783739</guid>
      <dc:creator>ashish_2511</dc:creator>
      <dc:date>2018-03-16T10:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39456#M783740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;I have added on trigger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 10:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39456#M783740</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-03-16T10:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39457#M783741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did this worked ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 10:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39457#M783741</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-03-16T10:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39458#M783742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this worked &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd totally disregarded the on any select trigger. I was just trying to make it work with field event triggers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 11:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39458#M783742</guid>
      <dc:creator>ashish_2511</dc:creator>
      <dc:date>2018-03-16T11:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock a field depending on selections in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39459#M783743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Happy to hear it worked &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great weekend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 11:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-Unlock-a-field-depending-on-selections-in-another-field/m-p/39459#M783743</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-03-16T11:45:31Z</dc:date>
    </item>
  </channel>
</rss>

