<?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 Custom list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Custom-list-box/m-p/1109209#M897655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hello &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I am trying to create a custom list box that when i select one value it will make some time of data selection &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; I have attached an example &lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="font-size: 13.3333px;"&gt;&lt;LI&gt;I have created an inline load that will generate the list options&lt;OL&gt;&lt;LI&gt;There are to option "All" and "some"&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;I have created a list box and selected the field i have created in the inline&lt;/LI&gt;&lt;LI&gt;I have configurer the button to "always one selected value"&lt;/LI&gt;&lt;LI&gt;I have created a field event trigger on field with the list box option but know its my problem. How do i know that was the value select so i can select the correct data. What i need is when the user select all, all empoyes are selected and when i select some only john and alfred are selected. &lt;/LI&gt;&lt;/OL&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Many thanks in advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Custom list box</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-list-box/m-p/1109209#M897655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hello &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I am trying to create a custom list box that when i select one value it will make some time of data selection &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; I have attached an example &lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="font-size: 13.3333px;"&gt;&lt;LI&gt;I have created an inline load that will generate the list options&lt;OL&gt;&lt;LI&gt;There are to option "All" and "some"&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;I have created a list box and selected the field i have created in the inline&lt;/LI&gt;&lt;LI&gt;I have configurer the button to "always one selected value"&lt;/LI&gt;&lt;LI&gt;I have created a field event trigger on field with the list box option but know its my problem. How do i know that was the value select so i can select the correct data. What i need is when the user select all, all empoyes are selected and when i select some only john and alfred are selected. &lt;/LI&gt;&lt;/OL&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Many thanks in advance &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/Custom-list-box/m-p/1109209#M897655</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Custom list box</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-list-box/m-p/1109210#M897656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you Need to Change the Trigger on select to&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&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;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ListBoxoptions&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)='All','*','(John|Alfred)') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;In your example. All select all 4 names, while some selects only John and Alfred&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;that what you want?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 08:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-list-box/m-p/1109210#M897656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-02T08:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom list box</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-list-box/m-p/1109211#M897657</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;try this as search value for your trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='('&amp;amp;if(ListBoxoptions = 'All','*','"John"|"Alfred"')&amp;amp;')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 08:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-list-box/m-p/1109211#M897657</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-08-02T08:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom list box</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-list-box/m-p/1109212#M897658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You guys rock!!!&lt;/P&gt;&lt;P&gt;Many thanks for you help. It worked great&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now i face another problem. Imagine this scenario, i have selected on the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ListBoxoptions&amp;nbsp; the value "all"&lt;/SPAN&gt; and i go to the Employ listbox and select "john"&amp;nbsp; the selected value for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ListBoxoptions&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;field is still "all" and gives a false impression to the user. Is there a way in this case to remove the seleccion of the fiel "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ListBoxoptions" &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 11:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-list-box/m-p/1109212#M897658</guid>
      <dc:creator />
      <dc:date>2016-08-02T11:36:21Z</dc:date>
    </item>
  </channel>
</rss>

