<?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: How to display a search string in a text object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-a-search-string-in-a-text-object/m-p/1201383#M878028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1 example&lt;/P&gt;&lt;P&gt;=Concat(DISTINCt Country,', ')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Oct 2016 18:05:50 GMT</pubDate>
    <dc:creator>el_aprendiz111</dc:creator>
    <dc:date>2016-10-17T18:05:50Z</dc:date>
    <item>
      <title>How to display a search string in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-search-string-in-a-text-object/m-p/1201382#M878027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to figure out how I can display search strings after submitting them. For example, once I type a search string into a search object and press Enter, I would like to somehow display the string that was searched (possibly through a text object). Right now, the closes I can get is using GetFieldSelections() but it only shows a number (e.g. "324 of 13250") rather than the actual search string. I'm trying to get this to work for multiple search terms too. So if someone searches "test" the presses Enter, and searches "blue" and presses Enter, I want a text object to display "test, blue". Thank you in advance for your help!!&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/How-to-display-a-search-string-in-a-text-object/m-p/1201382#M878027</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a search string in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-search-string-in-a-text-object/m-p/1201383#M878028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1 example&lt;/P&gt;&lt;P&gt;=Concat(DISTINCt Country,', ')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 18:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-search-string-in-a-text-object/m-p/1201383#M878028</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2016-10-17T18:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a search string in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-search-string-in-a-text-object/m-p/1201384#M878029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use GetFieldSelections (&lt;A href="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getfieldselections.htm" title="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getfieldselections.htm"&gt;https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getfieldselections.htm&lt;/A&gt;) with the third parameter here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="140886" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140886_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GetFieldSelections(FieldName, ', ', &lt;SPAN style="color: #ff0000;"&gt;15000&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 18:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-search-string-in-a-text-object/m-p/1201384#M878029</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-17T18:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a search string in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-search-string-in-a-text-object/m-p/1201385#M878030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply. Unfortunately, this only shows the matching field text. Instead, I'm trying to display the search text. For example, if I search for the word "bicycle," I want to output "bicycle" and not the field text that contains the search word.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 18:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-search-string-in-a-text-object/m-p/1201385#M878030</guid>
      <dc:creator />
      <dc:date>2016-10-17T18:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a search string in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-search-string-in-a-text-object/m-p/1201386#M878031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not getting this to work. It is still only displaying "# of #" rather than the actual search string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 18:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-search-string-in-a-text-object/m-p/1201386#M878031</guid>
      <dc:creator />
      <dc:date>2016-10-17T18:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a search string in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-search-string-in-a-text-object/m-p/1201387#M878032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can capture string from a search object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can only capture Active Selections&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 18:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-search-string-in-a-text-object/m-p/1201387#M878032</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-10-17T18:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a search string in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-search-string-in-a-text-object/m-p/1201388#M878033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mehdi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this topic: &lt;A href="https://www.youtube.com/watch?v=rIsbfthlTE4" title="https://www.youtube.com/watch?v=rIsbfthlTE4"&gt;https://www.youtube.com/watch?v=rIsbfthlTE4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope that resolves your issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 18:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-search-string-in-a-text-object/m-p/1201388#M878033</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-10-17T18:44:40Z</dc:date>
    </item>
  </channel>
</rss>

