<?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: Locking chart in a sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Locking-chart-in-a-sheet/m-p/350283#M129806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;save selection to a bookmark and appla this bookmark onpostreload document trigger..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2012 16:30:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-13T16:30:40Z</dc:date>
    <item>
      <title>Locking chart in a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-chart-in-a-sheet/m-p/350281#M129804</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 Qlikview sheet Dashboard with several sheet objects - List box, straight tables , charts.&lt;/P&gt;&lt;P&gt;In this sheet i would like to lock the chart to a particular view of data, so which means no matter what ever data I select in other listbox or straight table, the chart should not be changed with those selections.&lt;/P&gt;&lt;P&gt;I tried Detach Option on the chart but that doesnot seem to work when i reload the qlikview file.&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 15:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-chart-in-a-sheet/m-p/350281#M129804</guid>
      <dc:creator>nadkalyan</dc:creator>
      <dc:date>2012-07-13T15:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Locking chart in a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-chart-in-a-sheet/m-p/350282#M129805</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use expression somthing like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="Bold"&gt;sum(&lt;/SPAN&gt; {1} Sales &lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;returns total sales within the application, disregarding the selection but not the dimension. If used in a chart with e.g. Products as dimension, each product will get a different value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="Bold"&gt;sum(&lt;/SPAN&gt; {1} &lt;SPAN class="Bold"&gt;Total&lt;/SPAN&gt; Sales &lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;returns total sales within the application, disregarding both selection and dimension. I.e. the same as sum(&lt;SPAN class="Bold"&gt;All&lt;/SPAN&gt; Sales). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ( or)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you use qlikview -11 , use alternate state. you can set alternate state in Settings- document properties - general - alternate state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using this, no change in chart..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 16:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-chart-in-a-sheet/m-p/350282#M129805</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-07-13T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Locking chart in a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-chart-in-a-sheet/m-p/350283#M129806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;save selection to a bookmark and appla this bookmark onpostreload document trigger..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 16:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-chart-in-a-sheet/m-p/350283#M129806</guid>
      <dc:creator />
      <dc:date>2012-07-13T16:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Locking chart in a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-chart-in-a-sheet/m-p/350284#M129807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mayil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That worked like a charm. By the way it qlikview-10 solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 16:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-chart-in-a-sheet/m-p/350284#M129807</guid>
      <dc:creator>nadkalyan</dc:creator>
      <dc:date>2012-07-13T16:55:00Z</dc:date>
    </item>
  </channel>
</rss>

