<?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: Partial Chart Locking in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partial-Chart-Locking/m-p/914279#M317162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use set analysis where you can tell the expression to not respond to certain selections by doing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;Field1 = , Field2 = , Field3 = &amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now your expression won't respond to any selection in Field1, Field2, and Field3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can tell your expression to respond to only the few you want it to respond to by doing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{1&amp;lt;Field4 = p(Field4), Field5 = p(Field5), Field6 = p(Field6)&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now your expression will only respond to selections in Field4, Field5 and Field6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jul 2015 17:42:39 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-07-24T17:42:39Z</dc:date>
    <item>
      <title>Partial Chart Locking</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Chart-Locking/m-p/914277#M317160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was wondering if there was a was to partially lock a chart. For example, I want some list boxes to be able to impact the chart but not others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 17:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Chart-Locking/m-p/914277#M317160</guid>
      <dc:creator />
      <dc:date>2015-07-24T17:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Chart Locking</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Chart-Locking/m-p/914278#M317161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you post an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe with set analysis, this is from qlik help&lt;/P&gt;&lt;P class="example"&gt;&lt;EM&gt;Examples:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="Bold"&gt;sum(&lt;/SPAN&gt; {1&amp;lt;Region= {US} &amp;gt;} Sales&lt;SPAN class="Bold"&gt; )&lt;/SPAN&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;returns the sales for region US disregarding the current selection.&lt;/STRONG&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="Bold"&gt;sum( &lt;/SPAN&gt;{$&amp;lt;Region = &amp;gt;} Sales&lt;SPAN class="Bold"&gt; )&lt;/SPAN&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;returns the sales for the current selection, but with the selection in “Region” removed. &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 17:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Chart-Locking/m-p/914278#M317161</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-24T17:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Chart Locking</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Chart-Locking/m-p/914279#M317162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use set analysis where you can tell the expression to not respond to certain selections by doing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;Field1 = , Field2 = , Field3 = &amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now your expression won't respond to any selection in Field1, Field2, and Field3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can tell your expression to respond to only the few you want it to respond to by doing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{1&amp;lt;Field4 = p(Field4), Field5 = p(Field5), Field6 = p(Field6)&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now your expression will only respond to selections in Field4, Field5 and Field6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 17:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Chart-Locking/m-p/914279#M317162</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-24T17:42:39Z</dc:date>
    </item>
  </channel>
</rss>

