<?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 indirect selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266141#M496579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per Stefan's answer, I didn't explain, that the example I've attached only contains the specific data to this issue. The actual dataset has many other fields, I need to use a set identifier of 1 to exclude all selections as trying to exclude all individually would not be possible (well possible, but that would be one big Set Analysis!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is your solution, but with an additional field of 'Other Type' added as an example of other fields which would be in the dataset, imagine over 100 other fields, how can you exclude all but Category selection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Derek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jan 2012 13:24:07 GMT</pubDate>
    <dc:creator>derekjones</dc:creator>
    <dc:date>2012-01-11T13:24:07Z</dc:date>
    <item>
      <title>Set Analysis indirect selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266135#M496573</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 hoping someone can help. I've got an issue using set analysis. What I'm after is to create an expression that sums all of a particular field (ignoring all selections apart from one on the worksheet). I've used the set identifier i.e. '...{1&amp;lt;...' to request a full set of records and then added the indirect set analysis of '...=p()' to include the field I want to use selections for. My issue is that the field in question although not selected in the sheet, if another field restricts the value, it still reduces the data set as if it were selected (an indirect selection of a sort)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached an example to hopefully explain it better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my example, I have a dataset which contains:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Category = Product Classification&lt;/P&gt;&lt;P&gt;Vendor = Supplier/Brand&lt;/P&gt;&lt;P&gt;Revenue = Sales Revenue&lt;/P&gt;&lt;P&gt;Area = Sales Area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the pie graph I want to build is one where it includes all Vendors (even if one is selected), but is dependent on Category selected and is split by area's of 'My Sales' and ' All Sales' less 'My Sales'. So I have two expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Sales &lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: blue; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: maroon; font-size: 9pt;"&gt;Area&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;={'My Sales'}, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: maroon; font-size: 9pt;"&gt;Category&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;p&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;()&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: maroon; font-size: 9pt;"&gt;Revenue&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Other Sales &lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: blue; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: maroon; font-size: 9pt;"&gt;Area&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;={'All Sales'}, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: maroon; font-size: 9pt;"&gt;Category&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;p&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;()&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: maroon; font-size: 9pt;"&gt;Revenue&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt;"&gt;)-&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: maroon; font-size: 9pt;"&gt;[My Sales] &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if you select a Vendor (use Vendor C as one which highlights the issue well) then because Vendor C has only certain categories in the dataset there is an 'indirect' selection of those categories. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway of completely ignoring Vendor selection (either direct through the listbox or indirect) whilst still allowing the user to select category to refine selections?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My thanks in advance for any assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Derek &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 11:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266135#M496573</guid>
      <dc:creator>derekjones</dc:creator>
      <dc:date>2012-01-11T11:45:31Z</dc:date>
    </item>
    <item>
      <title>Set Analysis indirect selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266136#M496574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you want to ignore any selection in set analysis you will be doing that like shown below example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({1&amp;lt;&lt;SPAN style="font-family: 'Arial', 'sans-serif'; color: maroon; font-size: 9pt;"&gt;Area&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial', 'sans-serif'; color: black; font-size: 9pt;"&gt;={'My Sales'}, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial', 'sans-serif'; color: maroon; font-size: 9pt;"&gt;Category&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial', 'sans-serif'; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;p&lt;SPAN style="font-family: 'Arial', 'sans-serif'; color: black; font-size: 9pt;"&gt;(),Vendors = &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial', 'sans-serif'; color: maroon; font-size: 9pt;"&gt;Revenue)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Here as you can see the vendors has assigned nothing, it means all the selections of vendors will be ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 12:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266136#M496574</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2012-01-11T12:15:36Z</dc:date>
    </item>
    <item>
      <title>Set Analysis indirect selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266137#M496575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using the set identifer 1 (to request a full set of records) and then trying to set an appropriate selection on the fields needed, you could also specify a set identifier $ (current selection) and clear the selection on fields you want to disregard (or set the selection to other values):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if I got your requirements correctly, but try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Area={'My Sales'}, Vendor= &amp;gt;} Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Area={'All Sales'},Vendor= &amp;gt;} Revenue)-[My Sales]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Vendor= ' is clearing the selections in field Vendor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 12:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266137#M496575</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-11T12:17:28Z</dc:date>
    </item>
    <item>
      <title>Set Analysis indirect selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266138#M496576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;My Sales &lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;=sum({$&amp;lt;Area={'My Sales'}, Vendor= &amp;gt;} Revenue)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Other Sales &lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;=sum({1&amp;lt;Area={'All Sales'},Vendor= &amp;gt;} Revenue)-sum({1&amp;lt;Area={'My Sales'},Vendor = &amp;gt;} Revenue)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 12:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266138#M496576</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-01-11T12:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis indirect selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266139#M496577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ﻿﻿Kaushik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, that has not worked, I've amended my example to your format and as you can see, if you select Vendor C, the pie chart changes still &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 13:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266139#M496577</guid>
      <dc:creator>derekjones</dc:creator>
      <dc:date>2012-01-11T13:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis indirect selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266140#M496578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes that works for this simle example, what I omitted to mention is that in my production application there are many other fields/tables, so I have to use a set identifier to exclude all field selections otherwise I would have to mention in the set analysis each individual field I want to exclude.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this is possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Derek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 13:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266140#M496578</guid>
      <dc:creator>derekjones</dc:creator>
      <dc:date>2012-01-11T13:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis indirect selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266141#M496579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per Stefan's answer, I didn't explain, that the example I've attached only contains the specific data to this issue. The actual dataset has many other fields, I need to use a set identifier of 1 to exclude all selections as trying to exclude all individually would not be possible (well possible, but that would be one big Set Analysis!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is your solution, but with an additional field of 'Other Type' added as an example of other fields which would be in the dataset, imagine over 100 other fields, how can you exclude all but Category selection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Derek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 13:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266141#M496579</guid>
      <dc:creator>derekjones</dc:creator>
      <dc:date>2012-01-11T13:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis indirect selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266142#M496580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({1&amp;lt;Area={'My Sales'}, Category=p({&amp;lt;Vendor=&amp;gt;}Category) &amp;gt;} Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({1&amp;lt;Area={'All Sales'},Category=p({&amp;lt;Vendor=&amp;gt;}Category) &amp;gt;} Revenue)-[My Sales]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 13:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266142#M496580</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-11T13:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis indirect selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266143#M496581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the second attempt, works agin on the simple example I originally posted, but using this example bringing in a further field (OtherType), you can see by the example attached, when Vendor C and Type B is selected, the pie chart does still change. I'm trying to achieve the pie chart to ignore all selections (imagine 100 other fields in my real app!) apart from Category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Derek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 13:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266143#M496581</guid>
      <dc:creator>derekjones</dc:creator>
      <dc:date>2012-01-11T13:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis indirect selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266144#M496582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({$&amp;lt;Area= {'My Sales'},[$(=Concat({1&amp;lt;$Field-={'Category', 'Area'}&amp;gt;}distinct $Field,']= ,[')&amp;amp;']=')&amp;gt;} Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({$&amp;lt;Area= {'All Sales'},[$(=Concat({1&amp;lt;$Field-={'Category', 'Area'}&amp;gt;}distinct $Field,']= ,[')&amp;amp;']=')&amp;gt;} Revenue) - [My Sales]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;attached modified sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 13:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266144#M496582</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-11T13:49:05Z</dc:date>
    </item>
    <item>
      <title>Set Analysis indirect selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266145#M496583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very clever, as far as I can see you are creating individual set analysis exclusions per each field I want to exclude by using a concat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works perfectly in the example and looks like it will work in my real world example. Do you think it will have performance issues on a large dataset?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Derek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 14:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266145#M496583</guid>
      <dc:creator>derekjones</dc:creator>
      <dc:date>2012-01-11T14:06:42Z</dc:date>
    </item>
    <item>
      <title>Set Analysis indirect selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266146#M496584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Derek, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;indeed a clever way, but not my own original creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression part containing the dollar sign expansion&lt;/P&gt;&lt;P&gt; [$(=Concat({1&amp;lt;$Field-={'Category', 'Area'}&amp;gt;}distinct $Field,']= ,[')&amp;amp;']=')&lt;/P&gt;&lt;P&gt; should expand to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿﻿[OtherType]= ,[Report]= ,[Revenue]= ,[Vendor]=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. clear all fields except the one listed in $Field-={'Category', 'Area'}&lt;/P&gt;&lt;P&gt;(Note the -=&amp;nbsp; minus equal operator here). $(Field) is a system field containing all your table field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think that this will affect your performance, I mean not more than doing the selection in another way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 14:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/266146#M496584</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-11T14:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis indirect selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/2062771#M1223328</link>
      <description>&lt;P&gt;Very clever!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 23:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-indirect-selections/m-p/2062771#M1223328</guid>
      <dc:creator>juan_c_martinez</dc:creator>
      <dc:date>2023-04-20T23:28:24Z</dc:date>
    </item>
  </channel>
</rss>

