<?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 variable containing search query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/variable-containing-search-query/m-p/203447#M60771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve, While this does not accomplish exactly what I was trying to do, this approach seems to be the closest that QV currently supports. I've opened a new feature request for consideration as a future enhancement.&lt;/P&gt;&lt;P&gt;Thanks for your insight.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2010 19:46:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-20T19:46:33Z</dc:date>
    <item>
      <title>variable containing search query</title>
      <link>https://community.qlik.com/t5/QlikView/variable-containing-search-query/m-p/203442#M60766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to create a dynamic chart title that contains the search query/term used in a search object.&lt;/P&gt;&lt;P&gt;Is there a variable created by default that I can reference to do this? I cannot seem to find any info on this type of variable (if it exists) or figure out a way to include this filter term like I want.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 02:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-containing-search-query/m-p/203442#M60766</guid>
      <dc:creator />
      <dc:date>2010-01-07T02:51:39Z</dc:date>
    </item>
    <item>
      <title>variable containing search query</title>
      <link>https://community.qlik.com/t5/QlikView/variable-containing-search-query/m-p/203443#M60767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;Knowing the dimensions of the object you are showing, you can title your chart something like (untested)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;='Chart 1 ' &amp;amp; GetFieldSelections(Field1) &amp;amp; GetFieldSelections(Field2)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 08:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-containing-search-query/m-p/203443#M60767</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-01-07T08:41:28Z</dc:date>
    </item>
    <item>
      <title>variable containing search query</title>
      <link>https://community.qlik.com/t5/QlikView/variable-containing-search-query/m-p/203444#M60768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not quite what I am looking for as the GetFieldSelections (as I understand it) would return the selected values in a given field and not the query entered by the user to search across the values.&lt;/P&gt;&lt;P&gt;For an example of what I'm trying to do, suppose there's a search form against a list of states. If a user searches for "new", the returned selections would include New Hampshire, New Jersey, New Mexico and New York.&lt;/P&gt;&lt;P&gt;I am trying to customize the title of the chart to say something like "Data for states that include 'New'"&lt;/P&gt;&lt;P&gt;If I use the above suggestion, I would get each of the 4 state names and not the original search term.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 17:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-containing-search-query/m-p/203444#M60768</guid>
      <dc:creator />
      <dc:date>2010-01-07T17:21:09Z</dc:date>
    </item>
    <item>
      <title>variable containing search query</title>
      <link>https://community.qlik.com/t5/QlikView/variable-containing-search-query/m-p/203445#M60769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think that in this case you should create an inputbox, into which the user have to enter the searchstring. With a macro you then may filter for this string, using this variable. Likewise you then can pickup this variable and display in the title.&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 21:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-containing-search-query/m-p/203445#M60769</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2010-01-07T21:51:59Z</dc:date>
    </item>
    <item>
      <title>variable containing search query</title>
      <link>https://community.qlik.com/t5/QlikView/variable-containing-search-query/m-p/203446#M60770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;I would suggest trying the function &lt;STRONG&gt;GetCurrentSelections(' - ')&lt;/STRONG&gt;. There are a few parameters to it, which are explained in the help file. If you are only looking for the values of one of your selections you would need to do some string manipulation of the output, using &lt;STRONG&gt;mid&lt;/STRONG&gt; and &lt;STRONG&gt;index&lt;/STRONG&gt; etc.&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 21:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-containing-search-query/m-p/203446#M60770</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2010-01-07T21:55:06Z</dc:date>
    </item>
    <item>
      <title>variable containing search query</title>
      <link>https://community.qlik.com/t5/QlikView/variable-containing-search-query/m-p/203447#M60771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve, While this does not accomplish exactly what I was trying to do, this approach seems to be the closest that QV currently supports. I've opened a new feature request for consideration as a future enhancement.&lt;/P&gt;&lt;P&gt;Thanks for your insight.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 19:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-containing-search-query/m-p/203447#M60771</guid>
      <dc:creator />
      <dc:date>2010-01-20T19:46:33Z</dc:date>
    </item>
  </channel>
</rss>

