<?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 Attach/Detach an object for selecting List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Attach-Detach-an-object-for-selecting-List-Box/m-p/225467#M504868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i do that, if i select a region, i got a message 'Calculation condition unfulfilled'. It is possible to put default value of list value for the graph or char?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Oct 2009 17:04:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-27T17:04:54Z</dc:date>
    <item>
      <title>Attach/Detach an object for selecting List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Attach-Detach-an-object-for-selecting-List-Box/m-p/225465#M504866</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;It is possible to attach or detach a graph/Char only for some List Box? I means that, i have three list box which list Year, Services and régions. I want that, when i select a year or a service, the char/graph change for the selected values and do not change when i select a region.&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 16:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Attach-Detach-an-object-for-selecting-List-Box/m-p/225465#M504866</guid>
      <dc:creator />
      <dc:date>2009-10-27T16:26:37Z</dc:date>
    </item>
    <item>
      <title>Attach/Detach an object for selecting List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Attach-Detach-an-object-for-selecting-List-Box/m-p/225466#M504867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could put a calculation condition on that chart.&lt;BR /&gt;Something like this:&lt;/P&gt;&lt;P&gt;=IF(GetSelectedCount(REGION)&amp;gt;0,0,1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 16:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Attach-Detach-an-object-for-selecting-List-Box/m-p/225466#M504867</guid>
      <dc:creator>mongolu</dc:creator>
      <dc:date>2009-10-27T16:47:50Z</dc:date>
    </item>
    <item>
      <title>Attach/Detach an object for selecting List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Attach-Detach-an-object-for-selecting-List-Box/m-p/225467#M504868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i do that, if i select a region, i got a message 'Calculation condition unfulfilled'. It is possible to put default value of list value for the graph or char?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 17:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Attach-Detach-an-object-for-selecting-List-Box/m-p/225467#M504868</guid>
      <dc:creator />
      <dc:date>2009-10-27T17:04:54Z</dc:date>
    </item>
    <item>
      <title>Attach/Detach an object for selecting List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Attach-Detach-an-object-for-selecting-List-Box/m-p/225468#M504869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i don't understand the question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 18:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Attach-Detach-an-object-for-selecting-List-Box/m-p/225468#M504869</guid>
      <dc:creator>mongolu</dc:creator>
      <dc:date>2009-10-27T18:11:27Z</dc:date>
    </item>
    <item>
      <title>Attach/Detach an object for selecting List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Attach-Detach-an-object-for-selecting-List-Box/m-p/225469#M504870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attach/Detach&lt;/P&gt;&lt;P&gt;You could achieve this by macro.&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;SUB TEST&lt;BR /&gt;v_AgentCnt = ActiveDocument.Evaluate("=GetSelectedCount(REGION)")&lt;BR /&gt;If v_AgentCnt&amp;gt;0 Then&lt;BR /&gt; ActiveDocument.GetSheetObject("CH01").Detach&lt;BR /&gt;Else&lt;BR /&gt; ActiveDocument.GetSheetObject("CH01").Attach&lt;BR /&gt;End If&lt;BR /&gt;END SUB&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And put it on the field you want (Document/Properties/Triggers/Field Event Triggers) on OnChange event.&lt;BR /&gt;(if you're using qv lower than ver 9, Document/Properties/Macros/Field Event Triggers).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 19:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Attach-Detach-an-object-for-selecting-List-Box/m-p/225469#M504870</guid>
      <dc:creator>mongolu</dc:creator>
      <dc:date>2009-10-27T19:35:09Z</dc:date>
    </item>
    <item>
      <title>Attach/Detach an object for selecting List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Attach-Detach-an-object-for-selecting-List-Box/m-p/225470#M504871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You only want the expression values in the chart to be recalulated when you select a year or a service?&lt;/P&gt;&lt;P&gt;If that is what you want, you should change the expression for the calculated values by using Set Analysis.&lt;/P&gt;&lt;P&gt;Example:&lt;BR /&gt;The expression "sum($&amp;lt;Region = {*}&amp;gt; }Sales)" will calculate the sum of Sales for all the regions that are in stored in the datacloud. When you select one region the calculated value of the expression will not change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 20:32:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Attach-Detach-an-object-for-selecting-List-Box/m-p/225470#M504871</guid>
      <dc:creator>ssamuels</dc:creator>
      <dc:date>2009-10-27T20:32:54Z</dc:date>
    </item>
    <item>
      <title>Attach/Detach an object for selecting List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Attach-Detach-an-object-for-selecting-List-Box/m-p/225471#M504872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can it be done for lower version of Qlikview, say version 8.20 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 03:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Attach-Detach-an-object-for-selecting-List-Box/m-p/225471#M504872</guid>
      <dc:creator />
      <dc:date>2009-12-01T03:39:20Z</dc:date>
    </item>
  </channel>
</rss>

