<?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: Combine filter OR mechanism and filter AND mechanism in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Combine-filter-OR-mechanism-and-filter-AND-mechanism/m-p/1375339#M31098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diep,&lt;/P&gt;&lt;P&gt;i am not sure if you have seen my solution&amp;nbsp; (&amp;nbsp; &lt;A href="https://community.qlik.com/thread/269649"&gt;Solution for filtering data by using AND + OR at the same time in Qlik Sense 3.2&lt;/A&gt;&amp;nbsp; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i beleave that this app can solve your problems. There is an example app for downloading including sampledata.&lt;/P&gt;&lt;P&gt;Perhaps you can modify it to your own conditions.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bernhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2017 12:10:29 GMT</pubDate>
    <dc:creator>bernhard_koehle</dc:creator>
    <dc:date>2017-11-30T12:10:29Z</dc:date>
    <item>
      <title>Combine filter OR mechanism and filter AND mechanism</title>
      <link>https://community.qlik.com/t5/App-Development/Combine-filter-OR-mechanism-and-filter-AND-mechanism/m-p/1375337#M31096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;I have data from a excel file &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;Region City &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;A C1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;B C2 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;C C3 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;A C4 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;B C5 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;A C3 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;I need to create a App as follows: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;In first sheet, I used a filter OR mechanism allows users to select data set for analysis. If i choose Region = A, City = C3, the expected result is &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;Region City &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;A C1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;C C3 &amp;lt;----- Region = A OR City = C3 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;A C4 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;A C3 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;Then, I use this result data set to analysis for the next sheets and use Qlik's default AND filter(associative mechanism). If i choose Region = A, City = C3, the expected result is &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;Region City &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;A C3 &amp;lt;--- Region = A AND City = C3 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;Currently I don't have any suitable solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 04:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combine-filter-OR-mechanism-and-filter-AND-mechanism/m-p/1375337#M31096</guid>
      <dc:creator>htdiepqlik</dc:creator>
      <dc:date>2017-08-24T04:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Combine filter OR mechanism and filter AND mechanism</title>
      <link>https://community.qlik.com/t5/App-Development/Combine-filter-OR-mechanism-and-filter-AND-mechanism/m-p/1375338#M31097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; background: #ffffff; color: #737373; font-family: arial, verdana, sans-serif;"&gt;I have solution for filter OR mechanism in first sheet.&lt;/P&gt;&lt;P style="font-size: 13px; background: #ffffff; color: #737373; font-family: arial, verdana, sans-serif;"&gt;But i can't use this result data set to analysis and use Qlik's default AND filter(associative mechanism).&lt;/P&gt;&lt;P style="font-size: 13px; background: #ffffff; color: #737373; font-family: arial, verdana, sans-serif;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; background: #ffffff; color: #737373; font-family: arial, verdana, sans-serif;"&gt;&lt;SPAN style="color: #737373; font-family: arial, verdana, sans-serif; font-size: 13px;"&gt;I am looking forward for your helping.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; background: #ffffff; color: #737373; font-family: arial, verdana, sans-serif;"&gt;&lt;IMG alt="fgfgf.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/175815_fgfgf.png" style="height: 288px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 11:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combine-filter-OR-mechanism-and-filter-AND-mechanism/m-p/1375338#M31097</guid>
      <dc:creator>htdiepqlik</dc:creator>
      <dc:date>2017-09-07T11:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Combine filter OR mechanism and filter AND mechanism</title>
      <link>https://community.qlik.com/t5/App-Development/Combine-filter-OR-mechanism-and-filter-AND-mechanism/m-p/1375339#M31098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diep,&lt;/P&gt;&lt;P&gt;i am not sure if you have seen my solution&amp;nbsp; (&amp;nbsp; &lt;A href="https://community.qlik.com/thread/269649"&gt;Solution for filtering data by using AND + OR at the same time in Qlik Sense 3.2&lt;/A&gt;&amp;nbsp; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i beleave that this app can solve your problems. There is an example app for downloading including sampledata.&lt;/P&gt;&lt;P&gt;Perhaps you can modify it to your own conditions.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bernhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 12:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combine-filter-OR-mechanism-and-filter-AND-mechanism/m-p/1375339#M31098</guid>
      <dc:creator>bernhard_koehle</dc:creator>
      <dc:date>2017-11-30T12:10:29Z</dc:date>
    </item>
  </channel>
</rss>

