<?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 panel using one field values and filter by another field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-panel-using-one-field-values-and-filter-by-another-field/m-p/1707229#M54234</link>
    <description>&lt;P&gt;&amp;nbsp;Forgot to add a where clause to limit the companies, within the load script&lt;/P&gt;&lt;P&gt;FACT:&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;Company,Category,Flag_is_client&lt;/P&gt;&lt;P&gt;1,A,1&lt;/P&gt;&lt;P&gt;2,A,0&lt;/P&gt;&lt;P&gt;3,B,1&lt;/P&gt;&lt;P&gt;4,B,1&lt;/P&gt;&lt;P&gt;5,B,1&lt;/P&gt;&lt;P&gt;6,C,0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;CategoryFilter:&lt;/P&gt;&lt;P&gt;load Company as CompanyAlias,&amp;nbsp; //so it doen't filter the company&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Category&lt;/P&gt;&lt;P&gt;resident FACT where Flag_is_client = 1;&lt;/P&gt;&lt;P&gt;Use the CompanyAlias in the filter pane;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jun 2020 19:07:42 GMT</pubDate>
    <dc:creator>jwjackso</dc:creator>
    <dc:date>2020-06-01T19:07:42Z</dc:date>
    <item>
      <title>Filter panel using one field values and filter by another field</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-panel-using-one-field-values-and-filter-by-another-field/m-p/1707216#M54228</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have this following table&lt;/P&gt;&lt;P&gt;FACT:&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;Company,Category,Flag_is_client&lt;/P&gt;&lt;P&gt;1,A,1&lt;/P&gt;&lt;P&gt;2,A,0&lt;/P&gt;&lt;P&gt;3,B,1&lt;/P&gt;&lt;P&gt;4,B,1&lt;/P&gt;&lt;P&gt;5,B,1&lt;/P&gt;&lt;P&gt;6,C,0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like a filter panel that shows the Companys name that have flag_isclient = 1&amp;nbsp; and when the user select the company name, Qlik sanse actually filter the category linked to that company&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried with aggr(company,category) but didnt work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-panel-using-one-field-values-and-filter-by-another-field/m-p/1707216#M54228</guid>
      <dc:creator>igorgois_</dc:creator>
      <dc:date>2024-11-16T18:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Filter panel using one field values and filter by another field</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-panel-using-one-field-values-and-filter-by-another-field/m-p/1707223#M54231</link>
      <description>&lt;P&gt;Try using an alternate state (ex: IsClient) on the filter pane with an expression like&amp;nbsp;=If(Flag_is_client = 1,Company,Null()) to get a list of the companies.&amp;nbsp; Then in the chart where you want to filter by category, try using&amp;nbsp; &amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-modifiers-implicit-field-value-definitions.htm" target="_self"&gt;P()&lt;/A&gt;&amp;nbsp;function in Set Analysis =Count({&amp;lt;Category=P({IsClient}Category)&amp;gt;}Category)&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 18:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-panel-using-one-field-values-and-filter-by-another-field/m-p/1707223#M54231</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2020-06-01T18:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Filter panel using one field values and filter by another field</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-panel-using-one-field-values-and-filter-by-another-field/m-p/1707224#M54232</link>
      <description>&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;But I need to filter all the app. Not only in one specific graph&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 18:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-panel-using-one-field-values-and-filter-by-another-field/m-p/1707224#M54232</guid>
      <dc:creator>igorgois_</dc:creator>
      <dc:date>2020-06-01T18:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Filter panel using one field values and filter by another field</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-panel-using-one-field-values-and-filter-by-another-field/m-p/1707227#M54233</link>
      <description>&lt;P&gt;Within the load script&lt;/P&gt;&lt;P&gt;FACT:&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;Company,Category,Flag_is_client&lt;/P&gt;&lt;P&gt;1,A,1&lt;/P&gt;&lt;P&gt;2,A,0&lt;/P&gt;&lt;P&gt;3,B,1&lt;/P&gt;&lt;P&gt;4,B,1&lt;/P&gt;&lt;P&gt;5,B,1&lt;/P&gt;&lt;P&gt;6,C,0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;CategoryFilter:&lt;/P&gt;&lt;P&gt;load Company as CompanyAlias,&amp;nbsp; //so it doen't filter the company&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Category&lt;/P&gt;&lt;P&gt;resident FACT;&lt;/P&gt;&lt;P&gt;Use the CompanyAlias in the filter pane;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 19:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-panel-using-one-field-values-and-filter-by-another-field/m-p/1707227#M54233</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2020-06-01T19:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Filter panel using one field values and filter by another field</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-panel-using-one-field-values-and-filter-by-another-field/m-p/1707229#M54234</link>
      <description>&lt;P&gt;&amp;nbsp;Forgot to add a where clause to limit the companies, within the load script&lt;/P&gt;&lt;P&gt;FACT:&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;Company,Category,Flag_is_client&lt;/P&gt;&lt;P&gt;1,A,1&lt;/P&gt;&lt;P&gt;2,A,0&lt;/P&gt;&lt;P&gt;3,B,1&lt;/P&gt;&lt;P&gt;4,B,1&lt;/P&gt;&lt;P&gt;5,B,1&lt;/P&gt;&lt;P&gt;6,C,0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;CategoryFilter:&lt;/P&gt;&lt;P&gt;load Company as CompanyAlias,&amp;nbsp; //so it doen't filter the company&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Category&lt;/P&gt;&lt;P&gt;resident FACT where Flag_is_client = 1;&lt;/P&gt;&lt;P&gt;Use the CompanyAlias in the filter pane;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 19:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-panel-using-one-field-values-and-filter-by-another-field/m-p/1707229#M54234</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2020-06-01T19:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Filter panel using one field values and filter by another field</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-panel-using-one-field-values-and-filter-by-another-field/m-p/1707233#M54235</link>
      <description>&lt;P&gt;Thanks again for your answer.&lt;/P&gt;&lt;P&gt;I forgot to mention that I cant change the script.&lt;/P&gt;&lt;P&gt;I had already done your solution using script, but I am looking for a solution in the front end &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 19:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-panel-using-one-field-values-and-filter-by-another-field/m-p/1707233#M54235</guid>
      <dc:creator>igorgois_</dc:creator>
      <dc:date>2020-06-01T19:25:46Z</dc:date>
    </item>
  </channel>
</rss>

