<?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: GetFieldSelections() - Transfer the selection from one column to another with a button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-Transfer-the-selection-from-one-column-to/m-p/1211553#M874000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try: Document Properties &amp;gt; Triggers &amp;gt; Field Event Triggers &amp;gt; Select the initial field in Field Event Triggers, then On Select and OnChange &amp;gt; Action Type: Selection &amp;gt; Action: Select in Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used this feature to link one selection at a time.&amp;nbsp; Not sure if it will work with &amp;gt;1 selections...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Nov 2016 18:31:37 GMT</pubDate>
    <dc:creator>jcampbell474</dc:creator>
    <dc:date>2016-11-07T18:31:37Z</dc:date>
    <item>
      <title>GetFieldSelections() - Transfer the selection from one column to another with a button</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-Transfer-the-selection-from-one-column-to/m-p/1211551#M873998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;GetFieldSelections()&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt; - Transfer the selection from one column to another with a button&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to transfer the selection from one column to another with a button (when I can not link them directly in the script), using the GetFieldSelections() function.&lt;/P&gt;&lt;P&gt;However, I've found problems because in the selection appears arguments instead of data (apparently it uses the current selections of data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TAB_NAME:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME, ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOSE DA SILVA, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALVARO CABRAL, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MARIO SERGIO, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RODRIGO ALVES, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EDUARDO CUNHA, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CHICO BUARQUE, 6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMILIA BONECA, 7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SACI PERERE, 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JUCA KIFURI, 9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JAMIL EUMANOITE, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JACA PODRE, 11&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TAB_ALIAS:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALIAS, ID2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JANAINA CORDEIRO, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JUCELIA SILVA, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NILZA APARECIDA, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AMARAL DO PALMEIRAS, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JULIO CESAR, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JANIO QUADROS, 6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMILIA BONECA, 7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SACI PERERE, 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALVARO CABRAL, 9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EDUARDO CUNHA, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MARIO SERGIO, 11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RODRIGO ALVES, 12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOSE DA SILVA, 13&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CHICO BUARQUE, 14&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When selecting some records NAME, and click the button, the values are transferred to ALIAS, as desired, using the GetFieldSelections() function.&lt;/P&gt;&lt;P&gt;But, when selecting many or all records, the GetFieldSelections() function returns "ALL" and nothing is useful to select ALIAS.&lt;/P&gt;&lt;P&gt;When selecting 8 records NAME, NOT appears and the selection by GetFieldSelections () for the ALIAS is what you do not want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #575757; font-size: 12pt;"&gt;So, does anyone know another way to get exactly the list of selected data in a particular field to apply on another field?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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/GetFieldSelections-Transfer-the-selection-from-one-column-to/m-p/1211551#M873998</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections() - Transfer the selection from one column to another with a button</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-Transfer-the-selection-from-one-column-to/m-p/1211552#M873999</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 in Field Selection Search String.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='("'&amp;amp;Concat(NAME,'"|"')&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>Mon, 07 Nov 2016 17:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-Transfer-the-selection-from-one-column-to/m-p/1211552#M873999</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-11-07T17:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections() - Transfer the selection from one column to another with a button</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-Transfer-the-selection-from-one-column-to/m-p/1211553#M874000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try: Document Properties &amp;gt; Triggers &amp;gt; Field Event Triggers &amp;gt; Select the initial field in Field Event Triggers, then On Select and OnChange &amp;gt; Action Type: Selection &amp;gt; Action: Select in Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used this feature to link one selection at a time.&amp;nbsp; Not sure if it will work with &amp;gt;1 selections...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 18:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-Transfer-the-selection-from-one-column-to/m-p/1211553#M874000</guid>
      <dc:creator>jcampbell474</dc:creator>
      <dc:date>2016-11-07T18:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections() - Transfer the selection from one column to another with a button</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-Transfer-the-selection-from-one-column-to/m-p/1211554#M874001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent! &lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 18:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-Transfer-the-selection-from-one-column-to/m-p/1211554#M874001</guid>
      <dc:creator />
      <dc:date>2016-11-07T18:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections() - Transfer the selection from one column to another with a button</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-Transfer-the-selection-from-one-column-to/m-p/1211555#M874002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was looking for a user decision way.&lt;/P&gt;&lt;P&gt;I think a trigger will not apply in this case.&lt;/P&gt;&lt;P&gt;By the way, Kaushik Solanki gave me a Concat() method that work's fine!&lt;/P&gt;&lt;P&gt;Thank's anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 18:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-Transfer-the-selection-from-one-column-to/m-p/1211555#M874002</guid>
      <dc:creator />
      <dc:date>2016-11-07T18:41:35Z</dc:date>
    </item>
  </channel>
</rss>

