<?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: selecting from listboxes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/selecting-from-listboxes/m-p/1291935#M403809</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;maybe one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14861663606086174 jive_text_macro" jivemacro_uid="_14861663606086174"&gt;
&lt;P&gt;SubField(GetCurrentSelections(),':',1)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_248682_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/151987_QlikCommunity_Thread_248682_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_248682_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/151988_QlikCommunity_Thread_248682_Pic3.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Feb 2017 00:00:16 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2017-02-04T00:00:16Z</dc:date>
    <item>
      <title>selecting from listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/selecting-from-listboxes/m-p/1291931#M403805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 5 list box, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Office Head,&lt;/P&gt;&lt;P&gt;Dept head,&lt;/P&gt;&lt;P&gt;VP name,&lt;/P&gt;&lt;P&gt;Org head&lt;/P&gt;&lt;P&gt;Location Head.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show name in a text box based on the selected listbox.&lt;/P&gt;&lt;P&gt;For eg: if user choose Dept head text box should show that, if user chooses Org head text box should show that and so on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 18:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selecting-from-listboxes/m-p/1291931#M403805</guid>
      <dc:creator>rdsuperlike</dc:creator>
      <dc:date>2017-02-03T18:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: selecting from listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/selecting-from-listboxes/m-p/1291932#M403806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What should be shown if a user makes selections in multiple list boxes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 18:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selecting-from-listboxes/m-p/1291932#M403806</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-02-03T18:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: selecting from listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/selecting-from-listboxes/m-p/1291933#M403807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User will not select multiple listbox at same time. But basically the the list that is selected only that value/values should appear in textbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 18:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selecting-from-listboxes/m-p/1291933#M403807</guid>
      <dc:creator>rdsuperlike</dc:creator>
      <dc:date>2017-02-03T18:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: selecting from listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/selecting-from-listboxes/m-p/1291934#M403808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try with a Text Box expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;= IF (GetSelectedCount([&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;Office Head&lt;/SPAN&gt;]) &amp;gt; 0, 'Office Head',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;IF (GetSelectedCount([&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;Dept head&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;]) &amp;gt; 0, '&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;Dept head'&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;IF (GetSelectedCount([&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;VP name&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;]) &amp;gt; 0, '&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;VP name&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;'&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;IF (GetSelectedCount([&lt;SPAN style="font-size: 13.3333px;"&gt;Org head&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;]) &amp;gt; 0, 'Org head&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;'&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;IF (GetSelectedCount([&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;Location Head&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;]) &amp;gt; 0, '&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;Location Head&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;'&lt;/SPAN&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;'None')))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Peter&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 18:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selecting-from-listboxes/m-p/1291934#M403808</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-02-03T18:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: selecting from listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/selecting-from-listboxes/m-p/1291935#M403809</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;maybe one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14861663606086174 jive_text_macro" jivemacro_uid="_14861663606086174"&gt;
&lt;P&gt;SubField(GetCurrentSelections(),':',1)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_248682_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/151987_QlikCommunity_Thread_248682_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_248682_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/151988_QlikCommunity_Thread_248682_Pic3.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Feb 2017 00:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selecting-from-listboxes/m-p/1291935#M403809</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-02-04T00:00:16Z</dc:date>
    </item>
  </channel>
</rss>

