<?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: Ignoring Certain Fields using Variables in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230803#M856336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you mean with 'doesn't like it'?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/249044"&gt;Storing the entire Set Analysis of expression inside a variable&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2017 22:01:05 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-02-07T22:01:05Z</dc:date>
    <item>
      <title>Ignoring Certain Fields using Variables in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230800#M856333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to ignore certain fields using set analysis with a variable? I currently have some fields I would like to ignore in my expressions, so that my end user can view %'s based on selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I have expression similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;Some Set Analysis&amp;gt;}Pkey)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;Some Set Analysis&amp;gt;}Pkey)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Untouched, this would be 100%. When the user makes selections, I want the top piece to be affected by selections, but not the bottom. I know I can do something like this for the bottom piece:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;Field1=, Field2=, Field3=, &amp;gt;}Pkey)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I don't want to do it this way, I have many charts and tables that I want to ignore selections in, and it will not be easy to make changes if the user wants a field added or taken off of their dashboard. How can I store this into a variable so that the variable expands to all of the fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vIgnore = Field1=, Field2=, Field3=, ........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the expression became:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt; $(vIgnore) &amp;gt;}Pkey) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but qlikview doesn't seem to like this. Is there a way ignore specific fields easily? a way that I won't have to update 75 expressions everytime I need to make a change&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/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230800#M856333</guid>
      <dc:creator>lucasdavis500</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring Certain Fields using Variables in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230801#M856334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think $(vIgnore) should work if the variable is set up correctly. How did you do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or maybe have a look at:&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>Tue, 07 Feb 2017 21:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230801#M856334</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-02-07T21:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring Certain Fields using Variables in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230802#M856335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vIgnore in the Variable Overview window is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Company&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Product]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Classification]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[FCRA]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Dispute Type?]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Here's my actual formula:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Dummy]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'0'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;dummy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dummy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Created'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CanonicalDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vTwelveRolling)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Pkey&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; &lt;BR /&gt; +&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dummy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Created'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CanonicalDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vTwelveRolling)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Control Number]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;BR /&gt; /&lt;BR /&gt; &lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Dummy]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'0'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;dummy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dummy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Created'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CanonicalDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vTwelveRolling)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Pkey&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; &lt;BR /&gt; +&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dummy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Created'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CanonicalDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vTwelveRolling)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Control Number]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;When I insert $(vIgnore) to the bottom half of the formula, like so:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; $(vIgnore) &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Dummy]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'0'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;dummy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dummy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Created'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CanonicalDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vTwelveRolling)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Pkey&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; &lt;BR /&gt; +&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;$(vIgnore) &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dummy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Created'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CanonicalDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vTwelveRolling)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Control Number]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;qlikview doesn't like it&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 21:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230802#M856335</guid>
      <dc:creator>lucasdavis500</dc:creator>
      <dc:date>2017-02-07T21:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring Certain Fields using Variables in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230803#M856336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you mean with 'doesn't like it'?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/249044"&gt;Storing the entire Set Analysis of expression inside a variable&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230803#M856336</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-02-07T22:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring Certain Fields using Variables in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230804#M856337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are seeing red wiggly lines, I think you need to ignore it because that is just the expression editor not understanding your syntax. Try clicking okay to see if it still works the way you would expect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230804#M856337</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-07T22:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring Certain Fields using Variables in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230805#M856338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No red wiggly lines, the next function Count() turns black, along with all my other fields in set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230805#M856338</guid>
      <dc:creator>lucasdavis500</dc:creator>
      <dc:date>2017-02-07T22:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring Certain Fields using Variables in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230806#M856339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would still suggest clicking okay to check if you see any result or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230806#M856339</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-07T22:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring Certain Fields using Variables in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230807#M856340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan, what is the difference between the way I have shown, and the link you provided? Why wouldn't the developer just do like I had done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230807#M856340</guid>
      <dc:creator>lucasdavis500</dc:creator>
      <dc:date>2017-02-07T22:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring Certain Fields using Variables in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230808#M856341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are referring to the first link, that's a way to build the list of fields to clear dynamically (e.g. clear all fields from table Calendar, without hardcoding the field names).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are referring to the second link, that's just to say, don't take the syntax checker as highest judge, it's a quite imperfect tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230808#M856341</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-02-07T22:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring Certain Fields using Variables in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230809#M856342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Duke Luke wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;No red wiggly lines, the next function Count() turns black, along with all my other fields in set analysis&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If you use &lt;/P&gt;&lt;P&gt;='$(vIgnore)' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a text box, what do you see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230809#M856342</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-02-07T22:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring Certain Fields using Variables in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230810#M856343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;adding ' ' around my variable works in a text object, but not a chart. I get "Allocated Memory Exceeded" error. However, just using the variable with dollar sign expansion, i.e. $(vIgnore), in set analysis seems to be working now. The syntax-check doesn't like it, but at first glance it looks like a desired result. Before I posted this I must have had a syntax error. I was playing around with this for a while and didn't get desirable results. I will come back with a conclusion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230810#M856343</guid>
      <dc:creator>lucasdavis500</dc:creator>
      <dc:date>2017-02-07T22:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring Certain Fields using Variables in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230811#M856344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;='$(vIgnore)' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is just a test for your variable expansion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230811#M856344</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-02-07T22:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring Certain Fields using Variables in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230812#M856345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; $(vIgnore) &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Dummy]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'0'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;dummy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dummy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Created'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CanonicalDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(vTwelveRolling)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Pkey&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Change that thing to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;set vIgnore='Company,Classification,FCRA,[Dispute Type?]';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt;$Field-={$(vIgnore)} , &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Dummy]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'0'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;dummy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dummy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Created'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CanonicalDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(vTwelveRolling)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Pkey&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sasi&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 12:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230812#M856345</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-02-08T12:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring Certain Fields using Variables in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230813#M856346</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;Cut down ur big expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use variables and store them into variables may be like;:&lt;/P&gt;&lt;P&gt;var1=&lt;SPAN style="color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Dummy]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'0'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;dummy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dummy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Created'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CanonicalDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(vTwelveRolling)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Pkey&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then var2,var3 and then do the summation and divisions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 12:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-Certain-Fields-using-Variables-in-Set-Analysis/m-p/1230813#M856346</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-08T12:56:46Z</dc:date>
    </item>
  </channel>
</rss>

