<?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: Field Activation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455162#M169806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to check if any value is selected use getselectedcount([Flight Types]). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2013 15:36:41 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-02-20T15:36:41Z</dc:date>
    <item>
      <title>Field Activation</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455159#M169803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two fields one with Multi box (Flight Types) and the other with list box selection (Fligh Sub Types). When ever I select a value in Multi box the list box should get activated and should show me the corresponding values of list box (Flight sub types). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I will put it in other way, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to do two things.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; When selecting one value in a particular multi box, it activates another list box near by.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; When unselecting that value the list box should disappear &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible in Macros or Triggers?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think we can use triggers for this but&amp;nbsp; dont know how and where to write this trigger. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me how can i do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 13:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455159#M169803</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-20T13:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Field Activation</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455160#M169804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need triggers. You can use the conditional display expressions you can enter on the Layout tab of the listbox properties windows. The expression you need is something like =if(getsubstringcount([Flight Types],'Additional'),1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 14:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455160#M169804</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-20T14:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Field Activation</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455161#M169805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Wassenaar. But its giving me the list box if i select the first value. If i select the 2, 3, 4, etc., values the list box is not appearing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me some ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 15:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455161#M169805</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-20T15:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Field Activation</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455162#M169806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to check if any value is selected use getselectedcount([Flight Types]). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 15:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455162#M169806</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-20T15:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Field Activation</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455163#M169807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton Wassenaar. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more query will the list values disappear when I do no selection in the multi box? I mean when ever there is no selection in multi box list box should appear (heading, scroll bars and led of the list box) but the list values (names of the company) should not appear . If i select some value value in multi box the list values (names of the company) should appear in the list box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 09:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455163#M169807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-21T09:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Field Activation</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455164#M169808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the listboxes are hidden until you select values. That's what you asked for in your first post:&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;When unselecting that value the list box should disappear&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/EM&gt;If you want empty listboxes to be shown then the easiest way is use table boxes instead and make them look like listboxes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 10:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455164#M169808</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-21T10:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Field Activation</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455165#M169809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx for your quick reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any example QVW fo this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 10:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455165#M169809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-21T10:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Field Activation</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455166#M169810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, listboxes can't be made empty easily so I had to use straight tables. See attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 10:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455166#M169810</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-21T10:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Field Activation</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455167#M169811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Wassenaar. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have youcalled te same value both in Multi and list box (Straight Table)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached my scenario here pls help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 12:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455167#M169811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-21T12:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Field Activation</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455168#M169812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same principle, just replace the field name to what you want to show. See attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 12:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455168#M169812</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-21T12:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Field Activation</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455169#M169813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome. I tried same logic but it was not working i don't know why. Anyay thanks a ton.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 12:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Activation/m-p/455169#M169813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-21T12:50:44Z</dc:date>
    </item>
  </channel>
</rss>

