<?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: Filter pane based KPI in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-pane-based-KPI/m-p/1994943#M82353</link>
    <description>&lt;P&gt;thanks a lot. solution in example 1 worked for my requirement.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2022 10:20:21 GMT</pubDate>
    <dc:creator>Kaushik2020</dc:creator>
    <dc:date>2022-10-20T10:20:21Z</dc:date>
    <item>
      <title>Filter pane based KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-pane-based-KPI/m-p/1992213#M82100</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have 3 KPI: High Low and median.&lt;BR /&gt;2 filter panes : Category and Year.&lt;BR /&gt;I have 3 values in category filter pane: Switches, Router and Access points&lt;/P&gt;
&lt;P&gt;When user select Router from category filter pane - the KPI should show High, Low and median for the selection (Router in this case)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;But, when the user select any Year from the year filter pane, the KPI should not refresh.&lt;BR /&gt;Data in KPI should show Highest price for the category.&lt;/P&gt;
&lt;P&gt;Eg:-&lt;BR /&gt;Router--&amp;gt; 2021. High =35.22 and LOW=3.02&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 10:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-pane-based-KPI/m-p/1992213#M82100</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2022-10-13T10:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filter pane based KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-pane-based-KPI/m-p/1992345#M82118</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/190879"&gt;@Kaushik2020&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;please try this idea:&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have your KPI '&lt;EM&gt;High&lt;/EM&gt;' defined as follows: &lt;EM&gt;MAX(myMeasureFieldName)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example 1&lt;/STRONG&gt;&lt;BR /&gt;Introducing a {1} within the MAX function will make this calculation ignore any selection made: &lt;EM&gt;MAX({1} myMeasureField)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;However, this calculation will also ignore the selection of your category.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So the formula of the KPI is adapted in a way, that it ignores any selection&amp;nbsp;&lt;U&gt;except&lt;/U&gt; the selection of a category: &lt;EM&gt;MAX({1&amp;lt;Category=$::Category&amp;gt;}&amp;nbsp;myMeasureFieldName)&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example 2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you would like to ignore&amp;nbsp;&lt;U&gt;only&lt;/U&gt; the selection of the Year, and keep all other selections (Category, further selections, that you have on your board), then the formula looks like this: &lt;EM&gt;MAX({&amp;lt;Year=&amp;gt;} myMeasureFieldName)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I hope, this solves your problem!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 15:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-pane-based-KPI/m-p/1992345#M82118</guid>
      <dc:creator>KatjaK</dc:creator>
      <dc:date>2022-10-13T15:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filter pane based KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-pane-based-KPI/m-p/1994943#M82353</link>
      <description>&lt;P&gt;thanks a lot. solution in example 1 worked for my requirement.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 10:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-pane-based-KPI/m-p/1994943#M82353</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2022-10-20T10:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filter pane based KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-pane-based-KPI/m-p/1994944#M82354</link>
      <description>&lt;P&gt;Also if i wish to add Category and Year, then how we can write in the same example ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 10:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-pane-based-KPI/m-p/1994944#M82354</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2022-10-20T10:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filter pane based KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-pane-based-KPI/m-p/1994951#M82355</link>
      <description>&lt;P&gt;If you wish to ignore all selection except Category and Year, then add the same expression in the set analysis block for both fields:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MAX({1&amp;lt;Category=$::Category, Year=$::Year&amp;gt;}&amp;nbsp;myMeasureFieldName)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 10:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-pane-based-KPI/m-p/1994951#M82355</guid>
      <dc:creator>KatjaK</dc:creator>
      <dc:date>2022-10-20T10:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filter pane based KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-pane-based-KPI/m-p/2003379#M83082</link>
      <description>&lt;P&gt;Can I add 3 filter petameters eg:&amp;nbsp;&lt;EM&gt;MAX({1&amp;lt;Category=$::Category, Year=$::Year,(&lt;STRONG&gt;3rd filter parameter&lt;/STRONG&gt;)&amp;gt;}&amp;nbsp;myMeasureFieldName)&lt;/EM&gt;&amp;nbsp; ?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 07:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-pane-based-KPI/m-p/2003379#M83082</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2022-11-11T07:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Filter pane based KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-pane-based-KPI/m-p/2003380#M83083</link>
      <description>&lt;P&gt;Yes, you can add as many parameters as you wish.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 07:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-pane-based-KPI/m-p/2003380#M83083</guid>
      <dc:creator>KatjaK</dc:creator>
      <dc:date>2022-11-11T07:17:44Z</dc:date>
    </item>
  </channel>
</rss>

