<?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: Disable selections for other tabs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Disable-selections-for-other-tabs/m-p/797245#M535487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhenya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your expression use Set Analysis like sum( {&amp;lt;Field1 = &amp;gt;} Sales) = lets say, it would not react on your Field1 selection...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Dec 2014 16:16:40 GMT</pubDate>
    <dc:creator>mato32188</dc:creator>
    <dc:date>2014-12-08T16:16:40Z</dc:date>
    <item>
      <title>Disable selections for other tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-selections-for-other-tabs/m-p/797244#M535486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on KPI's report that does not use the same selection fields on all of the tabs (worksheets).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example - date selections are only necessary on the first tab but not on the rest of them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the function that i would need to use to specify where and how to use which selections? , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 16:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-selections-for-other-tabs/m-p/797244#M535486</guid>
      <dc:creator />
      <dc:date>2014-12-08T16:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Disable selections for other tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-selections-for-other-tabs/m-p/797245#M535487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhenya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your expression use Set Analysis like sum( {&amp;lt;Field1 = &amp;gt;} Sales) = lets say, it would not react on your Field1 selection...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 16:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-selections-for-other-tabs/m-p/797245#M535487</guid>
      <dc:creator>mato32188</dc:creator>
      <dc:date>2014-12-08T16:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disable selections for other tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-selections-for-other-tabs/m-p/797246#M535488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Use Set analysis as @martin has suggested..It will make charts independent from user selections.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 16:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-selections-for-other-tabs/m-p/797246#M535488</guid>
      <dc:creator />
      <dc:date>2014-12-08T16:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Disable selections for other tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-selections-for-other-tabs/m-p/797247#M535489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set Analysis changes how any selections are applied to an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({1} Amount) &lt;/STRONG&gt; will ignore all selections.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({1 &amp;lt;Region = {'USA'}&amp;gt;} Amount)&lt;/STRONG&gt;&amp;nbsp; will give the total for USA ignoring all other selections.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({1 &amp;lt;Region = {'USA'}, Year={2014}&amp;gt;} Amount) &lt;/STRONG&gt; will give the total for USA &amp;amp; 2014, ignoring all other selections.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I would suggest using the {1} set for your KPI expressions and add any specific filters as set modifiers to the expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 16:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-selections-for-other-tabs/m-p/797247#M535489</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-12-08T16:28:51Z</dc:date>
    </item>
  </channel>
</rss>

