<?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: Ignore selections for variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364950#M840709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;approximately you can use like this &lt;STRONG&gt;Sum(&lt;SPAN style="color: #ff6600;"&gt;1&lt;/SPAN&gt;{&amp;lt;$(vSegment)={'All'}&amp;gt;} Sales)&lt;/STRONG&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;&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;else provide your sample data and expected output so that our folks will help to u.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 May 2017 14:20:32 GMT</pubDate>
    <dc:creator>ramasaisaksoft</dc:creator>
    <dc:date>2017-05-04T14:20:32Z</dc:date>
    <item>
      <title>Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364942#M840701</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;I have a chart with one dimension and one expression - the expression being a variable: $(vVar)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I make my chart ignore all selections? I understand that I need to use set analysis {1}, but where do I put it in my expression? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;BR /&gt;Jess&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/Ignore-selections-for-variable/m-p/1364942#M840701</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364943#M840702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is your variable looks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364943#M840702</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-04T14:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364944#M840703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the variable definition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364944#M840703</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-05-04T14:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364945#M840704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That depends on how your variable is defined. If the definition has aggregation function(s), you have to include {1} in them. Like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vVar= Sum(&lt;STRONG&gt;{1}&lt;/STRONG&gt; Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364945#M840704</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-05-04T14:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364946#M840705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUM(Points)/SUM(Size)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't want to write anything else into the variable expression, as in other places I do expect it to respond to selections. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364946#M840705</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2017-05-04T14:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364947#M840706</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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;SUM( {1}&amp;nbsp; AGGR(&amp;nbsp; $(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;vVar), DimensioninChart) )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364947#M840706</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-05-04T14:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364948#M840707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Afraid that doesn't work - 'No data to display'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364948#M840707</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2017-05-04T14:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364949#M840708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry&amp;nbsp; try as below&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM( {1}&amp;nbsp; AGGR(&amp;nbsp; $(&lt;/STRONG&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;vVar), DimensioninChart) )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364949#M840708</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-05-04T14:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364950#M840709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;approximately you can use like this &lt;STRONG&gt;Sum(&lt;SPAN style="color: #ff6600;"&gt;1&lt;/SPAN&gt;{&amp;lt;$(vSegment)={'All'}&amp;gt;} Sales)&lt;/STRONG&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;&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;else provide your sample data and expected output so that our folks will help to u.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364950#M840709</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2017-05-04T14:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364951#M840710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think whether below conditions works for you. Why not in Variable overview. Is there any restriction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like below&lt;/P&gt;&lt;P&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;STRONG&gt;SUM({1} Points)/SUM({1} Size)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364951#M840710</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-04T14:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364952#M840711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jessica&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;vVar = &lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;($1 Points)/Sum($1 Size) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;and Expression &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vVar({1}))&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;or&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;$(vVar( )) &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;Regards,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;Antonio&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364952#M840711</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-05-04T14:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364953#M840712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for the helpful suggestions. I've tried all of them, but unfortunately none of them have worked so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't make changes to the expression within the variable, as the variable is used in several places and &lt;STRONG&gt;most&lt;/STRONG&gt; of the time I expect the variable to respond to all field selections. Therefore, changing the variable expression to &lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;($1 Points)/Sum($1 Size)&lt;/SPAN&gt; will not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is a way to get just this individual chart to ignore all field selections. But I don't know how because I don't have any set analysis within the expression. Only $(vVar)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364953#M840712</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2017-05-04T14:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364954#M840713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One easy way could be : Right click on the chart-&amp;gt; &lt;STRONG&gt;Detach&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364954#M840713</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-05-04T14:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364955#M840714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that permanent? I always thought it was just temporary...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364955#M840714</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2017-05-04T14:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364956#M840715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Until, you &lt;STRONG&gt;Attach &lt;/STRONG&gt;it back.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: You are CORRECT . It is temporary, I stand corrected. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks &lt;A href="https://community.qlik.com/qlik-users/216189"&gt;vinieme12&lt;/A&gt;‌ for the correction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest another solution using &lt;STRONG&gt;Alternate State&lt;/STRONG&gt;; see if that fits your requirement. Also, please unmark the correct status.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364956#M840715</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-05-04T14:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364957#M840716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Absolutely perfect solution! Exactly what I needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Thank you so much &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Or not, looks like it reattaches itself! But thank you anyway! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364957#M840716</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2017-05-04T14:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364958#M840717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope an object stays detached only until the session lasts which means the next time you open the QVW it will be attached again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you try with AGGR() the way i provided?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364958#M840717</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-05-04T14:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364959#M840718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or you may simply create another variable for this particular chart!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364959#M840718</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-05-04T14:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364960#M840719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, I thought the detach thing was temporary &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;I did try the AGGR, but not only did it make my values incorrect, it still took on any selections I made. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think you're right, will have to create yet another variable!!! &lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364960#M840719</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2017-05-04T14:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections for variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364961#M840720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jessica,&lt;/P&gt;&lt;P&gt;why not use $1 parameter in vVar ?&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162221_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;See Attachment.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 15:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections-for-variable/m-p/1364961#M840720</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-05-04T15:07:47Z</dc:date>
    </item>
  </channel>
</rss>

