<?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: Detaching Individual Selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Detaching-Individual-Selections/m-p/1015249#M344181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that trick, &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌. I sure am going to make some customers happy with that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Mar 2016 21:18:51 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2016-03-30T21:18:51Z</dc:date>
    <item>
      <title>Detaching Individual Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Detaching-Individual-Selections/m-p/1015246#M344178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am creating a text box within a dashboard with a count function within.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I require this function to be based on all of the current selections &lt;STRONG&gt;apart from&lt;/STRONG&gt; the date fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words I want to detach it from all calendar based selections, but remain attached to all others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 12:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detaching-Individual-Selections/m-p/1015246#M344178</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-30T12:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Detaching Individual Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Detaching-Individual-Selections/m-p/1015247#M344179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lets assume your count function currently is "count(OrderID)" and you want to exclude the fields Year and Quarter from having effect on this expression. If so, this is how the expression would look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= count({$ &amp;lt; Year=, Quarter= &amp;gt; } OrderID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The extra curly brackets that you see and everything in between is something called "Set Analysis". You can manipulate the data set used for your expression with using that. Search for Set Analysis for a lot more information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 15:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detaching-Individual-Selections/m-p/1015247#M344179</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-03-30T15:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Detaching Individual Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Detaching-Individual-Selections/m-p/1015248#M344180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option could be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;$(='[' &amp;amp; Concat({&amp;lt;$Table = {'MasterCalendar'}&amp;gt;}$Field, '],[') &amp;amp; ']')&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: The above will show syntax error in expression editor, but will work as expected&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119951_Capture.PNG" style="height: 295px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 20:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detaching-Individual-Selections/m-p/1015248#M344180</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-30T20:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Detaching Individual Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Detaching-Individual-Selections/m-p/1015249#M344181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that trick, &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌. I sure am going to make some customers happy with that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 21:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detaching-Individual-Selections/m-p/1015249#M344181</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-03-30T21:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Detaching Individual Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Detaching-Individual-Selections/m-p/1015250#M344182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. This was the simplest solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a newcomer, but am aware of set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 07:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detaching-Individual-Selections/m-p/1015250#M344182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-31T07:45:23Z</dc:date>
    </item>
  </channel>
</rss>

