<?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: Listbox - select multiple values from clipboard (SAP,Excel,..) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox-select-multiple-values-from-clipboard-SAP-Excel/m-p/1111980#M367669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So in this example you'd have cut values 400013, 140350, etc. into your clipboard from Excel? And you want to find any name that contains something from the list? It appears that when I paste that into a variable, I get two spaces after each value. So paste it into a variable, trigger an action OnInput to clear the field then select in field, and write an expression that turns what you pasted into a wildmatch:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='=wildmatch(Name,'&amp;amp;chr(39)&amp;amp;'*'&amp;amp;replace(trim(List),'&amp;nbsp; ','*'&amp;amp;chr(39)&amp;amp;','&amp;amp;chr(39)&amp;amp;'*')&amp;amp;'*'&amp;amp;chr(39)&amp;amp;')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125280_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 May 2016 00:15:24 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2016-05-21T00:15:24Z</dc:date>
    <item>
      <title>Listbox - select multiple values from clipboard (SAP,Excel,..)</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-select-multiple-values-from-clipboard-SAP-Excel/m-p/1111974#M367663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Calibri',sans-serif; font-size: 11pt;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Calibri',sans-serif; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Calibri',sans-serif; font-size: 11pt;"&gt;I would like (such as in other Systems possible, for example SAP) easily select multiple values from the clipboard in a list box, which I have previously compiled in an Excel spreadsheet. Is there a way?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Calibri',sans-serif; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Calibri',sans-serif; font-size: 11pt;"&gt;Thank you very much&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Calibri',sans-serif; font-size: 11pt;"&gt;Mfg Sabrina Sekler&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 08:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-select-multiple-values-from-clipboard-SAP-Excel/m-p/1111974#M367663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-20T08:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox - select multiple values from clipboard (SAP,Excel,..)</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-select-multiple-values-from-clipboard-SAP-Excel/m-p/1111975#M367664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;I understand that you like to copy a list of multiple values.&lt;/P&gt;&lt;P&gt;You can concatenate the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Compound search&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Using a compound search, you can express more complicated search conditions with logical operators. Use brackets and ‘&amp;amp;’ or ‘|’, e.g. ‘(California|Nevada)’.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4096"&gt;The Search String&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Bernd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 09:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-select-multiple-values-from-clipboard-SAP-Excel/m-p/1111975#M367664</guid>
      <dc:creator>berndjaegle</dc:creator>
      <dc:date>2016-05-20T09:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox - select multiple values from clipboard (SAP,Excel,..)</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-select-multiple-values-from-clipboard-SAP-Excel/m-p/1111976#M367665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not very clear what you are trying to do. Can you please elaborate more?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 09:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-select-multiple-values-from-clipboard-SAP-Excel/m-p/1111976#M367665</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-20T09:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox - select multiple values from clipboard (SAP,Excel,..)</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-select-multiple-values-from-clipboard-SAP-Excel/m-p/1111977#M367666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sabrina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you tried using bookmarks to solve your problem? Can you please describe better your issue with some screenshot example or a document or even a QVD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 10:36:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-select-multiple-values-from-clipboard-SAP-Excel/m-p/1111977#M367666</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-05-20T10:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox - select multiple values from clipboard (SAP,Excel,..)</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-select-multiple-values-from-clipboard-SAP-Excel/m-p/1111978#M367667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look here : &lt;A href="https://community.qlikview.com/docs/DOC-15671" title="https://community.qlikview.com/docs/DOC-15671"&gt;Compound Search - demystified | Qlik Community&lt;/A&gt; . That might help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 10:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-select-multiple-values-from-clipboard-SAP-Excel/m-p/1111978#M367667</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-05-20T10:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox - select multiple values from clipboard (SAP,Excel,..)</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-select-multiple-values-from-clipboard-SAP-Excel/m-p/1111979#M367668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have for example a big Excel sheet with a lot of different customer numbers. These customer numbers want to select in the Dashboard.&lt;/P&gt;&lt;P&gt;Until now, I do this:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125209_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;But for example 100 different customer numbers it is very costly.&lt;/P&gt;&lt;P&gt;Is there a simple solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 11:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-select-multiple-values-from-clipboard-SAP-Excel/m-p/1111979#M367668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-20T11:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox - select multiple values from clipboard (SAP,Excel,..)</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-select-multiple-values-from-clipboard-SAP-Excel/m-p/1111980#M367669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So in this example you'd have cut values 400013, 140350, etc. into your clipboard from Excel? And you want to find any name that contains something from the list? It appears that when I paste that into a variable, I get two spaces after each value. So paste it into a variable, trigger an action OnInput to clear the field then select in field, and write an expression that turns what you pasted into a wildmatch:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='=wildmatch(Name,'&amp;amp;chr(39)&amp;amp;'*'&amp;amp;replace(trim(List),'&amp;nbsp; ','*'&amp;amp;chr(39)&amp;amp;','&amp;amp;chr(39)&amp;amp;'*')&amp;amp;'*'&amp;amp;chr(39)&amp;amp;')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125280_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 May 2016 00:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-select-multiple-values-from-clipboard-SAP-Excel/m-p/1111980#M367669</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-05-21T00:15:24Z</dc:date>
    </item>
  </channel>
</rss>

