<?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: Chart Deatch in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483537#M180683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yousuf,&lt;/P&gt;&lt;P&gt;So you already can get what you need?&lt;/P&gt;&lt;P&gt;in the expression set analysis you just need to give command to ignore the selection of dimension table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Dec 2013 01:44:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-18T01:44:41Z</dc:date>
    <item>
      <title>Chart Detach</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483528#M180674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my first post and i hope i get a positive response on my query. I have 2 charts in the same tab and want to keep the first chart detached which works perfectly. However, when i save and close the file and then again open the file the chart doesnt seem to eb detached and i have to deatch it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way that the chart stays in the detached more even post reopening the qwd file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your assistance on this would be apprecaited.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yousuf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 15:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483528#M180674</guid>
      <dc:creator />
      <dc:date>2013-12-13T15:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Deatch</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483529#M180675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're using QV11 you can use alternate states. Create a new alternate state on the General tab of the document properties window and then assign the new alternate state to the chart on the General tab of the charts properties window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 16:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483529#M180675</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-12-13T16:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Deatch</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483530#M180676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the prompt reply. I believe alterantae states is for comapring 2 charts. I have a different requirement here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be some more deatils from my side would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 charts. The top charts represents Regions (ASIA, EMEA,NAM &amp;amp; LATAM) and teh bottom chart represents countries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want that when i click on for eg: Asia on the first chat, its corresponding countries to be populated on the second chart which is currently happening. But teh probelm is that post clicking on Asia, i see only one bar for ASIA which i dont want. I want all 4 regions to be shown on the first chart which is achieved when i detach the first chart. I click on Asia, I still see all 4 regions on first chart and the corresponding countries for the second chart only for ASIA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But teh problem is that once i repoen the file, the detach option is gone. I dont want my client to manually click on the detach option everytime. Is there any fix for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a ton for your assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 16:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483530#M180676</guid>
      <dc:creator />
      <dc:date>2013-12-13T16:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Deatch</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483531#M180677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Yousuf,&lt;/P&gt;&lt;P&gt;did you try using set analysis on the first chart?&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;Dimension = Regions&lt;/P&gt;&lt;P&gt;Expression = Count({$&amp;lt;Regions=&amp;gt;}countries) &lt;/P&gt;&lt;P&gt;by doing that method it should ignore the selection of Chart 1 while we click on ASIA, EMEA, ETC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 16:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483531#M180677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-13T16:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Chart Deatch</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483532#M180678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 16:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483532#M180678</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-12-13T16:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Detach</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483533#M180679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again for your prompt reply. I am unable to open the file as i dont have the licenced version. My friend who has licence version left for home. I will check this tomorow. i just hope my problem gets resolved as i need to deliver this to my client by monday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a ton for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 16:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483533#M180679</guid>
      <dc:creator />
      <dc:date>2013-12-13T16:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Detach</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483534#M180680</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;Thanks for youe response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am quite novice. Will try this now and get back to you with the findings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 16:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483534#M180680</guid>
      <dc:creator />
      <dc:date>2013-12-13T16:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Deatch</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483535#M180681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks....I did it using set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 17:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483535#M180681</guid>
      <dc:creator />
      <dc:date>2013-12-17T17:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Detach</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483536#M180682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Cambria','serif'; color: #3d3d3d;"&gt;Hi &lt;/SPAN&gt;&lt;SPAN style="font-size: 8.0pt; color: #3d3d3d;"&gt;Gysbert Wassenaar,&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Cambria','serif'; color: #3d3d3d;"&gt;Thanks again for your prompt reply. I am also unable to open this file, as i don't have the licenced version and i am using PE version. &lt;SPAN style="font-size: 8.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;Please give the explanation with any example…&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 17:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483536#M180682</guid>
      <dc:creator />
      <dc:date>2013-12-17T17:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Deatch</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483537#M180683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yousuf,&lt;/P&gt;&lt;P&gt;So you already can get what you need?&lt;/P&gt;&lt;P&gt;in the expression set analysis you just need to give command to ignore the selection of dimension table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 01:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483537#M180683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-18T01:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Detach</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483538#M180684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after assigning the new alternate still the chart remains detached after saving .. is this a bug ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 21:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Detach/m-p/483538#M180684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T21:40:44Z</dc:date>
    </item>
  </channel>
</rss>

