<?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: How to apply filter selection for only 2 columns on set analysis if you have 50 columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-apply-filter-selection-for-only-2-columns-on-set-analysis/m-p/57122#M789051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;P() gives &lt;EM&gt;possible&lt;/EM&gt; values which may be affected by other selections. This is a better way to respect the &lt;EM&gt;selections&lt;/EM&gt; for Country, Iob:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Sum({1&amp;lt;Country = $::Country, Iob = $::Iob&amp;gt;} sales)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2018 05:03:11 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2018-02-07T05:03:11Z</dc:date>
    <item>
      <title>How to apply filter selection for only 2 columns on set analysis if you have 50 columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-filter-selection-for-only-2-columns-on-set-analysis/m-p/57117#M789046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I have columns names like Country,Area,Region,State,City,Zipcode,geocode,Areacode,lob,client,productname,subproductname.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Now I am showing expression as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff9900;"&gt;&lt;STRONG&gt;Sum(sales).&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #ff9900; font-size: 13.3333px;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13.3333px;"&gt;Now i want restrict selection on this expression only applicable for&amp;nbsp; Country,lob.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13.3333px;"&gt;Then i can write set analysis as &lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Area=,Region=,State=,City=,Zipcode=,Areacode=,client=,productname=,subproductname=&amp;gt;}sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600; font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If i have 50 columns and i want effect only 2 column selections on Sum(sales),i can write above expression but it is very difficult add 48 columns in set analysis.If you guys finds any other simple way to put in set analysis please send me the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600; font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-filter-selection-for-only-2-columns-on-set-analysis/m-p/57117#M789046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply filter selection for only 2 columns on set analysis if you have 50 columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-filter-selection-for-only-2-columns-on-set-analysis/m-p/57118#M789047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this, where Col1 and Col2 are the fields that you want to be restricted&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff9900;"&gt;Sum({1&amp;lt;Col1=P(Col1),Col2=P(Col2)&amp;gt;}sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 11:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-filter-selection-for-only-2-columns-on-set-analysis/m-p/57118#M789047</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2018-02-06T11:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply filter selection for only 2 columns on set analysis if you have 50 columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-filter-selection-for-only-2-columns-on-set-analysis/m-p/57119#M789048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your replay.No it didn't work..i needed set analysis expression for out of 50 columns i want selections need to be applicable for only 2 columns.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 12:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-filter-selection-for-only-2-columns-on-set-analysis/m-p/57119#M789048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-06T12:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply filter selection for only 2 columns on set analysis if you have 50 columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-filter-selection-for-only-2-columns-on-set-analysis/m-p/57120#M789049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that 1 after brackets means "Discard all selections" and then we´re applying the only columns that matter using the P() operator&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 17:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-filter-selection-for-only-2-columns-on-set-analysis/m-p/57120#M789049</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2018-02-06T17:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply filter selection for only 2 columns on set analysis if you have 50 columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-filter-selection-for-only-2-columns-on-set-analysis/m-p/57121#M789050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But it's not working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 04:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-filter-selection-for-only-2-columns-on-set-analysis/m-p/57121#M789050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-07T04:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply filter selection for only 2 columns on set analysis if you have 50 columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-filter-selection-for-only-2-columns-on-set-analysis/m-p/57122#M789051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;P() gives &lt;EM&gt;possible&lt;/EM&gt; values which may be affected by other selections. This is a better way to respect the &lt;EM&gt;selections&lt;/EM&gt; for Country, Iob:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Sum({1&amp;lt;Country = $::Country, Iob = $::Iob&amp;gt;} sales)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 05:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-filter-selection-for-only-2-columns-on-set-analysis/m-p/57122#M789051</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-02-07T05:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply filter selection for only 2 columns on set analysis if you have 50 columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-filter-selection-for-only-2-columns-on-set-analysis/m-p/57123#M789052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this document: &lt;A href="https://community.qlik.com/docs/DOC-12724"&gt;Ignore all selections except few fields using Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 05:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-filter-selection-for-only-2-columns-on-set-analysis/m-p/57123#M789052</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-02-07T05:17:49Z</dc:date>
    </item>
  </channel>
</rss>

