<?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: Copy and Paste Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Copy-and-Paste-Function/m-p/1303180#M824865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marnitz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are nearly there with the Pipe, but the syntax for multiple selections for triggers are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;("C_1"|"C_2"&lt;SPAN style="font-size: 13.3333px;"&gt;|"C_3"&lt;/SPAN&gt;) etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you will need to add in double quotes for wrapping against each customer ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe something like this: (NOT TESTED!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='("'&amp;amp;trim(replace(trim(vSearch),', ','"|" ') )&amp;amp;'")'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jul 2017 15:47:01 GMT</pubDate>
    <dc:creator>-SW-</dc:creator>
    <dc:date>2017-07-13T15:47:01Z</dc:date>
    <item>
      <title>Copy and Paste Function</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-and-Paste-Function/m-p/1303179#M824864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following data set:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="124" style="border: 1px solid rgb(0, 0, 0); width: 273px; height: 92px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Customer_ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C_1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;AA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;C_2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;BB&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;C_3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;CC&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;C_4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;DD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;....&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;C_999&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;YY&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;C_1000&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;ZZ&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;My idea is to create an input box (variable: &lt;STRONG&gt;vSearch&lt;/STRONG&gt;) and a button such the user can copy customer IDs from an Excel spreadsheet and paste it into the input box to view specific customer IDs, but I assume there is some form of formatting required in order to this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Button Properties&lt;UL&gt;&lt;LI&gt;Actions&lt;UL&gt;&lt;LI&gt;Select in Field&lt;UL&gt;&lt;LI&gt;Field: CUSTOMER_ID&lt;/LI&gt;&lt;LI&gt;Search String: ='('&amp;amp;replace(trim(replace(&lt;STRONG&gt;vSearch&lt;/STRONG&gt;,',',' ') ),' ','|')&amp;amp;')'&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But I'm not getting any results from this methodology - any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks!&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/Copy-and-Paste-Function/m-p/1303179#M824864</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Copy and Paste Function</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-and-Paste-Function/m-p/1303180#M824865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marnitz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are nearly there with the Pipe, but the syntax for multiple selections for triggers are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;("C_1"|"C_2"&lt;SPAN style="font-size: 13.3333px;"&gt;|"C_3"&lt;/SPAN&gt;) etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you will need to add in double quotes for wrapping against each customer ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe something like this: (NOT TESTED!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='("'&amp;amp;trim(replace(trim(vSearch),', ','"|" ') )&amp;amp;'")'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 15:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-and-Paste-Function/m-p/1303180#M824865</guid>
      <dc:creator>-SW-</dc:creator>
      <dc:date>2017-07-13T15:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Copy and Paste Function</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-and-Paste-Function/m-p/1303181#M824866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've used this to copy directly from Excel a list of values.&amp;nbsp; Paste them into an input box that is tied to a variable like your vSearch.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='('&amp;amp;replace(replace(replace(replace(replace(trim(vSearch),chr(10),'|'),',','|'),' ','|'),'|||','|'),'||','|')&amp;amp;')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I use an action tied to a button to apply the search.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 16:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-and-Paste-Function/m-p/1303181#M824866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-13T16:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Copy and Paste Function</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-and-Paste-Function/m-p/1303182#M824867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should explain that it is also considering any spaces,commas, or chr(10) as possible delimiters for individual values.&amp;nbsp; So it may be more than you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chr(10) is what the delimiter is when copying a column of values from Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 16:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-and-Paste-Function/m-p/1303182#M824867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-13T16:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Copy and Paste Function</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-and-Paste-Function/m-p/1303183#M824868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shun Wong, thank you for the suggestion, the syntax did work for a single line of text but had trouble with multiple line string (Excel paste).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 20:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-and-Paste-Function/m-p/1303183#M824868</guid>
      <dc:creator />
      <dc:date>2017-07-13T20:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Copy and Paste Function</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-and-Paste-Function/m-p/1303184#M824869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You Sir, are a genius!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works perfectly, thank you Wallo for the solution and the reasoning &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 20:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-and-Paste-Function/m-p/1303184#M824869</guid>
      <dc:creator />
      <dc:date>2017-07-13T20:21:54Z</dc:date>
    </item>
  </channel>
</rss>

