<?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: Set Analysis to Ignore Specific Filters/Dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Ignore-Specific-Filters-Dimensions/m-p/87605#M14295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew, &lt;/P&gt;&lt;P&gt;You can use following thing:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Sum({$&amp;lt;[$(=Concat({1&amp;lt;$Field-={'Client'}&amp;gt;}distinct $Field,']=,[')&amp;amp;']=')&amp;gt;} Amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView and Qliksense contains hidden system field $Field, this field contains all fields in the application. The set expression above will ignore selections in all columns except of Client.&lt;BR /&gt;If you want add more than one column you can simply do this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Sum({$&amp;lt;[$(=Concat({1&amp;lt;$Field-={'Client', 'Division'}&amp;gt;}distinct $Field,']=,[')&amp;amp;']=')&amp;gt;} Amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This will ignore selections in all columns except of Client and Division.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Vitalii &lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: 0px; text-align: left; color: #222222; font-style: normal; font-size: 13.33px; font-family: Arial,Helvetica,sans-serif; font-weight: 400;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2018 09:22:42 GMT</pubDate>
    <dc:creator>vitaliichupryna</dc:creator>
    <dc:date>2018-10-31T09:22:42Z</dc:date>
    <item>
      <title>Set Analysis to Ignore Specific Filters/Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Ignore-Specific-Filters-Dimensions/m-p/87602#M14292</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;I'm trying to build a table (thought it was easiest with a Pivot) to show tasks that are inside/outside SLA and allow the user to filter out mitigating factors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filters:&lt;/P&gt;&lt;P&gt;Delay Applied (Y/N)&lt;/P&gt;&lt;P&gt;Recent Activity (Y/N)&lt;/P&gt;&lt;P&gt;Stage&lt;/P&gt;&lt;P&gt;Owner&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose the initial table looks something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Exceeded SLA&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Within SLA&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Total&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Tasks&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10,000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50,000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;60,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Percentage&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;16.7%&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;83.3%&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;As people filter out the miti&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;gating factors (Delays and Recent Activity), then I'd like to see the amount exceeded SLA go down. That bit's easy.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need the total to be fixed and for that data to effectively be switched into the "Within SLA" Column. I tried doing this with a couple of approaches including ignoring filters and using if statements. Nothing quite seems to be working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iportantly, I can't ignore ALL filters using {1} because I need the user to be able to search by stage/owner if they want to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anybody had to do something similar before? Thanks in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 12:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Ignore-Specific-Filters-Dimensions/m-p/87602#M14292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-30T12:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to Ignore Specific Filters/Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Ignore-Specific-Filters-Dimensions/m-p/87603#M14293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Hi, Andrew, you are right and set analysis is for this. Just add field names (dimensions) you want to be ignored or freezed &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; &lt;STRONG&gt;FIeld1&lt;/STRONG&gt;, &lt;STRONG&gt;Field2&lt;/STRONG&gt;, &lt;STRONG&gt;Field3 = {'SomeValueList'}&lt;/STRONG&gt; &amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;or share a sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 05:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Ignore-Specific-Filters-Dimensions/m-p/87603#M14293</guid>
      <dc:creator>andrey_krylov</dc:creator>
      <dc:date>2018-10-31T05:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to Ignore Specific Filters/Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Ignore-Specific-Filters-Dimensions/m-p/87604#M14294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or ignore all selection except those specified&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum({1&amp;lt;Field1 = P(Field1), Field2 = P(Field2)&amp;gt;} Amount)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;or&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum({1&amp;lt;Field1 = $::Field1, Field2 = $::Field2&amp;gt;} Amount)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;All field selections ignored except for Field1 or Field2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 07:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Ignore-Specific-Filters-Dimensions/m-p/87604#M14294</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-10-31T07:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to Ignore Specific Filters/Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Ignore-Specific-Filters-Dimensions/m-p/87605#M14295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew, &lt;/P&gt;&lt;P&gt;You can use following thing:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Sum({$&amp;lt;[$(=Concat({1&amp;lt;$Field-={'Client'}&amp;gt;}distinct $Field,']=,[')&amp;amp;']=')&amp;gt;} Amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView and Qliksense contains hidden system field $Field, this field contains all fields in the application. The set expression above will ignore selections in all columns except of Client.&lt;BR /&gt;If you want add more than one column you can simply do this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Sum({$&amp;lt;[$(=Concat({1&amp;lt;$Field-={'Client', 'Division'}&amp;gt;}distinct $Field,']=,[')&amp;amp;']=')&amp;gt;} Amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This will ignore selections in all columns except of Client and Division.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Vitalii &lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: 0px; text-align: left; color: #222222; font-style: normal; font-size: 13.33px; font-family: Arial,Helvetica,sans-serif; font-weight: 400;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 09:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Ignore-Specific-Filters-Dimensions/m-p/87605#M14295</guid>
      <dc:creator>vitaliichupryna</dc:creator>
      <dc:date>2018-10-31T09:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to Ignore Specific Filters/Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Ignore-Specific-Filters-Dimensions/m-p/87606#M14296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I was able to adapt this to work as I wanted it to. It prompted me to learn about p(field) and e(field), so it was well worth me asking &lt;/SPAN&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 12:55:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Ignore-Specific-Filters-Dimensions/m-p/87606#M14296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-01T12:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to Ignore Specific Filters/Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Ignore-Specific-Filters-Dimensions/m-p/1914587#M1218309</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;they only work in Qlik View not in Qlik Sense what should I do for Qlik sense ?&lt;/P&gt;
&lt;P&gt;I had used&amp;nbsp; {&amp;lt; Columnname=&amp;nbsp; &amp;gt;}&lt;/P&gt;
&lt;P&gt;but it does not work too&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 15:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Ignore-Specific-Filters-Dimensions/m-p/1914587#M1218309</guid>
      <dc:creator>Samanehsorournejad</dc:creator>
      <dc:date>2022-04-05T15:05:12Z</dc:date>
    </item>
  </channel>
</rss>

