<?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: Simple way to exclude all fields (100+) from set analysis except specified fields? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273982#M461381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you mention they don't work, can you elaborate what is the issue you are running into? Would you be able to share a sample for us to help you better?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2017 22:21:19 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-01-18T22:21:19Z</dc:date>
    <item>
      <title>Simple way to exclude all fields (100+) from set analysis except specified fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273976#M461375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I've been scouring the forums and have yet to see a simple answer to this question. If it exists, apologies!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say I have a dataset with hundreds of fields.&lt;/P&gt;&lt;P&gt;I have loaded estimates via concatenation with only 4 of the corresponding fields....but the user may filter on any of the xxx-4 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the estimates to always be displayed...and only change when a user filters on a field that corresponds to the estimates data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of writing a set like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(sum({$&amp;lt;[PL] = {'Finance'}, Fiscal_Quarter=, PROJECT_COST_CENTER =, DR_COST_CENTER=, PROJECT_NAME =, &lt;SPAN style="color: #ff0000;"&gt;ETC...for every single field I want to ignore&lt;/SPAN&gt;&amp;gt;} [Revenue Projection]),'##.#' ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....Is it possible to have my set only take the four fields that I specify? Rather than writing out the 90+ that I want to ignore?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 21:42:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273976#M461375</guid>
      <dc:creator />
      <dc:date>2017-01-18T21:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to exclude all fields (100+) from set analysis except specified fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273977#M461376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1334"&gt;Ignore all selections except some specific fields using Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 21:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273977#M461376</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-18T21:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to exclude all fields (100+) from set analysis except specified fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273978#M461377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({1&amp;lt;DontIgnoreField1 = $::&lt;SPAN style="font-size: 13.3333px;"&gt;DontIgnoreField1&lt;/SPAN&gt;, &lt;SPAN style="font-size: 13.3333px;"&gt;DontIgnoreField2 = $::&lt;SPAN style="font-size: 13.3333px;"&gt;DontIgnoreField2, &lt;SPAN style="font-size: 13.3333px;"&gt;DontIgnoreField3 = $::&lt;SPAN style="font-size: 13.3333px;"&gt;DontIgnoreField3, &lt;SPAN style="font-size: 13.3333px;"&gt;DontIgnoreField4 = $::&lt;SPAN style="font-size: 13.3333px;"&gt;DontIgnoreField4&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;}[Revenue Projection])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Sum({1&amp;lt;DontIgnoreField1 = p(&lt;SPAN style="font-size: 13.3333px;"&gt;DontIgnoreField1)&lt;/SPAN&gt;, &lt;SPAN style="font-size: 13.3333px;"&gt;DontIgnoreField2 = p(&lt;SPAN style="font-size: 13.3333px;"&gt;DontIgnoreField2), &lt;SPAN style="font-size: 13.3333px;"&gt;DontIgnoreField3 = p(&lt;SPAN style="font-size: 13.3333px;"&gt;DontIgnoreField3), &lt;SPAN style="font-size: 13.3333px;"&gt;DontIgnoreField4 = p(&lt;SPAN style="font-size: 13.3333px;"&gt;DontIgnoreField4)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;}[Revenue Projection])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 21:56:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273978#M461377</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-18T21:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to exclude all fields (100+) from set analysis except specified fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273979#M461378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan, thank you for your response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may have misinterpreted that post when I was looking at it earlier...but I thought it was referring to excluding certain selections within a field, not the fields themselves. Please help me understand your reasoning...or where I misinterpreted the post/can apply the same logic to excluding fields. Appreciate it &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, 18 Jan 2017 22:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273979#M461378</guid>
      <dc:creator />
      <dc:date>2017-01-18T22:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to exclude all fields (100+) from set analysis except specified fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273980#M461379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably not a 'simple' way.&amp;nbsp; You could see if this meets your need:&amp;nbsp; &lt;A href="https://community.qlikview.com/thread/60630"&gt;https://community.qlikview.com/thread/60630&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, in your script you could create a variable listing all the field names you do NOT want to be filterable.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;Let&amp;nbsp; &lt;STRONG&gt;vExcludeFIelds&lt;/STRONG&gt;='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Fiscal_Quarter=, PROJECT_COST_CENTER =';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;But you could have the script loop through all the fields so that it builds the variable for you with all the fields you want to not be filterable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your expression you would only need to reference the variable. Something like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=num(sum({$&amp;lt;[PL] = {'Finance'}, &lt;STRONG&gt;$(vExcludeFields)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;} [Revenue Projection]),'##.#' )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 22:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273980#M461379</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-18T22:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to exclude all fields (100+) from set analysis except specified fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273981#M461380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried both of these but they did not appear to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 22:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273981#M461380</guid>
      <dc:creator />
      <dc:date>2017-01-18T22:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to exclude all fields (100+) from set analysis except specified fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273982#M461381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you mention they don't work, can you elaborate what is the issue you are running into? Would you be able to share a sample for us to help you better?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 22:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273982#M461381</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-18T22:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to exclude all fields (100+) from set analysis except specified fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273983#M461382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brain, the dollar sign expansion presented at the bottom of that post should basically expand to a complete list of the fields you want to clear (your 90+ field names).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just add all field names you don't want to clear (i,e, selections should still be considered) to the element list here:&lt;/P&gt;&lt;P&gt;...Field-={'&lt;STRONG&gt;Stock&lt;/STRONG&gt;','&lt;STRONG&gt;Manager&lt;/STRONG&gt;'}...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 22:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273983#M461382</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-18T22:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to exclude all fields (100+) from set analysis except specified fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273984#M461383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Wallo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great thinking! Thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 22:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273984#M461383</guid>
      <dc:creator />
      <dc:date>2017-01-18T22:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to exclude all fields (100+) from set analysis except specified fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273985#M461384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, p() function will still be influenced by selections in other field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$::FIELD seems not to work (at least in my version), if you expect to copy the default state selection of field FIELD.&lt;/P&gt;&lt;P&gt;Might work if you use an additional alternate state and use that in the aggregation set identifier, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 22:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273985#M461384</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-18T22:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to exclude all fields (100+) from set analysis except specified fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273986#M461385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the explanation, this works great!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 22:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273986#M461385</guid>
      <dc:creator />
      <dc:date>2017-01-18T22:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to exclude all fields (100+) from set analysis except specified fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273987#M461386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the link!&amp;nbsp; Definitely keep it in mind if I ever need to do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 22:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273987#M461386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-18T22:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to exclude all fields (100+) from set analysis except specified fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273988#M461387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I do understand you response related to p(), but $:: stopped working??? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/shocked.png" /&gt; Which version are you on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 23:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-exclude-all-fields-100-from-set-analysis-except/m-p/1273988#M461387</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-18T23:25:07Z</dc:date>
    </item>
  </channel>
</rss>

