<?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: Paste and Select - Variable Input and Button Action in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Paste-and-Select-Variable-Input-and-Button-Action/m-p/2515400#M105665</link>
    <description>&lt;P&gt;Hi AJ,&lt;/P&gt;&lt;P&gt;I find this to be working for your case:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;='$(=Replace(vMemberID_Selection, ' ', ';'))'&lt;/LI-CODE&gt;&lt;P&gt;Please find the attached QVF for an example.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Apr 2025 07:32:06 GMT</pubDate>
    <dc:creator>RonaldDoes</dc:creator>
    <dc:date>2025-04-23T07:32:06Z</dc:date>
    <item>
      <title>Paste and Select - Variable Input and Button Action</title>
      <link>https://community.qlik.com/t5/App-Development/Paste-and-Select-Variable-Input-and-Button-Action/m-p/2515278#M105660</link>
      <description>&lt;P&gt;Users need to be able to paste a list of values from excel and use those values as selections in a field. I have seen examples of this done using variable input and a button with select action.&lt;/P&gt;&lt;P&gt;In my use case, however, only values that contain text characters are being returned. Values that only contain numbers are being ignored in the selection process.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my current setup:&lt;/P&gt;&lt;P&gt;1. Variable input box to set: vMemberID_Selection&lt;/P&gt;&lt;P&gt;2. Button Action: Select values in a field&lt;/P&gt;&lt;P&gt;3. Button Field: PRIMARY_MEMBER_ID //text field&lt;/P&gt;&lt;P&gt;4. Button Value: =replace(vMemberID_Selection,' ',';') //replace the empty space delimiter from excel with a semi-colon&lt;/P&gt;&lt;P&gt;When I paste the below list from excel, only the first 3 values are returned for PRIMARY_MEMBER_ID. The last two values that only contain numbers are ignored.&lt;/P&gt;&lt;P&gt;PER-12345678;ORG-12345678;EMP-dsvo3sdf6sdfs48fs4;23456789;34567890&lt;/P&gt;&lt;P&gt;I have also tried manually converting the Button Value to text but still experienced the same behavior:&lt;/P&gt;&lt;P&gt;=text(replace(vMemberID_Selection,' ',';'))&lt;/P&gt;&lt;P&gt;=replace(text(vMemberID_Selection),' ',';')&lt;/P&gt;&lt;P&gt;Any ideas what could be causing this issue and how to resolve?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 18:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Paste-and-Select-Variable-Input-and-Button-Action/m-p/2515278#M105660</guid>
      <dc:creator>AJ2024</dc:creator>
      <dc:date>2025-04-22T18:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Paste and Select - Variable Input and Button Action</title>
      <link>https://community.qlik.com/t5/App-Development/Paste-and-Select-Variable-Input-and-Button-Action/m-p/2515400#M105665</link>
      <description>&lt;P&gt;Hi AJ,&lt;/P&gt;&lt;P&gt;I find this to be working for your case:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;='$(=Replace(vMemberID_Selection, ' ', ';'))'&lt;/LI-CODE&gt;&lt;P&gt;Please find the attached QVF for an example.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 07:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Paste-and-Select-Variable-Input-and-Button-Action/m-p/2515400#M105665</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2025-04-23T07:32:06Z</dc:date>
    </item>
  </channel>
</rss>

