<?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 Set analysis based on multibox selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-based-on-multibox-selection/m-p/265075#M497913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works perfectly Liron!&lt;/P&gt;&lt;P&gt;Never heard of that function before, but I'll keep it in mind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2011 08:42:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-12T08:42:32Z</dc:date>
    <item>
      <title>Set analysis based on multibox selection</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-based-on-multibox-selection/m-p/265072#M497910</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 am making use of a set analysis function for an expression. A field 'name' can be selected by a multibox, but does not always have a selection. I would like to base the set analysis on the selection of 'name' in the multibox, ONLY when there are one or more names selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the set analysis looks like:&lt;/P&gt;&lt;P&gt;sum({&amp;lt; name=, eng_partner_name={name}, eng_costcenter_key = {$(vCostCenter)}, emp_level = {'junior'}&amp;gt;} timeAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current problem with this set analysis is that none of the 'eng_partner_name' records are selected when there has been no selection on the multibox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to get this fixed?? I prefer to avoid if functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 07:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-based-on-multibox-selection/m-p/265072#M497910</guid>
      <dc:creator />
      <dc:date>2011-08-11T07:53:44Z</dc:date>
    </item>
    <item>
      <title>Set analysis based on multibox selection</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-based-on-multibox-selection/m-p/265073#M497911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; This might not be what you are looking for - but when I this "problem" it's normally because I do not want the cagrt to calculate at all before selections have been made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is the case I suggect that to setup a Calculation condition in the &lt;STRONG&gt;General Tab&lt;/STRONG&gt; in the Chart Properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. Count(distinct [Field]) &amp;gt;=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the &lt;STRONG&gt;Error Messages &lt;/STRONG&gt;you state that a selection must be made before the chart/table will show any value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 08:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-based-on-multibox-selection/m-p/265073#M497911</guid>
      <dc:creator>klausskalts</dc:creator>
      <dc:date>2011-08-11T08:58:47Z</dc:date>
    </item>
    <item>
      <title>Set analysis based on multibox selection</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-based-on-multibox-selection/m-p/265074#M497912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hei &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;sum({&amp;lt; name=, eng_partner_name=P(name), eng_costcenter_key = {$(vCostCenter)}, emp_level = {'junior'}&amp;gt;} timeAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what it does it check if&amp;nbsp; eng_partner_name is in the possible values of name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 09:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-based-on-multibox-selection/m-p/265074#M497912</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2011-08-11T09:09:58Z</dc:date>
    </item>
    <item>
      <title>Set analysis based on multibox selection</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-based-on-multibox-selection/m-p/265075#M497913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works perfectly Liron!&lt;/P&gt;&lt;P&gt;Never heard of that function before, but I'll keep it in mind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 08:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-based-on-multibox-selection/m-p/265075#M497913</guid>
      <dc:creator />
      <dc:date>2011-08-12T08:42:32Z</dc:date>
    </item>
  </channel>
</rss>

