<?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 Disable a listbox when ... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362414#M134709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;It works. It helps me.&lt;/P&gt;&lt;P&gt;May you explain me how it works? i mean, what have you done?&lt;/P&gt;&lt;P&gt;i don't understand. No expression. no actions. no Macro.&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2012 11:21:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-21T11:21:23Z</dc:date>
    <item>
      <title>Disable a listbox when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362406#M134701</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;I'm in trouble with a listbox.&lt;/P&gt;&lt;P&gt;I'd like to enable or disable a listbox when I select a field of another listbox.&lt;/P&gt;&lt;P&gt;For instance. I have two list box A &amp;amp; B.&lt;/P&gt;&lt;P&gt;If I select a field in listbox A, I don't want that the customer can select a field in listbox B.&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;Thank you so much in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 10:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362406#M134701</guid>
      <dc:creator />
      <dc:date>2012-03-21T10:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disable a listbox when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362407#M134702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;u meant to say if A is selected there should not be anything selected in B(disable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u clear that..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 10:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362407#M134702</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-03-21T10:58:31Z</dc:date>
    </item>
    <item>
      <title>Disable a listbox when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362408#M134703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use macro to do this.&lt;/P&gt;&lt;P&gt;To disable the LB01 list box this should call on on select trigger&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Document properties--&amp;gt;Triggers--&amp;gt;Fields&lt;/P&gt;&lt;P&gt;Sub LB01&lt;/P&gt;&lt;P&gt;set LB = ActiveDocument.GetSheetObject("LB01")&lt;/P&gt;&lt;P&gt;set box=LB.GetProperties&lt;/P&gt;&lt;P&gt;box.Layout.ReadOnly = true&lt;/P&gt;&lt;P&gt;LB.SetProperties box&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 10:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362408#M134703</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-21T10:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Disable a listbox when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362409#M134704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, is this what you need?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 11:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362409#M134704</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-03-21T11:00:56Z</dc:date>
    </item>
    <item>
      <title>Disable a listbox when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362410#M134705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sivaraj,&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;Yes, if I select a field in A I don't have to select a field in B.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 11:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362410#M134705</guid>
      <dc:creator />
      <dc:date>2012-03-21T11:03:21Z</dc:date>
    </item>
    <item>
      <title>Disable a listbox when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362411#M134706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Giampiero, have you seen my solution? It does what you need. Please confirm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 11:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362411#M134706</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-03-21T11:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disable a listbox when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362412#M134707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(getselectedcount(A)=0,B) in list box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u select anything in A it dont any show option in B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 11:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362412#M134707</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-03-21T11:09:38Z</dc:date>
    </item>
    <item>
      <title>Disable a listbox when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362413#M134708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Celambarasan,&lt;/P&gt;&lt;P&gt;I'm not sure to understand how it works.&lt;/P&gt;&lt;P&gt;I create a macro LB01 then Triggers-&amp;gt;Fields i used the macro but it doesn't work.&lt;/P&gt;&lt;P&gt;I'm sure I did something wrong.&lt;/P&gt;&lt;P&gt;I try again&lt;/P&gt;&lt;P&gt;THANK YOU SO MUCH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 11:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362413#M134708</guid>
      <dc:creator />
      <dc:date>2012-03-21T11:19:26Z</dc:date>
    </item>
    <item>
      <title>Disable a listbox when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362414#M134709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;It works. It helps me.&lt;/P&gt;&lt;P&gt;May you explain me how it works? i mean, what have you done?&lt;/P&gt;&lt;P&gt;i don't understand. No expression. no actions. no Macro.&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 11:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362414#M134709</guid>
      <dc:creator />
      <dc:date>2012-03-21T11:21:23Z</dc:date>
    </item>
    <item>
      <title>Disable a listbox when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362415#M134710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sivarj,&lt;/P&gt;&lt;P&gt;thank you so much.&lt;/P&gt;&lt;P&gt;It's a good idea, but it's not exactly what I need to.&lt;/P&gt;&lt;P&gt;I'll try to follow this way to find a new solution.&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 11:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362415#M134710</guid>
      <dc:creator />
      <dc:date>2012-03-21T11:22:57Z</dc:date>
    </item>
    <item>
      <title>Disable a listbox when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362416#M134711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the nice thing about it &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;In your second listbox, you put an expression that is says &lt;/P&gt;&lt;P&gt;"if yhere are not elements sected in the first list box, then show the field, otherwise do nothing"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the second list box properties, and check the expression. It's really simple.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 11:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362416#M134711</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-03-21T11:51:16Z</dc:date>
    </item>
    <item>
      <title>Disable a listbox when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362417#M134712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wrote this expression on my ListBox:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ((isnull(getfieldselections(LB1, ',', 10))='-1'),LB2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it doesn't work like your example.&lt;/P&gt;&lt;P&gt;What's wrong in my expression?&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 16:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362417#M134712</guid>
      <dc:creator />
      <dc:date>2012-03-21T16:16:42Z</dc:date>
    </item>
    <item>
      <title>Disable a listbox when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362418#M134713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, Understood.&lt;/P&gt;&lt;P&gt;You have to insert the expression where you choice the fields of the ListBox. In the list of the Fields there is &amp;lt;expression&amp;gt;.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 16:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-a-listbox-when/m-p/362418#M134713</guid>
      <dc:creator />
      <dc:date>2012-03-21T16:29:20Z</dc:date>
    </item>
  </channel>
</rss>

