<?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: Multiple filters with several combination in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Multiple-filters-with-several-combination/m-p/1441805#M34896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as you mentioned &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i selected name and group as filter how it will work ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really i don't have any idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Nov 2017 07:02:29 GMT</pubDate>
    <dc:creator>selvakumara</dc:creator>
    <dc:date>2017-11-09T07:02:29Z</dc:date>
    <item>
      <title>Multiple filters with several combination</title>
      <link>https://community.qlik.com/t5/App-Development/Multiple-filters-with-several-combination/m-p/1441802#M34893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm creating KPI using Qlik sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have 4 filters called name, group, [fiscal year] , [year month].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i select fiscal year i want to display the value for selected year only.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if i select &lt;SPAN style="font-size: 13.3333px;"&gt;[year month]&lt;/SPAN&gt; i want to display the value for selected [Year month ]only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if select name and group want to display the same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Also sometimes user will select the following combination (name and group ) or (Fiscal year , Group) or ([Year month], Group)..... etc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;any suggestions ???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 04:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multiple-filters-with-several-combination/m-p/1441802#M34893</guid>
      <dc:creator>selvakumara</dc:creator>
      <dc:date>2017-11-09T04:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple filters with several combination</title>
      <link>https://community.qlik.com/t5/App-Development/Multiple-filters-with-several-combination/m-p/1441803#M34894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one way is to use if else condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&amp;nbsp;&amp;nbsp;&amp;nbsp; if(getselectedcount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [fiscal year] &lt;/SPAN&gt;)&amp;gt;0,sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;name=, group=, [year month]=&lt;/SPAN&gt;&amp;gt;}sales),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(&lt;SPAN style="font-size: 13.3333px;"&gt;getselectedcount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[year month]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&amp;gt;0,&lt;SPAN style="font-size: 13.3333px;"&gt;sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;name=, group=, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[fiscal year]&lt;/SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;}sales)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this way you can add different conditions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 05:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multiple-filters-with-several-combination/m-p/1441803#M34894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-09T05:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple filters with several combination</title>
      <link>https://community.qlik.com/t5/App-Development/Multiple-filters-with-several-combination/m-p/1441804#M34895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is all your data associated?&lt;/P&gt;&lt;P&gt;If yes, sum(Value) will work.&lt;/P&gt;&lt;P&gt;If you select any of combinations then data will filter accordingly and value will be displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 05:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multiple-filters-with-several-combination/m-p/1441804#M34895</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-09T05:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple filters with several combination</title>
      <link>https://community.qlik.com/t5/App-Development/Multiple-filters-with-several-combination/m-p/1441805#M34896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as you mentioned &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i selected name and group as filter how it will work ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really i don't have any idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 07:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multiple-filters-with-several-combination/m-p/1441805#M34896</guid>
      <dc:creator>selvakumara</dc:creator>
      <dc:date>2017-11-09T07:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple filters with several combination</title>
      <link>https://community.qlik.com/t5/App-Development/Multiple-filters-with-several-combination/m-p/1441806#M34897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also&amp;nbsp; i have Donut chart with sub categories. if i select any sub categ , i dont want make any changes in my KPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's y i'm thinking &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 07:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multiple-filters-with-several-combination/m-p/1441806#M34897</guid>
      <dc:creator>selvakumara</dc:creator>
      <dc:date>2017-11-09T07:04:25Z</dc:date>
    </item>
  </channel>
</rss>

