<?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: Clear a filter with a selection in another filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Clear-a-filter-with-a-selection-in-another-filter/m-p/1164915#M379350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chhavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to substitute the names of the fields 'Month' and 'QTR' in the expression &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If(Period='QTR', '&lt;SPAN style="color: #ff0000;"&gt;Month&lt;/SPAN&gt;', '&lt;SPAN style="color: #ff0000;"&gt;QTR&lt;/SPAN&gt;')&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;" for the actual names of the fields in your data model.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe something like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If(Period='QTR', '&lt;SPAN style="color: #ff0000;"&gt;Month&lt;/SPAN&gt;', '&lt;SPAN style="color: #ff0000;"&gt;Quarter&lt;/SPAN&gt;')&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;" by the look of your multibox objects but I can't be sure without seeing a sample load script.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2016 11:51:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-03T11:51:55Z</dc:date>
    <item>
      <title>Clear a filter with a selection in another filter</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-a-filter-with-a-selection-in-another-filter/m-p/1164912#M379347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the following requirement:&lt;/P&gt;&lt;P&gt;We have a Period filter containing QTR and Month.&lt;/P&gt;&lt;P&gt;With the selection of QTR, i want the local filter 'Quarter' to appear and with the selection of 'month', i want a local filter 'Month'to appear&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132779_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/132781_1.png" style="height: auto;" /&gt;&lt;IMG alt="2.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/132783_2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to achieve the functionality, but the issue i am facing is:&lt;/P&gt;&lt;P&gt;If i select Month, say Nov'15 in the local filter, then switch to 'QTR', i get the data corresponding to 'Nov'15' only in the quarter view as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3.png" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/132784_3.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I can see 'Q4'2015' here in the local filter, but i see the data corresponding to the month-;Nov'15' as the month filter in the background is not cleared.&lt;/P&gt;&lt;P&gt;So i have to clear and the select the quarter again.&lt;/P&gt;&lt;P&gt;What can be done in this case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 07:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-a-filter-with-a-selection-in-another-filter/m-p/1164912#M379347</guid>
      <dc:creator>chhavi376</dc:creator>
      <dc:date>2016-07-28T07:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Clear a filter with a selection in another filter</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-a-filter-with-a-selection-in-another-filter/m-p/1164913#M379348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;-Go to "Settings" -&amp;gt; "Document Properties" -&amp;gt; "Triggers" in the upper menu.&lt;/P&gt;&lt;P&gt;-On the "Field Event Triggers" area select &lt;STRONG&gt;Period&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;-Click the OnSelect Add Actions button and c&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;lick Add.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Select "&lt;STRONG&gt;Selection&lt;/STRONG&gt;" as Action Type and "&lt;STRONG&gt;Clear Field&lt;/STRONG&gt;" as Action and hit OK.&lt;/P&gt;&lt;P&gt;-On the "Field" expression enter "&lt;STRONG&gt;=If(Period='QTR', 'Month', 'QTR')&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should do the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 15:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-a-filter-with-a-selection-in-another-filter/m-p/1164913#M379348</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-28T15:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Clear a filter with a selection in another filter</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-a-filter-with-a-selection-in-another-filter/m-p/1164914#M379349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Javier,&lt;/P&gt;&lt;P&gt;This is not working actually &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 08:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-a-filter-with-a-selection-in-another-filter/m-p/1164914#M379349</guid>
      <dc:creator>chhavi376</dc:creator>
      <dc:date>2016-08-03T08:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Clear a filter with a selection in another filter</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-a-filter-with-a-selection-in-another-filter/m-p/1164915#M379350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chhavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to substitute the names of the fields 'Month' and 'QTR' in the expression &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If(Period='QTR', '&lt;SPAN style="color: #ff0000;"&gt;Month&lt;/SPAN&gt;', '&lt;SPAN style="color: #ff0000;"&gt;QTR&lt;/SPAN&gt;')&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;" for the actual names of the fields in your data model.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe something like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If(Period='QTR', '&lt;SPAN style="color: #ff0000;"&gt;Month&lt;/SPAN&gt;', '&lt;SPAN style="color: #ff0000;"&gt;Quarter&lt;/SPAN&gt;')&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;" by the look of your multibox objects but I can't be sure without seeing a sample load script.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 11:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-a-filter-with-a-selection-in-another-filter/m-p/1164915#M379350</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-03T11:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Clear a filter with a selection in another filter</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-a-filter-with-a-selection-in-another-filter/m-p/1866539#M1216347</link>
      <description>&lt;P&gt;is this possible in Qlik Sense ? it's exactly what I am looking for to do&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 13:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-a-filter-with-a-selection-in-another-filter/m-p/1866539#M1216347</guid>
      <dc:creator>Amal</dc:creator>
      <dc:date>2021-12-03T13:46:18Z</dc:date>
    </item>
  </channel>
</rss>

