<?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 get the filter pane value dynamically in a variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-filter-pane-value-dynamically-in-a-variable/m-p/67007#M788165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have checked with GetCurrentSelections() function. In my example it is showing both the field and the selected value as Year(Date ID) : 2017.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want to show 2017, the selected value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2018 14:15:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-07T14:15:07Z</dc:date>
    <item>
      <title>How to get the filter pane value dynamically in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-filter-pane-value-dynamically-in-a-variable/m-p/67003#M788161</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;I have a field as [Date ID], I have created a filter pane (Same as list box) as 'year([Date ID])'. Now when a value is selected from the filter pane, I want to show the selected value to the title of the charts. Can I catch the selected value in a variable? Please help if there is any function to do that.&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-get-the-filter-pane-value-dynamically-in-a-variable/m-p/67003#M788161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the filter pane value dynamically in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-filter-pane-value-dynamically-in-a-variable/m-p/67004#M788162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this in the title field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(distinct year([Date ID]),',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding the variable, can you please explain what you are trying to achieve? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-filter-pane-value-dynamically-in-a-variable/m-p/67004#M788162</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2018-02-07T14:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the filter pane value dynamically in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-filter-pane-value-dynamically-in-a-variable/m-p/67005#M788163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to use the function GetCurrentSelected() to capture that value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked at that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-filter-pane-value-dynamically-in-a-variable/m-p/67005#M788163</guid>
      <dc:creator>hallquist_nate</dc:creator>
      <dc:date>2018-02-07T14:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the filter pane value dynamically in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-filter-pane-value-dynamically-in-a-variable/m-p/67006#M788164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, You can. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat([Date ID], '-')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-filter-pane-value-dynamically-in-a-variable/m-p/67006#M788164</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-02-07T14:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the filter pane value dynamically in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-filter-pane-value-dynamically-in-a-variable/m-p/67007#M788165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have checked with GetCurrentSelections() function. In my example it is showing both the field and the selected value as Year(Date ID) : 2017.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want to show 2017, the selected value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-filter-pane-value-dynamically-in-a-variable/m-p/67007#M788165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-07T14:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the filter pane value dynamically in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-filter-pane-value-dynamically-in-a-variable/m-p/67008#M788166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then Work like this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SubField(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;GetCurrentSelections(), ' ', -1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-filter-pane-value-dynamically-in-a-variable/m-p/67008#M788166</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-02-07T14:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the filter pane value dynamically in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-filter-pane-value-dynamically-in-a-variable/m-p/67009#M788167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please attach your document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-filter-pane-value-dynamically-in-a-variable/m-p/67009#M788167</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-02-07T14:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the filter pane value dynamically in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-filter-pane-value-dynamically-in-a-variable/m-p/67010#M788168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;try below if you want to show only single value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp; max(Year([Date ID]))&amp;nbsp; &lt;/STRONG&gt;along with chart tittle &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;sales by customer for &lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;amp; max(Year([Date ID]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-filter-pane-value-dynamically-in-a-variable/m-p/67010#M788168</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2018-02-07T14:36:24Z</dc:date>
    </item>
  </channel>
</rss>

