<?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: 'Ctrl' click by actions in Text boxes on same field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ctrl-click-by-actions-in-Text-boxes-on-same-field/m-p/53037#M782648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes thats right, but the all the 3 textboxes are based on the same field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2018 07:21:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-20T07:21:06Z</dc:date>
    <item>
      <title>'Ctrl' click by actions in Text boxes on same field</title>
      <link>https://community.qlik.com/t5/QlikView/Ctrl-click-by-actions-in-Text-boxes-on-same-field/m-p/53035#M782646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a question, which probably will be solved easily but for some reason im not getting it right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've one field with different values. Now I would like to work with mulitple text boxes which contains actions to select a value from that specific field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it just selects the new value you click on but actually the first selection should stay and you need to add the next value to your selection by clicking on the text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See a sample application attached.&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/Ctrl-click-by-actions-in-Text-boxes-on-same-field/m-p/53035#M782646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: 'Ctrl' click by actions in Text boxes on same field</title>
      <link>https://community.qlik.com/t5/QlikView/Ctrl-click-by-actions-in-Text-boxes-on-same-field/m-p/53036#M782647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you want to retain previous selection on clicking other textbox?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 07:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ctrl-click-by-actions-in-Text-boxes-on-same-field/m-p/53036#M782647</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-20T07:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: 'Ctrl' click by actions in Text boxes on same field</title>
      <link>https://community.qlik.com/t5/QlikView/Ctrl-click-by-actions-in-Text-boxes-on-same-field/m-p/53037#M782648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes thats right, but the all the 3 textboxes are based on the same field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 07:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ctrl-click-by-actions-in-Text-boxes-on-same-field/m-p/53037#M782648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-20T07:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: 'Ctrl' click by actions in Text boxes on same field</title>
      <link>https://community.qlik.com/t5/QlikView/Ctrl-click-by-actions-in-Text-boxes-on-same-field/m-p/53038#M782649</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;You can create a list of selections based on previous selections by concatenating with already selected parts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your first box, the expression for 'Search String' would be:&lt;/P&gt;&lt;P&gt;='(' &amp;amp; GetFieldSelections(Field) &amp;amp; '|' &amp;amp; 'Test)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that this would just add more and more 'Test' to the string so your 'current selections' may look weird, but the functionality is as expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 07:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ctrl-click-by-actions-in-Text-boxes-on-same-field/m-p/53038#M782649</guid>
      <dc:creator>niclaz79</dc:creator>
      <dc:date>2018-03-20T07:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: 'Ctrl' click by actions in Text boxes on same field</title>
      <link>https://community.qlik.com/t5/QlikView/Ctrl-click-by-actions-in-Text-boxes-on-same-field/m-p/53039#M782650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 12:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ctrl-click-by-actions-in-Text-boxes-on-same-field/m-p/53039#M782650</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-03-20T12:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: 'Ctrl' click by actions in Text boxes on same field</title>
      <link>https://community.qlik.com/t5/QlikView/Ctrl-click-by-actions-in-Text-boxes-on-same-field/m-p/53040#M782651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the good work &lt;A href="https://community.qlik.com/qlik-users/178253"&gt;tamilarasu&lt;/A&gt;‌ !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works fine now!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 08:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ctrl-click-by-actions-in-Text-boxes-on-same-field/m-p/53040#M782651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-21T08:21:25Z</dc:date>
    </item>
  </channel>
</rss>

