<?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 Displaying the filtered values on a page in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Displaying-the-filtered-values-on-a-page/m-p/1590057#M43276</link>
    <description>&lt;P&gt;Hi -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simple question - how can you display the filters selected by the end user someone on the sheet ?&lt;/P&gt;&lt;P&gt;I know they display at the top of the web page but what about on the sheet itself ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks - Jerry&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2019 13:58:55 GMT</pubDate>
    <dc:creator>jerryr125</dc:creator>
    <dc:date>2019-06-10T13:58:55Z</dc:date>
    <item>
      <title>Displaying the filtered values on a page</title>
      <link>https://community.qlik.com/t5/App-Development/Displaying-the-filtered-values-on-a-page/m-p/1590057#M43276</link>
      <description>&lt;P&gt;Hi -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simple question - how can you display the filters selected by the end user someone on the sheet ?&lt;/P&gt;&lt;P&gt;I know they display at the top of the web page but what about on the sheet itself ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks - Jerry&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 13:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Displaying-the-filtered-values-on-a-page/m-p/1590057#M43276</guid>
      <dc:creator>jerryr125</dc:creator>
      <dc:date>2019-06-10T13:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the filtered values on a page</title>
      <link>https://community.qlik.com/t5/App-Development/Displaying-the-filtered-values-on-a-page/m-p/1590062#M43277</link>
      <description>You can use the GetCurrentSelections() function.&lt;BR /&gt;Read about it here: &lt;A href="https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/FieldFunctions/getcurrentselections.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/FieldFunctions/getcurrentselections.htm&lt;/A&gt;</description>
      <pubDate>Mon, 10 Jun 2019 14:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Displaying-the-filtered-values-on-a-page/m-p/1590062#M43277</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-06-10T14:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the filtered values on a page</title>
      <link>https://community.qlik.com/t5/App-Development/Displaying-the-filtered-values-on-a-page/m-p/1590063#M43278</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;not that i can think on a reason to put the selections on the page ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;but if you must ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can put a text object and use this function:&lt;/P&gt;&lt;P&gt;GetCurrentSelections(chr(10),':',',',10)&lt;/P&gt;&lt;P&gt;it'll display different row for each field , the last number set how many detailed values to display ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;in this case if you select 11 values in a single field it will display 11 out of XXX&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 14:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Displaying-the-filtered-values-on-a-page/m-p/1590063#M43278</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2019-06-10T14:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the filtered values on a page</title>
      <link>https://community.qlik.com/t5/App-Development/Displaying-the-filtered-values-on-a-page/m-p/1590067#M43279</link>
      <description>An alternative method is to pinpoint which fields you are interested in presenting using a couple variants of getfieldselections(). It will allow you to customize the layout of your current selections a bit better.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/FieldFunctions/getfieldselections.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/FieldFunctions/getfieldselections.htm&lt;/A&gt;</description>
      <pubDate>Mon, 10 Jun 2019 14:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Displaying-the-filtered-values-on-a-page/m-p/1590067#M43279</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-06-10T14:17:21Z</dc:date>
    </item>
  </channel>
</rss>

