<?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 Detaching specific objects from a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Detaching-specific-objects-from-a-chart/m-p/294705#M109340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Great Solution DV, i was looking for something like that to separate the min and max possible (selected) dates from user selections within product or company fields, so that the user does get a whole month if he selects it, even when the selected product just was sold on a single day. And to exclude a 100 + fields within set analysis was not the way I wanted to go &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; thx a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2012 09:41:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-25T09:41:09Z</dc:date>
    <item>
      <title>Detaching specific objects from a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Detaching-specific-objects-from-a-chart/m-p/294702#M109337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a chart object that is detatched from one list box, but is still connected to all of the other objects in the QlikView document.&amp;nbsp; How can I detatch specific objects from a chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Creating a line chart where the x-axis is static and shows all of the years from a database table, but the field for one of the list boxes is years.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2012 15:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detaching-specific-objects-from-a-chart/m-p/294702#M109337</guid>
      <dc:creator />
      <dc:date>2012-01-20T15:29:46Z</dc:date>
    </item>
    <item>
      <title>Detaching specific objects from a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Detaching-specific-objects-from-a-chart/m-p/294703#M109338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Sean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i guess what you mean is how to ignore selections made in particular fields.&lt;/P&gt;&lt;P&gt;to do so you'll use the set analysis as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Field1=, Field2=&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this example will sum up the sales ignoring selections in Field1 and Field2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to ignore all selections, then this will do the job:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({1} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that this is what you're looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2012 01:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detaching-specific-objects-from-a-chart/m-p/294703#M109338</guid>
      <dc:creator />
      <dc:date>2012-01-22T01:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Detaching specific objects from a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Detaching-specific-objects-from-a-chart/m-p/294704#M109339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Hi Sean,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/jp_bakhache" id="jive-6136715629066304128340"&gt;jp_bakhache&lt;/A&gt; is right. You can use..&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Sum({$&amp;lt;Field1= &amp;gt;} Sales) &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Where Field1 is ignored. However if you wanted to do other way around then please use the below expression. Everything will be ignored expect the Gender field and you can add more field names by adding the comma (,) after Gender.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;&lt;STRONG style="font-family: trebuchet ms,geneva;"&gt;=COUNT({$&amp;lt;[$(=Concat({1&amp;lt;$Field-=&lt;SPAN style="color: #ff0000;"&gt;{'Gender'}&lt;/SPAN&gt;&amp;gt;}distinct $Field,'],[')&amp;amp;']=')&amp;gt;} Resp_ID)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;In the above example except 'Gender' everything will be excluded.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;I hope this helps!&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Cheers - DV&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2012 01:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detaching-specific-objects-from-a-chart/m-p/294704#M109339</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-01-22T01:56:42Z</dc:date>
    </item>
    <item>
      <title>Detaching specific objects from a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Detaching-specific-objects-from-a-chart/m-p/294705#M109340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Great Solution DV, i was looking for something like that to separate the min and max possible (selected) dates from user selections within product or company fields, so that the user does get a whole month if he selects it, even when the selected product just was sold on a single day. And to exclude a 100 + fields within set analysis was not the way I wanted to go &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; thx a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 09:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detaching-specific-objects-from-a-chart/m-p/294705#M109340</guid>
      <dc:creator />
      <dc:date>2012-01-25T09:41:09Z</dc:date>
    </item>
  </channel>
</rss>

